Merge "Add some links, fix a typo."
diff --git a/tools/documentation.php b/tools/documentation.php
index 9d7a048..b5c80bf 100644
--- a/tools/documentation.php
+++ b/tools/documentation.php
@@ -118,6 +118,10 @@
 				default for project files based on the information available in the
 				Eclipse Foundation database.</p>
 
+
+			<p>A <a href="legal/header.php?id=<?php echo $id?>">Plain Text Version</a>
+				is available.</p>
+
 		<?php
 				renderTemplate ( function () use (&$project, $width) {
 					echo getDefaultFileHeader ( $project->getLicenses (), $width );
@@ -163,7 +167,7 @@
 			</p>
 
 			<ul>
-				<li><a href="https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt">Ecipse Public License 2.0</a>
+				<li><a href="https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt">Eclipse Public License 2.0</a>
 				<li><a href="https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt">Eclipse Public License 1.0</a></li>
 			</ul>
 
@@ -180,6 +184,9 @@
 			<p>The CONTRIBUTING file may have an extension, and should be placed in the root of all project
 				repositories.</p>
 
+			<p>A <a href="legal/contributing.php?id=<?php echo $id?>">Plain Text Version</a>
+				is available. Note that you must be logged in for this link to work.</p>
+
 			<?php
 				renderTemplate ( function () use (&$id, $width) {
 					renderContributingFile ( $id, $width );