diff options
-rw-r--r-- | website/index.html | 5 | ||||
-rw-r--r-- | website/security.html | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/website/index.html b/website/index.html index fd322c09..aa431cf0 100644 --- a/website/index.html +++ b/website/index.html @@ -31,7 +31,7 @@ <a href="http://sourceforge.net/projects/fetchmail/files/branch_6.3/">Download</a><br> <a href="security.html">Security/Errata</a><br> - <a href="http://gitorious.org/fetchmail/fetchmail/">Development</a><br> + <a href="https://gitlab.com/fetchmail/fetchmail/">Development</a><br> <a href="http://sourceforge.net/projects/fetchmail/">Project Page</a><br> <hr> </div> @@ -148,7 +148,8 @@ of known problems and requested features.</p> <p>The developers use <a href="http://git-scm.com/">Git</a> for revision control. To browse the repository or to get the latest development version, -find the instructions at <a href="http://gitorious.org/fetchmail/fetchmail">http://gitorious.org/fetchmail/fetchmail</a>.</p> +find the instructions at <a + href="https://gitlab.com/fetchmail/fetchmail">https://gitlab.com/fetchmail/fetchmail</a>.</p> <p>See the <a href="http://sourceforge.net/projects/fetchmail/">project page</a> for more, including <a diff --git a/website/security.html b/website/security.html index 22c1b1f2..23717b11 100644 --- a/website/security.html +++ b/website/security.html @@ -29,7 +29,7 @@ <a href="design-notes.html">Design Notes</a><br> <a href="http://sourceforge.net/projects/fetchmail/files/">Download</a><br> Security/Errata<br> - <a href="http://gitorious.org/fetchmail/fetchmail/">Development</a><br> + <a href="https://gitlab.com/fetchmail/fetchmail/">Development</a><br> <a href="http://sourceforge.net/projects/fetchmail/">Project Page</a><br> <hr> </div> |