From d8ebf84c0882a749bff75c268809b7369a0d9989 Mon Sep 17 00:00:00 2001 From: Donnie Adams Date: Mon, 29 Apr 2024 20:01:12 -0400 Subject: [PATCH] fix: fix tool-reference link on sdk page Signed-off-by: Donnie Adams --- docs/docs/08-sdks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/08-sdks.md b/docs/docs/08-sdks.md index 04c3b08a..eb117b77 100644 --- a/docs/docs/08-sdks.md +++ b/docs/docs/08-sdks.md @@ -8,7 +8,7 @@ Below are some simple examples for each to get started. However, the individual ### Python -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. +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. ```python from gptscript.command import exec