@@ -90,7 +90,7 @@ To install from source:
9090
9191.. code :: shell
9292
93- git clone git@github.com:googleapis/python-spanner-django .git
93+ git clone git@github.com:googleapis/google-cloud-python .git
9494 cd python-spanner-django
9595 pip3 install -e .
9696
@@ -240,13 +240,13 @@ How it works
240240Overall design
241241~~~~~~~~~~~~~~
242242
243- .. figure :: https://raw.githubusercontent.com/googleapis/python-spanner-django /main/assets/overview.png
243+ .. figure :: https://raw.githubusercontent.com/googleapis/google-cloud-python /main/assets/overview.png
244244 :alt: "Overall Design"
245245
246246Internals
247247~~~~~~~~~
248248
249- .. figure :: https://raw.githubusercontent.com/googleapis/python-spanner-django /main/assets/internals.png
249+ .. figure :: https://raw.githubusercontent.com/googleapis/google-cloud-python /main/assets/internals.png
250250 :alt: "Internals"
251251
252252
@@ -267,11 +267,11 @@ How to contribute
267267
268268Contributions to this library are always welcome and highly encouraged.
269269
270- See `CONTRIBUTING <https://github.com/googleapis/python-spanner-django /blob/main/CONTRIBUTING.md >`_ for more information on how to get started.
270+ See `CONTRIBUTING <https://github.com/googleapis/google-cloud-python /blob/main/CONTRIBUTING.md >`_ for more information on how to get started.
271271
272272Please note that this project is released with a Contributor Code of Conduct.
273273By participating in this project you agree to abide by its terms. See the `Code
274- of Conduct <https://github.com/googleapis/python-spanner-django /blob/main/CODE_OF_CONDUCT.md> `_ for more information.
274+ of Conduct <https://github.com/googleapis/google-cloud-python /blob/main/CODE_OF_CONDUCT.md> `_ for more information.
275275
276276
277277Limitations
@@ -282,7 +282,7 @@ Spanner has certain limitations of its own. The full set of limitations is docum
282282It is recommended that you go through that list.
283283
284284Django spanner has a set of limitations as well, which you can find
285- `here <https://github.com/googleapis/python-spanner-django /blob/main/docs/limitations.rst >`__.
285+ `here <https://github.com/googleapis/google-cloud-python /blob/main/docs/limitations.rst >`__.
286286
287287Features from spanner that are not supported in Django-spanner are listed
288- `here <https://github.com/googleapis/python-spanner-django /blob/main/docs/limitations-spanner.rst >`__.
288+ `here <https://github.com/googleapis/google-cloud-python /blob/main/docs/limitations-spanner.rst >`__.
0 commit comments