Skip to content

Commit

Permalink
Use relative link to deprecation post
Browse files Browse the repository at this point in the history
  • Loading branch information
arielshaqed committed Nov 11, 2024
1 parent 553f243 commit ea9d328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ full story!
Though our previous SDK client is still supported and maintained, we highly recommend using the new High Level SDK.
**For previous Python SDKs follow these links:**
[lakefs-sdk](https://pydocs-sdk.lakefs.io)
[legacy-sdk](https://pydocs.lakefs.io) (Depracated)
[legacy-sdk](https://pydocs.lakefs.io) (Deprecated)
{: .note }

There are three primary ways to work with lakeFS from Python:
Expand Down Expand Up @@ -609,5 +609,5 @@ s3.head_object(Bucket='example-repo', Key='main/example-file.parquet')
# 'Metadata': {}}
```

[legacy-deprecated]: https://docs.lakefs.io/posts/deprecate-py-legacy.html
[legacy-deprecated]: /posts/deprecate-py-legacy.html
[legacy-pypi]: https://pypi.org/project/lakefs-client/

0 comments on commit ea9d328

Please sign in to comment.