Skip to content

Commit

Permalink
fixes broken URL for (#4414)
Browse files Browse the repository at this point in the history
Co-authored-by: James Maslek <jmaslek11@gmail.com>
  • Loading branch information
deeleeramone and jmaslek authored Mar 7, 2023
1 parent bc93f8f commit 9e294fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openbb_terminal/terminal_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def open_openbb_documentation(
path = "/"
command = ""
elif "keys" in path:
path = "/guides/advanced/api-keys"
path = "/quickstart/api-keys"
command = ""
elif "settings" in path:
path = "/guides/advanced/customizing-the-terminal"
Expand Down Expand Up @@ -170,7 +170,7 @@ def open_openbb_documentation(

if command:
if command == "keys":
path = "/guides/advanced/api-keys"
path = "/quickstart/api-keys"
command = ""
elif "settings" in path or "featflags" in path:
path = "/guides/advanced/customizing-the-terminal"
Expand Down

0 comments on commit 9e294fc

Please sign in to comment.