Applied. Gerald
Index: projects/cli.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cli.html,v retrieving revision 1.26 diff -u -r1.26 cli.html --- projects/cli.html 30 Jun 2014 22:07:35 -0000 1.26 +++ projects/cli.html 28 Jun 2015 14:56:43 -0000 @@ -105,7 +105,7 @@ </p> <p> In 2007 to explore the potential of .NET as a deployment file format, in -collaboration with <a href="http://www.hipeac.net/">HiPEAC</a>, we +collaboration with <a href="https://www.hipeac.net/">HiPEAC</a>, we developped also a CIL front end (always using GCC). </p> @@ -413,7 +413,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/Main_Page">Mono</a> +Instead, it uses <a href="http://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 frontend only has to parse the actual CIL code of each method. Mono provides a comprehensive API to