public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] doc: Switch valgrind.com to https
@ 2020-08-24 18:15 Gerald Pfeifer
  2020-08-25  8:25 ` Martin Liška
  0 siblings, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2020-08-24 18:15 UTC (permalink / raw)
  To: gcc-patches, Jonathan Wakely

Pushed.

Jonathan, I found two more references to valgrind.com without https (which 
lead to a redirect) at http://gcc.gnu.org/onlinedocs/libstdc++/manual/debug.html
  http://valgrind.org/docs/manual/drd-manual.html
  http://valgrind.org/docs/manual/hg-manual.html

Would you mind having a look, perhaps?  That would be lovely, thanks.

Gerald

gcc/ChangeLog:
	* doc/install.texi (Configuration): Switch valgrind.com to https.
---
 gcc/doc/install.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index e1ca876d729..5330bf3bb29 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1887,7 +1887,7 @@ checking with extra checks that might affect code generation and should
 therefore not differ between stage1 and later stages in bootstrap.
 
 The @samp{valgrind} check requires the external @command{valgrind} simulator,
-available from @uref{http://valgrind.org/}.  The @samp{rtl} checks are
+available from @uref{https://valgrind.org}.  The @samp{rtl} checks are
 expensive and the @samp{df}, @samp{gcac} and @samp{valgrind} checks are very
 expensive.
 
-- 
2.28.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-01 11:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 18:15 [committed] doc: Switch valgrind.com to https Gerald Pfeifer
2020-08-25  8:25 ` Martin Liška
2020-08-28 14:56   ` Gerald Pfeifer
2020-09-01 11:30     ` Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).