Skip to content

Commit

Permalink
Merge pull request #5 from avriiil/patch-1
Browse files Browse the repository at this point in the history
fix api docs link
  • Loading branch information
samster25 authored Jul 8, 2024
2 parents fc265fc + 1ae3549 commit 8225a78
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 8225a78

Please sign in to comment.