summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>