Skip to content

Commit

Permalink
updating ultima urls (#5587)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoaquim committed Oct 20, 2023
1 parent 8f42c2f commit 90eeabf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openbb_terminal/keys_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ def call_ultima(self, other_args: List[str]):
help="key",
)
if not other_args:
console.print("For your API Key, https://ultimainsights.ai/")
console.print("For your API Key, https://ultimainsights.ai/openbb")
return

if other_args and "-" not in other_args[0][0]:
Expand Down
2 changes: 1 addition & 1 deletion openbb_terminal/miscellaneous/models/all_api_keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "API_ULTIMA_KEY",
"source": "Ultima Insights",
"link": "https://www.ultimainsights.ai/",
"markdown": "Go to: https://ultimainsights.ai/\n\n![Ultima Insights](https://user-images.githubusercontent.com/1911913/229215125-e3419788-eef3-4389-a3bd-5c08f3333347.png)\n\nClick on, \"Get Started\", to start the sign-up process. After the account has been setup, navigate to [Generate API Key](https://beta.ultimainsights.ai/my-account/generate-api-key) and click \"Generate Key\"."
"markdown": "Go to: https://ultimainsights.ai/openbb\n\n![Ultima Insights](https://user-images.githubusercontent.com/1911913/229215125-e3419788-eef3-4389-a3bd-5c08f3333347.png)\n\nClick on, \"Get Started\", to start the sign-up process. After the account has been setup, navigate to [Generate API Key](https://beta.ultimainsights.ai/my-account/generate-api-key) and click \"Generate Key\"."
},
{
"name": "API_KEY_ALPHAVANTAGE",
Expand Down
4 changes: 2 additions & 2 deletions website/content/terminal/usage/guides/api-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -831,11 +831,11 @@ Click on, "Open Account", to start the sign-up process. After the account has be
<details>
<summary>Instructions</summary>

Go to: https://ultimainsights.ai/
Go to: https://ultimainsights.ai/openbb

![Ultima Insights](https://user-images.githubusercontent.com/1911913/229215125-e3419788-eef3-4389-a3bd-5c08f3333347.png)

Click on, "Get Started", to start the sign-up process. After the account has been setup, navigate to [Generate API Key](https://beta.ultimainsights.ai/my-account/generate-api-key) and click "Generate Key". Copy the API key to the clipboard, and enter this key into the OpenBB Terminal with:
Click on, "Get Started", to start the sign-up process. After the account has been setup, navigate to [Generate API Key](https://ultimainsights.ai/openbb) and click "Generate Key". Copy the API key to the clipboard, and enter this key into the OpenBB Terminal with:

```console
/keys/ultima REPLACE_WITH_KEY
Expand Down

0 comments on commit 90eeabf

Please sign in to comment.