Skip to content
Merged
Show file tree
Hide file tree
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pip install onepin

Installs both the `onepin` Python SDK and the `onepin` command-line tool.

Full documentation: [docs.onepin.ai](https://docs.onepin.ai)
Full documentation: [onepin.ai/docs](https://onepin.ai/docs)

## Authentication

Expand Down Expand Up @@ -439,7 +439,7 @@ onepin workflows create --name "My workflow" --definition @workflow.json

The Python SDK is generated by [Fern](https://buildwithfern.com) from the OpenAPI spec.
Full per-endpoint reference: [`src/onepin/reference.md`](src/onepin/reference.md) ·
hosted docs at [docs.onepin.ai](https://docs.onepin.ai). Runnable scripts in [`examples/`](examples/).
hosted docs at [onepin.ai/docs](https://onepin.ai/docs). Runnable scripts in [`examples/`](examples/).

```python
from onepin import OnePinClient
Expand Down
2 changes: 1 addition & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Need help with the Onepin Python SDK or CLI?

- 📖 **Docs:** https://docs.onepin.ai
- 📖 **Docs:** https://onepin.ai/docs
- 💬 **Questions & bugs:** open an [issue](https://github.com/podonos/onepin-python/issues) using the bug-report or feature-request template
- ✉️ **Email:** support@onepin.ai
- 🔑 **API keys, account & billing:** https://app.onepin.ai
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ onepin = "onepin._cli.main:app"

[project.urls]
Homepage = "https://onepin.ai"
Documentation = "https://docs.onepin.ai"
Documentation = "https://onepin.ai/docs"
Source = "https://github.com/podonos/onepin-python"
Issues = "https://github.com/podonos/onepin-python/issues"
Changelog = "https://github.com/podonos/onepin-python/blob/main/CHANGELOG.md"
Expand Down
Loading