From 1a7423dc672c27b5a934317154bde476f5f27f87 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 11 Sep 2024 21:39:57 +0200 Subject: [PATCH] fix links to overview of supported software --- docs/index.md | 2 +- docs/release-notes.md | 2 +- mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 7e72cb114..b69cf2575 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,7 +22,7 @@ To contribute to this documentation, [open a pull request](https://github.com/ea - [Installing](installation.md), [configuring](configuration.md), and [using](using-easybuild.md) EasyBuild - [Writing easyconfig files](writing-easyconfig-files.md) | [available easyconfig parameters](version-specific/easyconfig-parameters.md) - [Generic easyblocks](version-specific/generic-easyblocks.md) -- List of [common toolchains](common-toolchains.md) and [supported software](version-specific/supported-software.md) +- List of [common toolchains](common-toolchains.md) and [supported software](version-specific/supported-software/index.md) - [Contributing to EasyBuild](contributing.md) | [GitHub integration features](integration-with-github.md) - [EasyBuild release notes](release-notes.md) | [EasyBuild v5.0](easybuild-v5/index.md) - For [end users](roles/end-users) | [user support](roles/user-support) | [contributors](roles/contributors) | [developers](roles/developers) | [maintainers](roles/maintainers) diff --git a/docs/release-notes.md b/docs/release-notes.md index 18cf1b511..228a22634 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,7 +6,7 @@ search: # EasyBuild release notes {: #release_notes } The latest version of EasyBuild provides support for building and -installing [**3,552** different software packages](version-specific/supported-software.md), +installing [**3,552** different software packages](version-specific/supported-software/index.md), including 40 different (compiler) toolchains. It contains 259 software-specific easyblocks and 43 generic easyblocks, alongside 19,985 easyconfig files. diff --git a/mkdocs.yml b/mkdocs.yml index 536d7e34a..f15ed9ab6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -270,7 +270,7 @@ plugins: en/latest/eb_list_easyblocks.html: version-specific/easyblocks.md en/latest/eb_list_toolchains.html: version-specific/toolchains.md en/latest/index.html: index.md - en/latest/version-specific/Supported_software.html: version-specific/supported-software.md + en/latest/version-specific/Supported_software.html: version-specific/supported-software/index.md en/latest/version-specific/config_file_constants.html: version-specific/config-file-constants.md en/latest/version-specific/easyblocks.html: version-specific/easyblocks.md en/latest/version-specific/easyconfig_constants.html: version-specific/easyconfig-constants.md