@@ -280,7 +280,7 @@ The default `EasyBuildMNS` module naming scheme roughly corresponds to the filen
280280and consists of the software name followed by a combination of the software version, toolchain and
281281an optional label (which corresponds to the value of the ` versionsuffix ` easyconfig parameter):
282282` <name>/<version><-toolchain><versionsuffix> ` . Just like with [ names of easyconfig
283- files] ( terminology.md #easyconfig-files) , the ` <-toolchain> ` part is omitted when the ` system ` toolchain is used,
283+ files] ( 1_05_terminology #easyconfig-files) , the ` <-toolchain> ` part is omitted when the ` system ` toolchain is used,
284284and the ` <versionsuffix> ` value is empty by default.
285285
286286!!! Note "Module naming scheme on LUMI"
@@ -366,9 +366,9 @@ across different software installations. They define *configuration settings*,
366366such as the location where software should be installed, or the syntax that should
367367be used when generating module files.
368368
369- An [ easyconfig file] ( terminology.md #easyconfig-files) (` *.eb ` ) on the other hand * specifies the details for one particular software installation* .
369+ An [ easyconfig file] ( 1_05_terminology #easyconfig-files) (` *.eb ` ) on the other hand * specifies the details for one particular software installation* .
370370It does this by defining a set of * easyconfig parameters* , which tell EasyBuild the name and version
371- of the software to install, which [ toolchain] ( terminology.md #toolchains) and [ easyblock] ( terminology.md #easyblocks) to use, etc.
371+ of the software to install, which [ toolchain] ( 1_05_terminology #toolchains) and [ easyblock] ( 1_05_terminology #easyblocks) to use, etc.
372372
373373For each software installation performed by EasyBuild, there is a corresponding easyconfig file.
374374There typically are only a handful of configuration files used however, for example a system-level
0 commit comments