Skip to content

Commit

Permalink
Fix hyperlinks pointing to HSF training group page (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
clelange authored Oct 19, 2024
1 parent 1822620 commit 362a955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## The project

There is a large number of training resources for newcomers in the field of High Energy Physics. The [HSF Training group](https://hepsoftwarefoundation.org/workinggroups/training.html) together with [IRIS-HEP](https://iris-hep.org/) has started to compile a curriculum of such training modules that helps to get beginners up to speed quickly. However, the [current listing](https://hepsoftwarefoundation.org/training/curriculum.html) in the form of a static table is quickly becoming overwhelming, and we cannot include many resources because of space limitations.
There is a large number of training resources for newcomers in the field of High Energy Physics. The [HSF Training group](https://hepsoftwarefoundation.org/activities/training.html) together with [IRIS-HEP](https://iris-hep.org/) has started to compile a curriculum of such training modules that helps to get beginners up to speed quickly. However, the [current listing](https://hepsoftwarefoundation.org/training/curriculum.html) in the form of a static table is quickly becoming overwhelming, and we cannot include many resources because of space limitations.

This project is about creating a new training center that turns the static page into a dynamic list of training content that can be filtered by attributes such as programming language, common tasks, type of training, HEP experiment, etc.

Expand Down
2 changes: 1 addition & 1 deletion src/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Layout = ({ pageTitle, children }) => {
</li>
<li className="navLinkItem">
<a
href="https://hepsoftwarefoundation.org/workinggroups/training.html"
href="https://hepsoftwarefoundation.org/activities/training.html"
target="_blank"
rel="noopener noreferrer"
title="About"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ContributePage = () => {
Join our <b>meetings</b> to give feedback and discuss with us (details
at our{" "}
<a
href="https://hepsoftwarefoundation.org/workinggroups/training.html"
href="https://hepsoftwarefoundation.org/activities/training.html"
className="a-no-style"
>
main page
Expand Down

0 comments on commit 362a955

Please sign in to comment.