Skip to content

Commit d8d10c5

Browse files
authored
Merge pull request #304 from thedadams/fix-sdk-link-3
fix: fix all the tool-reference links
2 parents ff940d8 + f0dd003 commit d8d10c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/08-sdks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For more functionality, like streaming output and the supported options, visit t
4949

5050
### Node
5151

52-
The [Node SDK](https://github.com/gptscript-ai/node-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.
52+
The [Node SDK](https://github.com/gptscript-ai/node-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.
5353

5454
```javascript
5555
const gptscript = require('@gptscript-ai/gptscript');
@@ -89,7 +89,7 @@ For more functionality, like streaming output and the supported options, visit t
8989

9090
### Go
9191

92-
The [Go SDK](https://github.com/gptscript-ai/go-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.
92+
The [Go SDK](https://github.com/gptscript-ai/go-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.
9393

9494
```go
9595
package main

0 commit comments

Comments
 (0)