fix broken links from merge request !2171
If non-trivial please provide a summary of the changes here.
Merge request !2171 (merged) inadvertently introduced broken links on Perlmutter's finding-software page, because I don't understand the post-processing being applied to these markdown files. (That MR still somehow passed CI stage called "internal_link_check" in pipeline ##848820714, which itself seems worth investigation..).
This PR adds an extra level of ../ that I think should fix the problem, but I lack the means to directly test (aside from the CI, which apparently fails to detect broken internal links).
Submitters and reviewers please make sure
- [not sure] internal links are relative and to the .md file
-
avoid links named "here" - [N/A] alt-text for images is descriptive
-
doesn't duplicate existing content -
spell check - [not sure] renders correctly
-
does not include any identifiable information (real usernames, project names, etc)