From 1a49390f3f6febc1f5539f76459c416dba83b4db Mon Sep 17 00:00:00 2001
From: Gerald Pfeifer <gerald@pfeifer.com>
Date: Wed, 8 Feb 2023 22:11:14 +0100
Subject: [PATCH] doc: Change fsf.org to www.fsf.org

fsf.org has been serving a 301 (permanent redirect) http response for
a long while.

gcc/ChangeLog:

	* doc/include/gpl_v3.texi: Change fsf.org to www.fsf.org.
---
 gcc/doc/include/gpl_v3.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/include/gpl_v3.texi b/gcc/doc/include/gpl_v3.texi
index c978f2154d20..4193d6fd55d4 100644
--- a/gcc/doc/include/gpl_v3.texi
+++ b/gcc/doc/include/gpl_v3.texi
@@ -20,7 +20,7 @@ license document, but changing it is not allowed.
 @c This file is intended to be included in another file.
 
 @display
-Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{https://fsf.org/}
+Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{https://www.fsf.org}
 
 Everyone is permitted to copy and distribute verbatim copies of this
 license document, but changing it is not allowed.
-- 
GitLab