@@ -14,7 +14,7 @@ configurations. There may be configurations and/or data model variations
1414that have not yet been covered by the tests and that show unexpected
1515behavior. Please report any problems that you might encounter by
1616`creating a new
17- issue <https://github.com/googleapis/python-spanner-sqlalchemy /issues/new> `__.
17+ issue <https://github.com/googleapis/google-cloud-python /issues/new> `__.
1818
1919- `Cloud Spanner product
2020 documentation <https://cloud.google.com/spanner/docs> `__
@@ -48,7 +48,7 @@ Git-repository:
4848
4949::
5050
51- git clone https://github.com/googleapis/python-spanner-sqlalchemy .git
51+ git clone https://github.com/googleapis/google-cloud-python .git
5252
5353Next install the package from the package ``setup.py `` file:
5454
@@ -61,7 +61,7 @@ During setup the dialect will be registered with entry points.
6161Samples
6262-------------
6363
64- The `samples directory <https://github.com/googleapis/python-spanner-sqlalchemy /blob/-/samples/README.md >`__
64+ The `samples directory <https://github.com/googleapis/google-cloud-python /blob/-/samples/README.md >`__
6565contains multiple examples for how to configure and use common Spanner features.
6666
6767
@@ -380,7 +380,7 @@ into ReadOnly mode:
380380 connection.execute(select([" *" ], from_obj = table)).fetchall()
381381
382382 See the `Read-only transaction sample
383- <https://github.com/googleapis/python-spanner-sqlalchemy /blob/-/samples/read_only_transaction_sample.py> `__
383+ <https://github.com/googleapis/google-cloud-python /blob/-/samples/read_only_transaction_sample.py> `__
384384for a concrete example.
385385
386386ReadOnly/ReadWrite mode of a connection can't be changed while a
@@ -551,7 +551,7 @@ Contributing
551551
552552Contributions to this library are welcome and encouraged. Please report
553553issues, file feature requests, and send pull requests. See
554- `CONTRIBUTING <https://github.com/googleapis/python-spanner-sqlalchemy /blob/main/contributing.md >`__
554+ `CONTRIBUTING <https://github.com/googleapis/google-cloud-python /blob/main/contributing.md >`__
555555for more information on how to get started.
556556
557557**Note that this project is not officially supported by Google as part
@@ -560,5 +560,5 @@ of the Cloud Spanner product.**
560560Please note that this project is released with a Contributor Code of
561561Conduct. By participating in this project you agree to abide by its
562562terms. See the `Code of
563- Conduct <https://github.com/googleapis/python-spanner-sqlalchemy /blob/main/code-of-conduct.md> `__
563+ Conduct <https://github.com/googleapis/google-cloud-python /blob/main/code-of-conduct.md> `__
564564for more information.
0 commit comments