Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/usage/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### Configuring API keys

Get your API keys from <a href="https://www.5paisa.com/developerapi/apikeys" target="_blank">here</a>
Get your API keys from <a href="https://invest.5paisa.com/DeveloperAPI/APIKeys" target="_blank">here</a>

Configure these keys in a file named `keys.conf` in the same directory as your python script exists

Expand All @@ -27,4 +27,4 @@ client = FivePaisaClient(email="random_email@xyz.com", passwd="password", dob="Y
client.login()
```

After successful authentication, you should get a `Logged in!!` message.
After successful authentication, you should get a `Logged in!!` message.