Skip to content

Commit 37b7f8a

Browse files
committed
fix: correct fine-grained access control link
The link to fine-grained access controls documentation is in markdown format rather than rst and doesn't render correctly on: https://github.com/googleapis/python-spanner?tab=readme-ov-file#connection-api
1 parent 4490721 commit 37b7f8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,13 @@ Connection API represents a wrap-around for Python Spanner API, written in accor
252252
result = cursor.fetchall()
253253
254254
255-
If using [fine-grained access controls](https://cloud.google.com/spanner/docs/access-with-fgac) you can pass a ``database_role`` argument to connect as that role:
255+
If using `fine-grained access controls`_ you can pass a ``database_role`` argument to connect as that role:
256256

257257
.. code:: python
258258
259259
connection = connect("instance-id", "database-id", database_role='your-role')
260260
261+
.. _fine-grained access controls: https://cloud.google.com/spanner/docs/access-with-fgac
261262

262263
Aborted Transactions Retry Mechanism
263264
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)