From d60289b193128d1758bd016da0584c4633b102b9 Mon Sep 17 00:00:00 2001 From: Simon Rose <simon.rose@ess.eu> Date: Thu, 14 Jan 2021 12:07:08 +0100 Subject: [PATCH] Fixed links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4570fc5b..2a78d7d0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # e3-require -The e3 version of `require` based on the PSI version of (`require`)[https://github.com/paulscherrerinstitute/require]. +The e3 version of `require` based on the PSI version of [`require`](https://github.com/paulscherrerinstitute/require). There are significant diferences between the two modules, significant enough that it is not proper to call it a fork any longer. @@ -9,7 +9,7 @@ At its heart, `require` performs: * Loading of IOCs using a custom startup script calling `softIocPVA` * Building of EPICS modules into standardized packages -For more documentation on this, please see (e3.pages)[http://e3.pages.esss.lu.se/design/2_require.html]. +For more documentation on this, please see [e3.pages](http://e3.pages.esss.lu.se/design/2_require.html). ## Structural differences between PSI require and ESS require -- GitLab