Skip to content

Commit

Permalink
fix: docs url load from env (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
nannan00 authored Nov 8, 2023
1 parent fe3bfb9 commit a5ea50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/saas/bkuser_shell/config/common/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
###################
# Footer & Header #
###################
BK_DOCS_URL_PREFIX = env("BK_DOCS_URL_PREFIX", 'https://bk.tencent.com/docs')
BK_DOCS_URL_PREFIX = env("BK_DOCS_URL_PREFIX", default='https://bk.tencent.com/docs')
BK_DOC_URL = f"{BK_DOCS_URL_PREFIX}/markdown/UserManage/UserGuide/Introduce/README.md"

# ==============================================================================
Expand Down

0 comments on commit a5ea50b

Please sign in to comment.