Skip to content

Commit 685a697

Browse files
authored
chore: remove git.io (github#17417)
All links on git.io will stop redirecting after April 29, 2022. - https://github.blog/changelog/2022-04-25-git-io-deprecation/
1 parent cc5b24d commit 685a697

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.husky/post-checkout

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ then
77
printf >&2 "\nGitHub Docs requires Git LFS but using the 'git-lfs' on your path failed.\n"
88
fi
99
else
10-
printf >&2 "\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://git.io/JBCId>.\n"
10+
printf >&2 "\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://docs.github.com/en/github/managing-large-files/versioning-large-files/installing-git-large-file-storage>.\n"
1111
fi

.husky/post-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ then
77
printf >&2 "\nGitHub Docs requires Git LFS but using the 'git-lfs' on your path failed.\n"
88
fi
99
else
10-
printf >&2 "\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://git.io/JBCId>.\n"
10+
printf >&2 "\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://docs.github.com/en/github/managing-large-files/versioning-large-files/installing-git-large-file-storage>.\n"
1111
fi

.husky/post-merge

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ then
77
printf >&2 "\nGitHub Docs requires Git LFS but using the 'git-lfs' on your path failed.\n"
88
fi
99
else
10-
printf >&2 "\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://git.io/JBCId>.\n"
10+
printf >&2 "\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://docs.github.com/en/github/managing-large-files/versioning-large-files/installing-git-large-file-storage>.\n"
1111
fi

.husky/pre-push

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ then
77
printf >&2 "\nGitHub Docs requires Git LFS but using the 'git-lfs' on your path failed.\n"
88
fi
99
else
10-
printf >&2 "\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://git.io/JBCId>.\n"
10+
printf >&2 "\nGitHub Docs requires Git LFS but 'git-lfs' was not found on your path.\nLearn how to install Git LFS at <https://docs.github.com/en/github/managing-large-files/versioning-large-files/installing-git-large-file-storage>.\n"
1111
fi
1212

1313
. "$(dirname "$0")/_/husky.sh"

script/toggle-ghae-feature-flags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ program
2727
.description(
2828
'Toggle issue-based, feature-flagged versioning for GitHub AE content like\n' +
2929
'ghae-next or ghae-issue-1234, then commit the results.\n\n' +
30-
'Documentation: https://git.io/JCtUO\n\n' +
30+
'Documentation: https://github.com/github/docs-content/blob/main/docs-content-docs/docs-content-workflows/content-creation/versioning-documentation.md#internal-versioning-conventions-for-github-ae\n\n' +
3131
'Examples:\n' +
3232
` ${scriptName} -n\n` +
3333
` ${scriptName} -f 'issue-1234, issue-5678'`

0 commit comments

Comments
 (0)