Mercurial > hg-website
changeset 409:b84223150592
Fix hrefs to not ending in /
author | David Soria Parra <davidsp@fb.com> |
---|---|
date | Tue, 25 Mar 2014 09:21:55 -0700 |
parents | 595c6707635f |
children | c838aca30aea |
files | templates/base.html templates/frontpage.html |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/base.html Tue Mar 11 15:41:25 2014 -0700 +++ b/templates/base.html Tue Mar 25 09:21:55 2014 -0700 @@ -70,7 +70,7 @@ design by <a href="http://www.designpunct.ro">punct</a> / design courtesy of <a href="http://www.bitbucket.org/">bitbucket</a> / licensed under <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GPLv2</a> / - <a href="/thepage/">about this page</a> + <a href="/thepage">about this page</a> </div> </body>
--- a/templates/frontpage.html Tue Mar 11 15:41:25 2014 -0700 +++ b/templates/frontpage.html Tue Mar 25 09:21:55 2014 -0700 @@ -20,12 +20,12 @@ <ol> <!-- The three sections should now grow more compact as you go down, with power and speed the longest and just works only two simple, clean sentences. --> <li class="i-1"> - It is <a href="/about/">fast and powerful</a> - <p>Mercurial efficiently handles <a href="/who/">projects of any size and kind</a><!--Reference: http://mercurial.selenic.com/wiki/ProjectsUsingMercurial -->. Every clone contains the whole project history, so most actions are local, fast and convenient. Mercurial supports a multitude of <a href="http://mercurial.selenic.com/wiki/WorkingPractices">workflows</a> and you can easily enhance its functionality with <a href="http://mercurial.selenic.com/wiki/UsingExtensions">extensions</a>.</p> + It is <a href="/about">fast and powerful</a> + <p>Mercurial efficiently handles <a href="/who">projects of any size and kind</a><!--Reference: http://mercurial.selenic.com/wiki/ProjectsUsingMercurial -->. Every clone contains the whole project history, so most actions are local, fast and convenient. Mercurial supports a multitude of <a href="http://mercurial.selenic.com/wiki/WorkingPractices">workflows</a> and you can easily enhance its functionality with <a href="http://mercurial.selenic.com/wiki/UsingExtensions">extensions</a>.</p> </li> <li class="i-2"> - It is <a href="/learn/">easy to learn</a><!-- point to a site which begins with a random "easy to learn" testimonial and then shows ways to learn Mercurial, from quick start to indepth --> - <p>You can follow our simple <a href="/guide/">guide</a> to learn how to revision your documents with Mercurial, or just use the <a href="/quickstart/">quick start</a> to get going instantly. A short overview of Mercurial's decentralized model is also <a href="http://mercurial.selenic.com/wiki/UnderstandingMercurial">available</a>.<!--If you already know Subversion, please see <a href="mercurial_for_svn_users">Mercurial for svn users</a>.--></p> + It is <a href="/learn">easy to learn</a><!-- point to a site which begins with a random "easy to learn" testimonial and then shows ways to learn Mercurial, from quick start to indepth --> + <p>You can follow our simple <a href="/guide">guide</a> to learn how to revision your documents with Mercurial, or just use the <a href="/quickstart">quick start</a> to get going instantly. A short overview of Mercurial's decentralized model is also <a href="http://mercurial.selenic.com/wiki/UnderstandingMercurial">available</a>.<!--If you already know Subversion, please see <a href="mercurial_for_svn_users">Mercurial for svn users</a>.--></p> </li> <li class="i-3"> And it just works