Skip to content

Commit cdbae55

Browse files
authored
update settings url in README
1 parent 72c98b0 commit cdbae55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To sync attributes, provide an API key with monitor:write privileges.
8787
```python
8888
import cronitor
8989

90-
# Copy your SDK Integration key from https://cronitor.io/settings/api
90+
# Copy your SDK Integration key from https://cronitor.io/app/settings/api
9191
cronitor.api_key = 'apiKey123'
9292

9393
@cronitor.job('send-invoices', attributes={'schedule': '0 8 * * *', 'notify': ['devops-alerts']})

0 commit comments

Comments
 (0)