From e68fb4d03cdd4cf280343b22bec7543f703dbd40 Mon Sep 17 00:00:00 2001 From: Arno Proeme Date: Tue, 4 Jun 2019 09:11:54 +0100 Subject: [PATCH] Relative links to avoid trouble when merging --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9aec3e6..8a287c4 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,11 @@ CP2K is written in Fortran 2008 and can be run in parallel using a combination o - Web site: https://www.cp2k.org/ - Code download: https://github.com/cp2k/cp2k/releases -- Build & run instructions, details about benchmarks: https://repository.prace-ri.eu/git/UEABS/ueabs/blob/r2.1-dev/cp2k/README.md -- Test Case A: https://repository.prace-ri.eu/git/UEABS/ueabs/blob/r2.1-dev/cp2k/benchmarks/TestCaseA_H2O-512/ -- Test Case B: https://repository.prace-ri.eu/git/UEABS/ueabs/blob/r2.1-dev/cp2k/benchmarks/TestCaseB_LiH-HFX/ -- Test Case C: https://repository.prace-ri.eu/git/UEABS/ueabs/blob/r2.1-dev/cp2k/benchmarks/TestCaseC_H2O-DFT-LS/ +- [Build & run instructions, details about benchmarks](./cp2k/README.md) +- Benchmarks: + - [Test Case A](./cp2k/benchmarks/TestCaseA_H2O-512) + - [Test Case B](./cp2k/benchmarks/TestCaseB_LiH-HFX) + - [Test Case C](./cp2k/benchmarks/TestCaseC_H2O-DFT-LS) # GADGET -- GitLab