Skip to content

Commit

Permalink
Update documentation link to new website
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyCvn authored Dec 1, 2023
1 parent a28999e commit 5cc6f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This package provides an asynchronous HTTP client for interacting with the [Redu

## Features

* Supports the [ReductStore HTTP API v1.7](https://docs.reduct.store/http-api)
* Supports the [ReductStore HTTP API v1.7](https://reduct.store/docs/http-api)
* Bucket management
* API Token management
* Write, read and query data
Expand Down Expand Up @@ -59,4 +59,4 @@ For more examples, see the [Quick Start](https://py.reduct.store/en/latest/docs/
## References

* [Documentation](https://py.reduct.store/)
* [ReductStore HTTP API](https://docs.reduct.store/http-api)
* [ReductStore HTTP API](https://reduct.store/docs/http-api)
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ async for record in bucket.query("entry-1", start=start_ts, stop=stop_ts):
## Next Steps

You can find more detailed documentation and examples in [the Reference API section](./api/bucket.md). You can also
refer to the [ReductStore HTTP API](https://docs.reduct.store/http-api) documentation for a complete reference
refer to the [ReductStore HTTP API](https://reduct.store/docs/http-api) documentation for a complete reference
of the available API calls.

0 comments on commit 5cc6f2b

Please sign in to comment.