diff --git a/README.md b/README.md index 5de93a9..479608e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To use OpenBB LLM Agents, you need an OpenAI API key. Follow these steps: ### OpenBB Platform data provider credentials To use the OpenBB Platform functions, you need to configure the necessary [data provider API credentials](https://docs.openbb.co/platform/usage/api_keys). This can be done in one of two ways: -1. **Local Configuration**: Specify your credentials in a `~/.openbb_platform/user_settings.json` file. Follow the [local environment setup guide](https://docs.openbb.co/platform/usage/api_keys#local-environment) for detailed instructions. +1. **Local Configuration**: Specify your credentials in a `~/.openbb_platform/user_settings.json` file. Follow the [local environment setup guide](https://docs.openbb.co/platform/getting_started/api_keys#local-environment) for detailed instructions. 2. **OpenBB Hub**: Create a personal access token (PAT) via your [OpenBB Hub](https://my.openbb.co/) account. This PAT can then be passed to the agent as an argument. ## Getting started