diff --git a/README.md b/README.md index 4604a91..71a33d4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OSeMOSYS Example Model: Simplicity [![DOI](https://zenodo.org/badge/214192147.svg)](https://zenodo.org/badge/latestdoi/214192147) -[![goodtables.io](https://goodtables.io/badge/github/KTH-dESA/simplicity.svg)](https://goodtables.io/github/KTH-dESA/simplicity) +[![goodtables.io](https://goodtables.io/badge/github/OSeMOSYS/simplicity.svg)](https://goodtables.io/github/OSeMOSYS/simplicity) This is an example OSeMOSYS model published as a Frictionless Data [Tabular Data Package](https://frictionlessdata.io/specs/tabular-data-package/). @@ -13,7 +13,7 @@ You can use `v0.2` onwards of **otoole** to generate a GNU MathProg data file fr # Install the OSeMOSYS toolkit pip install otoole # Download the dataset and build a GNU MathProg datafile -otoole prep datafile https://zenodo.org/record/3479823/files/KTH-dESA/simplicity-v0.1a0.zip ./simplicity.txt +otoole prep datafile https://zenodo.org/record/3479823/files/OSeMOSYS/simplicity-v0.1a0.zip ./simplicity.txt # Solve the model glpsol -m OSeMOSYS.txt -d simplicity.txt ``` \ No newline at end of file