Committed.

Gerald

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

Reply via email to