We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c98b0 commit cdbae55Copy full SHA for cdbae55
1 file changed
README.md
@@ -87,7 +87,7 @@ To sync attributes, provide an API key with monitor:write privileges.
87
```python
88
import cronitor
89
90
-# Copy your SDK Integration key from https://cronitor.io/settings/api
+# Copy your SDK Integration key from https://cronitor.io/app/settings/api
91
cronitor.api_key = 'apiKey123'
92
93
@cronitor.job('send-invoices', attributes={'schedule': '0 8 * * *', 'notify': ['devops-alerts']})
0 commit comments