summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Geyso <nico.geyso@fu-berlin.de>2014-12-10 15:02:11 +0100
committerNico Geyso <nico.geyso@fu-berlin.de>2014-12-10 15:02:11 +0100
commit21736620dd994791cb7e0c43f1bcd1cb636488bc (patch)
tree3c84f8a608e58151764cfd230e318c6bb2df1a93
parent25a11d7314463f360141db1dcd7a5061ac258403 (diff)
downloadklausuren-21736620dd994791cb7e0c43f1bcd1cb636488bc.tar.gz
klausuren-21736620dd994791cb7e0c43f1bcd1cb636488bc.tar.bz2
klausuren-21736620dd994791cb7e0c43f1bcd1cb636488bc.zip
Fix git url
-rw-r--r--README6
-rw-r--r--app/templates/_layout.html2
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index fd66c17..08f5995 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ werden. Fit ist in Python2 mit Hilfe von Flask geschrieben.
Setup (dev)
-----------
- $ git clone git://git.spline.de/klausurenarchiv # Source-Code herunterladen
+ $ git clone git://git.spline.de/klausuren # Source-Code herunterladen
$ cd klausurenarchiv
$ cp config.cfg.dist config.cfg # Konfigurationsdatei erstellen
$ vim/emacs/nano config.cfg
@@ -22,7 +22,7 @@ Deployment Debian Wheezy
------------------------
$ cd /var/www/
- $ git clone git://git.spline.de/klausurenarchiv # Source-Code herunterladen
+ $ git clone git://git.spline.de/klausuren # Source-Code herunterladen
$ cd klausurenarchiv
$ cp config.cfg.dist config.cfg # Konfigurationsdatei erstellen
$ vim/emacs/nano config.cfg
@@ -38,7 +38,7 @@ Config
* DEBUG
* FORM_START_YEAR - Startjahr für Upload-Formular
* ALLOWD_EXTENSIONS - Erlaubte Dateien beim Upload
-* STUDIES - Dictionary von Studiengängen. Die Liste von Tuples sind Basismodule
+* STUDIES - Dictionary von Studiengängen. Die Liste sind Basismodule
eines Studienganges. Sie werden bei der Modul-Auswahl beim
Upload-Formular immer angezeigt.
diff --git a/app/templates/_layout.html b/app/templates/_layout.html
index 083727f..07b955d 100644
--- a/app/templates/_layout.html
+++ b/app/templates/_layout.html
@@ -41,7 +41,7 @@
</div>
<footer>
- <a href="https://gitlab.spline.inf.fu-berlin.de/cholin/klausuren">source</a>
+ <a href="http://git.spline.de/klausuren/">source</a>
</footer>
</body>
</html>