Skip to content

Commit cfbca5e

Browse files
authored
Fix PR links in changelog (#1256)
1 parent 209084d commit cfbca5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Changed
8585
(:pr:`1222`)
8686

8787
- The SDK's ``ScopeBuilder`` types have been replaced with
88-
``StaticScopeCollection`` and ``DynamicScopeCollection`` types. (:pr:`NUMBER`)
88+
``StaticScopeCollection`` and ``DynamicScopeCollection`` types. (:pr:`1237`)
8989

9090
- Scopes provided as constants by the SDK are now ``Scope`` objects, not
9191
strings. They can be converted to strings trivially with ``str(scope)``.
@@ -96,7 +96,7 @@ Changed
9696
``GCSCollectionScopeBuilder``.
9797

9898
- The ``ScopeBuilder`` types have been simplified and improved as the new
99-
``ScopeCollection`` types. (:pr:`NUMBER`)
99+
``ScopeCollection`` types. (:pr:`1237`)
100100

101101
- ``ScopeBuilder`` is replaced with ``StaticScopeCollection`` and
102102
``DynamicScopeCollection``. The ``scopes`` attribute of client classes is

0 commit comments

Comments
 (0)