[PATCH] D62209: Use quotation marks to fix broken links
Santos Solorzano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 10:18:15 PDT 2019
santos22 created this revision.
santos22 added a reviewer: tonic.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Use quotation marks to fix broken links at http://llvm.org/SeasonOfDocs.html
Repository:
rL LLVM
https://reviews.llvm.org/D62209
Files:
SeasonOfDocs.html
Index: SeasonOfDocs.html
===================================================================
--- SeasonOfDocs.html
+++ SeasonOfDocs.html
@@ -21,7 +21,7 @@
</p>
<p>
-If you have any questions, are interested in becoming a mentor, or project suggestions - please contact us via <a href=”mailto:docs at lists.llvm.org”>docs at lists.llvm.org</a>
+If you have any questions, are interested in becoming a mentor, or project suggestions - please contact us via <a href="mailto:docs at lists.llvm.org">docs at lists.llvm.org</a>
</p>
@@ -46,7 +46,7 @@
<li><a href="http://llvm.org/docs/GettingStarted.html">Getting Started Guide</a>: Current document on llvm.org</li>
<li><a href="https://docs.google.com/document/d/1Prx1PLLU7VB0w2gBsAv0uB5MwX2Z7g9UIMTIUKZumcg/edit">Ideas from the workshop</a></li>
<li><a href="https://docs.google.com/document/d/1sgnnwjU-ESvAQpQzeFY5l02OVllOlJbMm1E4YzylgC4/edit">Mockups and examples of new getting started guides</a></li>
- <li>Various addendums to the main getting starting guide; <a href="http://llvm.org/docs/GettingStartedVS.html">Getting Started with the LLVM System using Microsoft Visual Studio</a>, <a href="http://llvm.org/docs/CMake.html”>Building LLVM with CMake</a>, and many notes listed <a href="http://llvm.org/docs/">here</a>.
+ <li>Various addendums to the main getting starting guide; <a href="http://llvm.org/docs/GettingStartedVS.html">Getting Started with the LLVM System using Microsoft Visual Studio</a>, <a href="http://llvm.org/docs/CMake.html">Building LLVM with CMake</a>, and many notes listed <a href="http://llvm.org/docs/">here</a>.
</p>
</div>
@@ -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
+ <a href="http://llvm.org/pubs/2002-12-LattnerMSThesis.html">Original documentation</a></li>
<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.200530.patch
Type: text/x-patch
Size: 3942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190521/eae90d5b/attachment.bin>
More information about the llvm-commits
mailing list