diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 3a19b9564547b79fbc1a6a56b96edf55555a3576..0000000000000000000000000000000000000000
--- a/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-*.deb filter=lfs diff=lfs merge=lfs -text
diff --git a/README.md b/README.md
index 66b08c05a024de42b1b63eea1223bf359dbdc382..8b18b6e91e9f26f3fe716a4fe7d1f1af813c2c24 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Realtime Kernel for Ubuntu 18.4
 
-These are `deb` packages built for Ubuntu Bionic.
+These are `deb` packages built for Ubuntu Bionic. The packages are created following advice from [Stackoverflow](https://stackoverflow.com/questions/51669724/install-rt-linux-patch-for-ubuntu) and the [Panda manuals](https://frankaemika.github.io/docs/installation_linux.html#setting-up-the-real-time-kernel).
 
 ## Information
 
@@ -16,7 +16,7 @@ Before the build, if the new kernel version contains new config keys, the corres
 
 - **⚠ ATTENTION** Make sure secureboot is disabled. Currently, the compiled kernel is unsigned and thus, will not work with secureboot.
 - **⚠ ATTENTION** The repository does not contain the kernel packges, they are built by the CI and and can be downloaded.
-- [Download the latest kernel packages built by the CI](https://git-st.inf.tu-dresden.de/ceti/realtime-kernel/-/jobs/artifacts/ci/browse?job=build-kernel).
+- [Download the latest kernel packages built by the CI](https://git-st.inf.tu-dresden.de/ceti/realtime-kernel/-/jobs/artifacts/master/browse?job=build-kernel).
 - Install the packages using `dpkg -i`.
 
 ## Verifying that the Realtime Kernel is Running
@@ -40,4 +40,5 @@ Before the build, if the new kernel version contains new config keys, the corres
     @realtime hard priority 99
     @realtime hard memlock 102400
     ```
-- Log off and on again to let the group assignment and realtime priorities take effect (or, to be safe, restart). Use the command `groups` to check if the the current user belongs to the realtime group.
\ No newline at end of file
+- Log off and on again to let the group assignment and realtime priorities take effect (or, to be safe, restart). Use the command `groups` to check if the the current user belongs to the realtime group.
+