Skip to content

Commit

Permalink
Hotfix for links in documentation (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: azul <fede.garza.ramirez@gmail.com>
  • Loading branch information
MMenchero and AzulGarza committed May 10, 2024
1 parent 37433cb commit f42fcf7
Show file tree
Hide file tree
Showing 14 changed files with 943 additions and 31 deletions.
2 changes: 1 addition & 1 deletion nbs/docs/getting-started/2_quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"id": "a2597400",
"metadata": {},
"source": [
"**This will get you started, but for more secure usage, see [Setting Up your API Key](https://docs.nixtla.io/docs/setting_up_your_api_key).**"
"**This will get you started, but for more secure usage, see [Setting Up your API Key](https://docs.nixtla.io/docs/getting-started-setting_up_your_api_key).**"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions nbs/docs/getting-started/3_setting_up_your_api_key.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"This approach is straightforward and best for quick tests or scripts that won鈥檛 be shared.\n",
"\n",
"\n",
"- **Step 1**: Copy the API key found in the `API Keys` of your [Nixtla dashboard]((https://dashboard.nixtla.io/)). \n",
"- **Step 1**: Copy the API key found in the `API Keys` of your [Nixtla dashboard](https://dashboard.nixtla.io/). \n",
"- **Step 2**: Paste the key directly into your Python code, by instantiating the `NixtlaClient` with your API key:"
]
},
Expand Down Expand Up @@ -186,7 +186,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"You don't need to validate your API key every time you use `TimeGPT`. This function is provided for your convenience to ensure its validity. For full access to `TimeGPT`'s functionalities, in addition to a valid API key, you also need sufficient credits in your account. You can check your credits in the `Usage` section of your [dashboard]((https://dashboard.nixtla.io/)). "
"You don't need to validate your API key every time you use `TimeGPT`. This function is provided for your convenience to ensure its validity. For full access to `TimeGPT`'s functionalities, in addition to a valid API key, you also need sufficient credits in your account. You can check your credits in the `Usage` section of your [dashboard](https://dashboard.nixtla.io/). "
]
}
],
Expand Down

0 comments on commit f42fcf7

Please sign in to comment.