From 9ad69536e54ce6a59bfa70bf219c0c6ebaa3e684 Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Sun, 14 Mar 2021 15:52:09 +0100
Subject: [PATCH] created separate bibliography folder and moved stuff there

---
 bib/README.md                      | 4 ++++
 {src => bib}/localBibliography.bib | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 bib/README.md
 rename {src => bib}/localBibliography.bib (97%)

diff --git a/bib/README.md b/bib/README.md
new file mode 100644
index 0000000..02f60e3
--- /dev/null
+++ b/bib/README.md
@@ -0,0 +1,4 @@
+# Bibliograpy folder
+
+This folder is for bibliographic purpises. Here should be `.bib` files for useage with the `biblatex`package and source dokuments like pdfs,
+presentations or downloaded web-pages.
\ No newline at end of file
diff --git a/src/localBibliography.bib b/bib/localBibliography.bib
similarity index 97%
rename from src/localBibliography.bib
rename to bib/localBibliography.bib
index ff61b9e..ab049d9 100644
--- a/src/localBibliography.bib
+++ b/bib/localBibliography.bib
@@ -12,7 +12,7 @@
 	editor		= {},
 	title		= {Laboranleitung für das Physiklabor},
 	date		= {2020-03-01},
-	url			= {https://docs.f1.hs-hannover.de/dl_fachgebiete/labore.php?id_fachgebiet=4},
+	url			= {https://docs.f1.Hs-Hannover.de/dl_fachgebiete/labore.php?id_fachgebiet=4},
 	urldate		= {2020-03-23},
 	language 	= {GER}
 }
-- 
GitLab