Skip to content

Commit 1914a51

Browse files
authored
Merge pull request #302 from thedadams/fix-sdk-link
fix: fix tool-reference link on sdk page
2 parents aec3f3a + d8ebf84 commit 1914a51

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](07-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](/gpt-file-reference#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)