From 7ae2608adc479ebc55bbfda73327c388959725ab Mon Sep 17 00:00:00 2001 From: Alex Domingo Date: Tue, 25 Mar 2025 17:23:45 +0100 Subject: [PATCH] fix title of new archive location in easybuild 5.0 --- docs/easybuild-v5/enhancements.md | 4 ++-- docs/easybuild-v5/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/easybuild-v5/enhancements.md b/docs/easybuild-v5/enhancements.md index b310c3673b..039e2cf5ff 100644 --- a/docs/easybuild-v5/enhancements.md +++ b/docs/easybuild-v5/enhancements.md @@ -10,7 +10,7 @@ Various significant enhancements are included in EasyBuild v5.0, including: - [Mark support for installing extensions in parallel as stable (no longer experimental)][parallel-extensions-install-stable] - [Mark easystack support as stable (no longer experimental)][easystack-stable] - [Reproducible tarballs for sources created via `git_config`][reproducible-tarballs-git_config] -- [New house for the archive of easyconfigs][new-easyconfig-archive] +- [New home for the archive of easyconfigs][new-easyconfig-archive] - [Granular exit codes][granular-exit-codes] - [Copy build directory and/or log file(s) if installation failed to path specified via `--failed-install-build-dirs-path` or `--failed-install-logs-path`][copy-build-log-failed-installs] - [Specify changes that should be made by generated module files via `module_load_environment`][module-load-environment] @@ -118,7 +118,7 @@ changes in format. --- -## New house for the archive of easyconfigs { : #new-easyconfig-archive } +## New home for the archive of easyconfigs { : #new-easyconfig-archive } The collection of old unsupported easyconfig files located inside the `__archive__` folder in our [easybuilders/easybuild-easyconfigs](https://github.com/easybuilders/easybuild-easyconfigs) diff --git a/docs/easybuild-v5/index.md b/docs/easybuild-v5/index.md index 49cec2ebdb..6fe7890ad4 100644 --- a/docs/easybuild-v5/index.md +++ b/docs/easybuild-v5/index.md @@ -71,7 +71,7 @@ Various significant enhancements are included in EasyBuild v5.0, including: - [Mark support for installing extensions in parallel as stable (no longer experimental)](enhancements.md#parallel-extensions-install-stable) - [Mark easystack support as stable (no longer experimental)](enhancements.md#easystack-stable) - [Reproducible tarballs for sources created via `git_config`](enhancements.md#reproducible-tarballs-git_config) -- [New house for the archive of easyconfigs](enhancements.md#new-easyconfig-archive) +- [New home for the archive of easyconfigs](enhancements.md#new-easyconfig-archive) - [Granular exit codes](enhancements.md#granular-exit-codes) - [Copy build directory and/or log file(s) if installation failed to path specified via `--failed-install-build-dirs-path` or `--failed-install-logs-path`](enhancements.md#copy-build-log-failed-installs) - [Specify changes that should be made by generated module files via `module_load_environment`](../implementing-easyblocks.md#module_load_environment)