Skip to content

Commit

Permalink
Fix links to source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 13, 2017
1 parent b07c1c8 commit c98aa90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/App/appnav.html.php
Expand Up @@ -13,6 +13,6 @@
<?php if ($this->hasRoadmap): ?>
<li><a href="<?php echo $this->urlWriter->urlFor('app', array('action' => 'roadmap', 'app' => $this->appname))?>">Roadmap</a></li>
<?php endif;?>
<li><a href="http://git.horde.org/horde-git/-/browse/<?php echo $this->appname ?>/">Source Code</a></li>
<li><a href="https://github.com/horde/<?php echo $this->appname ?>/">Source Code</a></li>
</ul>

2 changes: 1 addition & 1 deletion app/views/shared/appnav.html.php
Expand Up @@ -13,6 +13,6 @@
<?php if ($this->hasRoadmap): ?>
<li><a href="<?php echo $this->urlWriter->urlFor('app', array('action' => 'roadmap', 'app' => $this->appname))?>">Roadmap</a></li>
<?php endif;?>
<li><a href="http://git.horde.org/h/chora/horde-git/-/browse/<?php echo $this->appname ?>/">Source Code</a></li>
<li><a href="https://github.com/horde/<?php echo $this->appname ?>/">Source Code</a></li>
</ul>

2 changes: 1 addition & 1 deletion app/views/shared/libnav.html.php
Expand Up @@ -5,6 +5,6 @@
<li><a href="<?php echo $this->urlWriter->urlFor(array('controller' => 'library', 'action' => 'docs', 'library' => $this->libraryName))?>">Documentation</a></li>
<?php endif; ?>
<li><a href="http://dev.horde.org/api/master/lib/<?php echo $this->shortLibraryName ?>/">API documentation</a></li>
<li><a href="http://git.horde.org/horde-git/-/browse/framework/<?php echo $this->shortLibraryName ?>/">Source Code</a></li>
<li><a href="https://github.com/horde/<?php echo $this->shortLibraryName ?>/">Source Code</a></li>
</ul>

0 comments on commit c98aa90

Please sign in to comment.