Skip to content

Commit 6d04f5a

Browse files
committed
api: Replace 'git.io' links
This is being deprecated imminently [1]. [1] https://github.blog/changelog/2022-04-25-git-io-deprecation/ Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 1d72e39 commit 6d04f5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git_pw/api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ def new_func(ctx, *args, **kwargs):
441441
'The `--%s` filter was specified multiple times. '
442442
'Filtering by multiple %ss is not supported with API '
443443
'version 1.0. If the server supports it, use version '
444-
'1.1 instead. Refer to https://git.io/vN3vX for more '
445-
'information.'
444+
'1.1 instead. Refer to https://tinyurl.com/2p8swbpn for '
445+
'more information.'
446446
)
447447

448448
LOG.warning(msg, param.name, param.name)
@@ -486,7 +486,7 @@ def retrieve_filter_ids(
486486
'More than one match for found for `--%s=%s`. '
487487
'Filtering by multiple %ss is not supported with '
488488
'API version 1.0. If the server supports it, use '
489-
'version 1.1 instead. Refer to https://git.io/vN3vX '
489+
'version 1.1 instead. Refer to https://tinyurl.com/2p8swbpn '
490490
'for more information.'
491491
)
492492

0 commit comments

Comments
 (0)