Skip to content

Commit

Permalink
broken docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Feb 4, 2025
1 parent e9e666b commit cccf0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/reference/scripts/parameters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const city = env.vars.city // city is a string
const year = env.vars.year // year is a number
```

- the `parameters` of a [system script](/genaiscript/reference/scripts/system-scripts)
- the `parameters` of a [system script](/genaiscript/reference/scripts/system)
are prepended with the system script id.

```js title="system-something.genai.js"
Expand Down

0 comments on commit cccf0e1

Please sign in to comment.