[PATCH] D62209: Use quotation marks to fix broken links

Santos Solorzano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 21:23:26 PDT 2019


santos22 updated this revision to Diff 202112.
santos22 added a comment.

Remove fixes to broken links already made


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62209/new/

https://reviews.llvm.org/D62209

Files:
  SeasonOfDocs.html


Index: SeasonOfDocs.html
===================================================================
--- SeasonOfDocs.html
+++ SeasonOfDocs.html
@@ -58,13 +58,13 @@
    <p><b>Description of the project:</b>
    LLVM is a large and constantly changing software project. There are really only a few papers and a book chapter that describe the system as a whole and give a good overview. We should develop more current documentation using Sphinx to document and describe the LLVM infrastructure.
    </p>
-   http://llvm.org/pubs/2002-12-LattnerMSThesis.html”Original
+   <p><a href="http://llvm.org/pubs/2002-12-LattnerMSThesis.html">Original documentation</a>
    <p><b>Related Material:</b>
    <ul>
-   <li>Most useful documentation - <a href=”http://www.aosabook.org/en/llvm.html”>a book chapter about LLVM</a></li>
-   <li><a href=”http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html”>2008 presentation on LLVM</a></li>
-   <li><a href=”http://llvm.org/pubs/2004-01-30-CGO-LLVM.html”>2004 CGO Paper on LLVM</a></li>
-   <li><a href=”http://llvm.org/pubs/2002-12-LattnerMSThesis.html”>2002 Original thesis on LLVM</a></li>
+   <li>Most useful documentation - <a href="http://www.aosabook.org/en/llvm.html">a book chapter about LLVM</a></li>
+   <li><a href="http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html">2008 presentation on LLVM</a></li>
+   <li><a href="http://llvm.org/pubs/2004-01-30-CGO-LLVM.html">2004 CGO Paper on LLVM</a></li>
+   <li><a href="http://llvm.org/pubs/2002-12-LattnerMSThesis.html">2002 Original thesis on LLVM</a></li>
 </ul>
  </p>
 </div>
@@ -80,8 +80,8 @@
    
    <p><b>Related Material:</b>
   <ul>
-  <li><a href=”http://llvm.org/docs/”>Documentation Index</a></li>
-   <li><a href=”http://llvm.org/docs/SphinxQuickstartTemplate.html”>Sphinx Quickstart Guide</a></li>
+  <li><a href="http://llvm.org/docs/"">Documentation Index</a></li>
+   <li><a href="http://llvm.org/docs/SphinxQuickstartTemplate.html">Sphinx Quickstart Guide</a></li>
 </ul>
 </p>
 </div>
@@ -97,8 +97,8 @@
 
    <p><b>Related Material:</b>
    <ul>
-   <li><a href=”http://clang.llvm.org/index.html”>Clang main page</a></li>   
-   <li><a href=”http://clang.llvm.org/get_involved.html”>Getting Involved with Clang</a></li>
+   <li><a href="http://clang.llvm.org/index.html">Clang main page</a></li>   
+   <li><a href="http://clang.llvm.org/get_involved.html">Getting Involved with Clang</a></li>
 </ul>
 </p>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62209.202112.patch
Type: text/x-patch
Size: 2449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/3e4099a5/attachment.bin>


More information about the llvm-commits mailing list