public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] wwwdocs: codingconventions: Properly link to flake8
@ 2022-11-01 12:01 Gerald Pfeifer
  2022-11-09 20:53 ` Martin Liška
  0 siblings, 1 reply; 2+ messages in thread
From: Gerald Pfeifer @ 2022-11-01 12:01 UTC (permalink / raw)
  To: gcc-patches, Martin Liška

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=X-UNKNOWN, Size: 1003 bytes --]

Nearly all hrefs= on our site are https:// or http://, and that's the case 
pretty much across the web. Still the protocol needs to be provided for 
links to work.

Pushed.

Gerald


Web links need to be prefixed by https:// or http://.
---
 htdocs/codingconventions.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index f5e22983..348f1e1d 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -1487,7 +1487,7 @@ Definitions within the body of a namespace are not indented.
 <h2 id="python">Python Language Conventions</h2>
 
 <p>Python scripts should follow <a href="https://peps.python.org/pep-0008/">PEP 8 ??? Style Guide for Python Code</a>
-which can be verified by the <a href="flake8.pycqa.org">flake8</a> tool.
+which can be verified by the <a href="https://flake8.pycqa.org">flake8</a> tool.
 We recommend using the following <code>flake8</code> plug-ins:</p>
 
 <ul>
-- 
2.38.0

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

end of thread, other threads:[~2022-11-09 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01 12:01 [committed] wwwdocs: codingconventions: Properly link to flake8 Gerald Pfeifer
2022-11-09 20:53 ` 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).