mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-03 04:14:43 +00:00
Fixed code link; added SF logo
This commit is contained in:
parent
8dbb5e517d
commit
367a1d6f63
2 changed files with 9 additions and 3 deletions
|
|
@ -82,7 +82,7 @@ and requests.
|
|||
Repository
|
||||
==========
|
||||
|
||||
The `SF Subversion page`_ hosts the development source code of LinkChecker.
|
||||
The `SF code page`_ hosts the development source code of LinkChecker.
|
||||
|
||||
.. _SF Subversion page:
|
||||
http://sourceforge.net/svn/?group_id=1913
|
||||
.. _SF code page:
|
||||
http://sourceforge.net/scm/?type=git&group_id=1913
|
||||
|
|
|
|||
|
|
@ -16,6 +16,12 @@ img { border: 0; }
|
|||
|
||||
{% block relbar1 %}
|
||||
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
|
||||
<div style="float:right;"><a
|
||||
href="http://sourceforge.net/projects/linkchecker"><img
|
||||
src="http://sflogo.sourceforge.net/sflogo.php?group_id=1913&type=13"
|
||||
width="120" height="30" border="0"
|
||||
alt="Get LinkChecker at SourceForge.net." /></a>
|
||||
</div>
|
||||
<table border="0"><tr>
|
||||
<td><a href="{{ pathto('index') }}"><img
|
||||
src="{{ pathto("_static/logo64x64.png", 1) }}" border="0" alt="LinkChecker"/></a></td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue