Skip to content

Commit

Permalink
Update links in Guides template (fixes alohaeditor#1556)
Browse files Browse the repository at this point in the history
Replaced the no-longer working link to the demo with a rawgit link as per @balupton’s suggestion.

The ‘guides’ link can be relative as it refers to itself.

Also removed a link to no longer existing features page.
  • Loading branch information
codingisacopingstrategy authored Apr 8, 2017
1 parent 9e145ad commit 77619b4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/guides/source/layout.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@
<header role="banner">
<div class="container">
<h1 id="logo">
<a href="http://aloha-editor.org"><img src="images/header/logo.png" height="50" alt="Aloha Editor" /></a>
<a href="http://www.alohaeditor.org"><img src="images/header/logo.png" height="50" alt="Aloha Editor" /></a>
</h1>
<nav role="navigation">
<ul>
<li><a href="http://aloha-editor.org/Content.Node/index.html#features" title="A shortcut for Aloha Editor features" class="new">Features</a></li>
<li class="active"><a href="http://aloha-editor.org/guides/" title="The Aloha Editor documentation">Guides</a></li>
<li><a href="http://getsatisfaction.com/aloha_editor" title="Get help or help others">Forum</a></li>
<li><a href="http://aloha-editor.org/demo" title="Feel the Aloha">Try it</a></li>
<li class="active"><a href="./" title="The Aloha Editor documentation">Guides</a></li>
<li><a href="http://getsatisfaction.com/aloha_editor" title="Get help or help others">Forum</a></li>
<li><a href="https://rawgit.com/alohaeditor/Aloha-Editor/dev/src/demo/boilerplate/" title="Feel the Aloha">Try it</a></li>
</ul>
</nav>
</div>
Expand Down

0 comments on commit 77619b4

Please sign in to comment.