Skip to content

Commit f6c1e04

Browse files
committed
BIGGR-87 rename source code tools from BiGGr to BiGG on the about page
1 parent 66ad40c commit f6c1e04

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

biggr_models/templates/about.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ <h2>Overview</h2>
4444

4545
<div id="about_source">
4646
<h2>Source Code</h2>
47-
{% call general.github_link("biggr_models", "https://github.com/biosustain/biggr_models") %}
47+
{% call general.github_link("bigg_models", "https://github.com/biosustain/bigg_models") %}
4848
Repository containing the source code of the BiGGr website.
4949
{% endcall %}
5050
{% call general.github_link("cobradb", "https://github.com/biosustain/cobradb") %}
5151
Repository containing the source code of the database and pipeline that processes SBML/cobrapy models.
5252
{% endcall %}
53-
{% call general.github_link("biggr_models_data", "https://github.com/biosustain/biggr_models_data") %}
53+
{% call general.github_link("bigg_models_data", "https://github.com/biosustain/bigg_models_data") %}
5454
Repository containing many of the input SBML files and some processing code.
5555
{% endcall %}
56-
{% call general.github_link("biggr", "https://github.com/biosustain/biggr", "https://biosustain.github.io/biggr") %}
56+
{% call general.github_link("bigg", "https://github.com/biosustain/bigg", "https://biosustain.github.io/bigg") %}
5757
Repository containing a small python library that can be used to easily access the BiGGr API.
5858
{% endcall %}
59-
{% call general.github_link("biggr_maps", "https://github.com/biosustain/biggr_maps", "https://biosustain.github.io/biggr_maps") %}
59+
{% call general.github_link("bigg_maps", "https://github.com/biosustain/bigg_maps", "https://biosustain.github.io/bigg_maps") %}
6060
Repository containing a small python library for parsing and generating Escher maps.
6161
{% endcall %}
6262
</div>

0 commit comments

Comments
 (0)