From 8ef3c92b2d0d41600f381eff1bf5a6acc8bc1339 Mon Sep 17 00:00:00 2001 From: Eduard Kerkhoven Date: Fri, 1 Dec 2023 01:02:42 +0100 Subject: [PATCH] fix: correct link to upgrade instructions --- GECKOInstaller.m | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GECKOInstaller.m b/GECKOInstaller.m index e52ba5fe..2811abc8 100644 --- a/GECKOInstaller.m +++ b/GECKOInstaller.m @@ -102,7 +102,7 @@ function checkRAVENversion(minmVer) if ~hasGit fprintf('\nRun git pull in your favourite git client to update GECKO\n'); else - fprintf('\nInstructions on how to upgrade here\n'); + fprintf('\nInstructions on how to upgrade here\n'); end break elseif i==3 diff --git a/README.md b/README.md index cb9a4ee0..18cf4853 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ _**Note:** Regarding code and model compatibility with earlier GECKO versions, s ## Documentation -Installation instructions and other information is available in the [Wiki](https://github.com/SysBioChalmers/GECKO/wiki). The source code documentation is also available -[online](http://sysbiochalmers.github.io/GECKO/doc/). Use [GitHub Discussions](https://github.com/SysBioChalmers/GECKO/discussions) to ask questions. +**Installation instructions** and other information is available in the **[Wiki](https://github.com/SysBioChalmers/GECKO/wiki)**. The source code documentation is also available +[online](http://sysbiochalmers.github.io/GECKO/doc/). Use [GitHub Discussions](https://github.com/SysBioChalmers/GECKO/discussions) for support, to ask questions or leave comments. ## Citation