From 706c1fd3004573a68f39a909c9dc122acda2fcd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C3=A9rez-Su=C3=A1rez?= Date: Tue, 26 Nov 2024 12:57:49 +0000 Subject: [PATCH] Updates links from the Element legend box --- next_frontend/components/cases/ResourcesInfo.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/next_frontend/components/cases/ResourcesInfo.tsx b/next_frontend/components/cases/ResourcesInfo.tsx index 91f462bf..f3c82d4b 100644 --- a/next_frontend/components/cases/ResourcesInfo.tsx +++ b/next_frontend/components/cases/ResourcesInfo.tsx @@ -19,34 +19,34 @@ const components: { title: string; icon: any; href: string, description: string { title: "Top-Level Goal Claim", icon: , - href:"https://alan-turing-institute.github.io/AssurancePlatform/guidance/components/#goal-claims", + href:"https://alan-turing-institute.github.io/AssurancePlatform/learning-modules/tea-trainee/first-sip/#goal-claim", description: "A statement asserting a desirable property or characteristic of the system or technology under consideration.", }, { title: "Property Claim", icon: , - href:"https://alan-turing-institute.github.io/AssurancePlatform/guidance/components/#property-claims", + href:"https://alan-turing-institute.github.io/AssurancePlatform/learning-modules/tea-trainee/first-sip/#property-claims", description: "A statement that helps specify the top-level goal claim and defines a measurable requirement for the project or system under consideration", }, { title: "Strategy", icon: , - href:"https://alan-turing-institute.github.io/AssurancePlatform/guidance/components/#strategy", + href:"https://alan-turing-institute.github.io/AssurancePlatform/learning-modules/tea-trainee/first-sip/#strategy", description: "A course of action or approach that can help break the task of assuring a top-level goal claim into a set of related property claims.", }, { title: "Evidence", icon: , - href:"https://alan-turing-institute.github.io/AssurancePlatform/guidance/components/#evidence", + href:"https://alan-turing-institute.github.io/AssurancePlatform/learning-modules/tea-trainee/first-sip/#evidence", description: "An artefact that justifies a linked property claim's validity and grounds an assurance case.", }, { title: "Context", icon: , - href:"https://alan-turing-institute.github.io/AssurancePlatform/guidance/components/#context", + href:"https://alan-turing-institute.github.io/AssurancePlatform/learning-modules/tea-trainee/first-sip/#context", description: "Additional information that clarifies the scope or boundary conditions of a top-level goal claim.", },