Skip to content

Commit ff940d8

Browse files
authored
Merge pull request #303 from thedadams/fix-sdk-link-2
fix: really fix the tool-reference link on the sdk page
2 parents 1914a51 + 7ad51a1 commit ff940d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/08-sdks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Below are some simple examples for each to get started. However, the individual
88

99
### Python
1010

11-
The [Python SDK](https://github.com/gptscript-ai/py-gptscript) includes a `Tool` data structure corresponding to the documented [tool reference](/gpt-file-reference#tool-parameters), which can be used to construct and run tools.
11+
The [Python SDK](https://github.com/gptscript-ai/py-gptscript) includes a `Tool` data structure corresponding to the documented [tool reference](07-gpt-file-reference.md#tool-parameters), which can be used to construct and run tools.
1212

1313
```python
1414
from gptscript.command import exec

0 commit comments

Comments
 (0)