diff mbox series

[wwwdocs] Update link to Mono project at projects/cli.html

Message ID alpine.LSU.2.21.1809011403220.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] Update link to Mono project at projects/cli.html | expand

Commit Message

Gerald Pfeifer Sept. 1, 2018, 12:04 p.m. UTC
Committed.

Gerald
diff mbox series

Patch

Index: projects/cli.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cli.html,v
retrieving revision 1.32
diff -u -r1.32 cli.html
--- projects/cli.html	29 Jul 2018 20:31:35 -0000	1.32
+++ projects/cli.html	1 Sep 2018 12:00:49 -0000
@@ -412,7 +412,7 @@ 
 <h3>Implementation overview</h3>
 
 <p><i>Gcccil</i> does not implement its own CLR metadata parser.
-Instead, it uses <a href="http://www.mono-project.com/">Mono</a>
+Instead, it uses <a href="https://www.mono-project.com">Mono</a>
 to "parse" the input assembly. That is, Mono is used to load the assembly
 and parse the metadata and types. The front end only has to parse the
 actual CIL code of each method. Mono provides a comprehensive API to