Skip to content

Commit 3887e3f

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 58e2406 commit 3887e3f

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
@@ -253,12 +253,13 @@ Connection API represents a wrap-around for Python Spanner API, written in accor
253253
result = cursor.fetchall()
254254
255255
256-
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:
256+
If using `fine-grained access controls`_ you can pass a ``database_role`` argument to connect as that role:
257257

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

263264
Aborted Transactions Retry Mechanism
264265
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)