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

Updates links from the Element legend box #657

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions next_frontend/components/cases/ResourcesInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,34 @@ const components: { title: string; icon: any; href: string, description: string
{
title: "Top-Level Goal Claim",
icon: <Goal />,
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: <FolderOpenDot />,
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: <Route />,
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: <Database />,
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: <BookOpenText />,
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.",
},
Expand Down
Loading