diff --git a/docs/index.md b/docs/index.md index 8c97904..b500c00 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ Welcome to the [`ec_modules`](https://github.com/calliope-project/ec_modules) repository! We aim to be a collection of helper workflows and wrappers that aid in quickly developing Energy System (ESM) models, inspired by Snakemake's [workflow catalog](https://snakemake.github.io/snakemake-workflow-catalog/) and [wrapper repository](https://snakemake-wrappers.readthedocs.io/en/stable/). -Our main purpose is enabling energy researchers to share data workflows between studies to avoid the [bloat](reasoning.md#bloat-and-reproducibility) problem in large energy system workflows. +Our main purpose is enabling energy researchers to share data workflows between studies to avoid the [bloat](./about/reasoning.md#bloat-and-reproducibility) problem in large energy system workflows. ## For users @@ -11,4 +11,4 @@ Feel free to check our [user guide](user_guide/getting_started.md)! ## For developers -Please check out our [conventions](contributing/conventions.md)! +Please check out our [conventions](development_guide/conventions.md)!