From 362a9556d38942e5c2f9e96b22edf8633fd12b14 Mon Sep 17 00:00:00 2001 From: Clemens Lange Date: Sat, 19 Oct 2024 15:52:51 +0200 Subject: [PATCH] Fix hyperlinks pointing to HSF training group page (#96) --- README.md | 2 +- src/components/layout.js | 2 +- src/pages/contribute.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 392c811..6016933 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/components/layout.js b/src/components/layout.js index 8e2f8a5..97e3874 100644 --- a/src/components/layout.js +++ b/src/components/layout.js @@ -55,7 +55,7 @@ const Layout = ({ pageTitle, children }) => {
  • { Join our meetings to give feedback and discuss with us (details at our{" "} main page