Skip to content

Commit 4af9fd5

Browse files
committed
Move doc location
1 parent 39cc004 commit 4af9fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/openai.py

+1-1
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)