diff options
| author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-18 18:06:53 +0200 | 
|---|---|---|
| committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-18 18:06:53 +0200 | 
| commit | 9f571b930734aed9af6cea97e5ca0327a8549020 (patch) | |
| tree | b02bd4117167214d61c1dc85d963525590213e51 /xsl | |
| parent | 5b344e88ff3a6e3594d1b33cd4d8086c143c0bb6 (diff) | |
Add links to GitLab project.
Diffstat (limited to 'xsl')
| -rw-r--r-- | xsl/webpage.xsl | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/xsl/webpage.xsl b/xsl/webpage.xsl index 0f93974..aade94b 100644 --- a/xsl/webpage.xsl +++ b/xsl/webpage.xsl @@ -55,13 +55,13 @@  										<!--<li><a href="#">Repository</a></li>-->  									</ul>  								</li> -								<!--<li><h3>Develop</h3> +								<li><h3>Develop</h3>  									<ul> -										<li><a href="#">Documentation</a></li> -										<li><a href="#">Browse source</a></li> -										<li><a href="#">Bug tracker</a></li> +										<li><a href="https://gitlab.com/ousia-framework/ousia">GitLab</a></li> +										<li><a href="https://gitlab.com/ousia-framework/ousia/tree/master">Browse source</a></li> +										<li><a href="https://gitlab.com/ousia-framework/ousia/issues">Bug tracker</a></li>  									</ul> -								</li>--> +								</li>  								<li><h3>Legal</h3>  									<ul>  										<li><a href="impressum.html">Impressum</a></li> | 
