Skip to content

Commit

Permalink
fix api docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
avriiil authored Jul 4, 2024
1 parent fc265fc commit 1ae3549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It is generated with [Stainless](https://www.stainlessapi.com/).

## Documentation

The REST API documentation can be found [on docs.unitycatalog.com](https://docs.unitycatalog.com). The full API of this library can be found in [api.md](api.md).
The REST API documentation can be found [on docs.unitycatalog.com](https://docs.unitycatalog.com). The full API of this library can be found in [api.md](https://github.com/samster25/unitycatalog-python/blob/main/api.md).

## Installation

Expand All @@ -24,7 +24,7 @@ pip install git+ssh://[email protected]/undefined/unitycatalog-python.git
## Usage

The full API of this library can be found in [api.md](api.md).
The full API of this library can be found in [api.md](https://github.com/samster25/unitycatalog-python/blob/main/api.md).

```python
from unitycatalog import Unitycatalog
Expand Down

0 comments on commit 1ae3549

Please sign in to comment.