From 8d1c416a53107b9fe2851e505c5ee052260840fd Mon Sep 17 00:00:00 2001 From: Dmitry Tokarev Date: Thu, 3 Dec 2020 16:24:56 -0500 Subject: [PATCH] website: Fix link to external documentation "Git URLs" --- website/docs/modules/sources.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/modules/sources.html.markdown b/website/docs/modules/sources.html.markdown index 72bf7c39e..692fda2be 100644 --- a/website/docs/modules/sources.html.markdown +++ b/website/docs/modules/sources.html.markdown @@ -184,7 +184,7 @@ a specific revision to install. Arbitrary Git repositories can be used by prefixing the address with the special `git::` prefix. After this prefix, any valid -[Git URL](https://git-scm.com/docs/git-clone#_git_urls_a_id_urls_a) +[Git URL](https://git-scm.com/docs/git-clone#_git_urls) can be specified to select one of the protocols supported by Git. For example, to use HTTPS or SSH: