Skip to content

Commit

Permalink
Fixed url link (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivntsng authored Nov 19, 2024
1 parent ed633e3 commit bb81ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kscale/web/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ def get_api_key() -> str:
if not api_key:
raise ValueError(
"API key not found! Get one here and set it as the `KSCALE_API_KEY` environment variable or in your "
"config file: https://kscale.store/keys"
"config file: https://kscale.dev/keys"
)
return api_key

0 comments on commit bb81ff8

Please sign in to comment.