Skip to content

Commit 4b33a4e

Browse files
committed
Move doc location
1 parent 65c311d commit 4b33a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def count_tokens(s):
3434
logger.info(
3535
"The Sentry Python SDK requires 'tiktoken' in order to measure token usage from some OpenAI APIs"
3636
"Please install 'tiktoken' if you aren't receiving token usage in Sentry."
37-
"See https://docs.sentry.io/platforms/python/guides/openai/ for more information."
37+
"See https://docs.sentry.io/platforms/python/integrations/openai/ for more information."
3838
)
3939

4040
def count_tokens(s):

0 commit comments

Comments
 (0)