Skip to content

Commit

Permalink
fix: correct link to upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
edkerk committed Dec 1, 2023
1 parent 8e62457 commit 8ef3c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GECKOInstaller.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/SysBioChalmers/GECKO/wiki/Installation#upgrade">here</a>\n');
fprintf('\nInstructions on how to upgrade <a href="https://github.com/SysBioChalmers/GECKO/wiki/Installation-and-upgrade#installation">here</a>\n');
end
break
elseif i==3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8ef3c92

Please sign in to comment.