From 1b71c63c9756181ea458018ba4b7a5cdab1aee4a Mon Sep 17 00:00:00 2001
From: Oliver Kirsebom <oliver.kirsebom@gmail.com>
Date: Wed, 29 Dec 2021 19:27:52 +0100
Subject: [PATCH] Update README.md

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 67495ab..4555581 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
 Fortran program to simulate beta-delayed particle emission. 
 
 # Detailed description
-A detailed description can be found [here](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/description.pdf). 
-See also [this note](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/spincoeff.pdf) on the spin-dependent coefficients.
+A detailed description can be found [here](description.pdf). 
+See also [this note](spincoeff.pdf) on the spin-dependent coefficients.
 
 # Files
-- Simulation program: [bedepe.f](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/bedepe.f)
-- Example input file: [input0](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/input0)
-- Program that calculates ξ and Θ: [spincoeff.f](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/spincoeff.f)
+- Simulation program: [bedepe.f](bedepe.f)
+- Example input file: [input0](input0)
+- Program that calculates ξ and Θ: [spincoeff.f](spincoeff.f)
 
 # Compile
 First you must install CERNLIB. In Ubuntu this is easily accomplished with the command ```sudo apt-get install cernlib```.
-- 
GitLab