@@ -6,8 +6,8 @@ Seam Python SDK
66.. |PyPI | image :: https://img.shields.io/pypi/v/seam.svg
77 :target: https://pypi.python.org/pypi/seam
88 :alt: PyPI
9- .. |GitHub Actions | image :: https://github.com/seamapi/python-next /actions/workflows/check.yml/badge.svg
10- :target: https://github.com/seamapi/python-next /actions/workflows/check.yml
9+ .. |GitHub Actions | image :: https://github.com/seamapi/python/actions/workflows/check.yml/badge.svg
10+ :target: https://github.com/seamapi/python/actions/workflows/check.yml
1111 :alt: GitHub Actions
1212
1313SDK for the Seam API written in Python.
@@ -277,7 +277,7 @@ Quickstart
277277
278278::
279279
280- $ git clone https://github.com/seamapi/python-next .git
280+ $ git clone https://github.com/seamapi/python.git
281281 $ cd pypackage
282282 $ poetry install
283283
@@ -297,9 +297,9 @@ Clone the project with
297297
298298::
299299
300- $ git clone https://github.com/seamapi/python-next .git
300+ $ git clone https://github.com/seamapi/python.git
301301
302- .. __ : https://github.com/seamapi/python-next
302+ .. __ : https://github.com/seamapi/python
303303
304304Requirements
305305~~~~~~~~~~~~
@@ -368,7 +368,7 @@ This may be done on the web or using the `GitHub CLI`_ with
368368
369369.. _Poetry version : https://python-poetry.org/docs/cli/#version
370370.. _GitHub CLI : https://cli.github.com/
371- .. _version workflow_dispatch on GitHub Actions : https://github.com/seamapi/python-next /actions?query=workflow%3Aversion
371+ .. _version workflow_dispatch on GitHub Actions : https://github.com/seamapi/python/actions?query=workflow%3Aversion
372372
373373GitHub Actions
374374--------------
@@ -404,7 +404,7 @@ Please submit and comment on bug reports and feature requests.
404404
405405To submit a patch:
406406
407- 1. Fork it (https://github.com/seamapi/python-next /fork).
407+ 1. Fork it (https://github.com/seamapi/python/fork).
4084082. Create your feature branch (`git checkout -b my-new-feature `).
4094093. Make changes.
4104104. Commit your changes (`git commit -am 'Add some feature' `).
0 commit comments