diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-02-08 16:22:01 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-02-08 16:22:01 -0800 |
| commit | efbae0583bb8556444c57d4c336101f97efa6d66 (patch) | |
| tree | 025c367b8729a82bf3e9494f730ebf426e7414cf /t/test-lib-github-workflow-markup.sh | |
| parent | 50b8f513a2e9bb33b5279cbac76c545e84a29c5a (diff) | |
| parent | 62b4f7b9c6a767cfa9eb3efa96e65305f98386be (diff) | |
Merge branch 'js/update-urls-in-doc-and-comment' into maint-2.43
Stale URLs have been updated to their current counterparts (or
archive.org) and HTTP links are replaced with working HTTPS links.
* js/update-urls-in-doc-and-comment:
doc: refer to internet archive
doc: update links for andre-simon.de
doc: switch links to https
doc: update links to current pages
Diffstat (limited to 't/test-lib-github-workflow-markup.sh')
| -rw-r--r-- | t/test-lib-github-workflow-markup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib-github-workflow-markup.sh b/t/test-lib-github-workflow-markup.sh index 9c5339c577..970c6538cb 100644 --- a/t/test-lib-github-workflow-markup.sh +++ b/t/test-lib-github-workflow-markup.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/ . +# along with this program. If not, see https://www.gnu.org/licenses/ . # # The idea is for `test-lib.sh` to source this file when run in GitHub # workflows; these functions will then override (empty) functions |
