Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hyperlinks pointing to HSF training group page #96

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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