Skip to content
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
6 changes: 3 additions & 3 deletions src/components/projects_component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub fn ProjectsComponent() -> impl IntoView {
</span>
<div class="flex flex-col gap-[8px]">
<a
href="https://opendevicepartnership.github.io/documentation/intro/concepts/patina.html"
href="https://opendevicepartnership.github.io/documentation/tracks/patina/track_overview.html"
class="link"
style="text-decoration: none;"
target="_blank"
Expand Down Expand Up @@ -179,7 +179,7 @@ pub fn ProjectsComponent() -> impl IntoView {
</span>
<div class="flex flex-col gap-[8px]">
<a
href="https://opendevicepartnership.github.io/documentation/intro/concepts/Embedded_controller.html"
href="https://opendevicepartnership.github.io/documentation/tracks/embedded_controller/track_overview.html"
class="link"
style="text-decoration: none;"
target="_blank"
Expand Down Expand Up @@ -233,7 +233,7 @@ pub fn ProjectsComponent() -> impl IntoView {
</span>
<div class="flex flex-col gap-[8px]">
<a
href="https://opendevicepartnership.github.io/documentation/intro/concepts/EC_Services.html"
href="https://opendevicepartnership.github.io/documentation/guide/intro/concepts/EC_Services.html"
class="link"
style="text-decoration: none;"
target="_blank"
Expand Down
8 changes: 4 additions & 4 deletions src/pages/boot_firmware.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ use leptos::prelude::*;
pub fn BootFirmware() -> impl IntoView {
let links = vec![
DocLink {
href: "https://opendevicepartnership.github.io/documentation/why/why.html",
href: "https://opendevicepartnership.github.io/documentation/guide/why/why.html",
title: "Why ODP?",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/intro/welcome.html",
href: "https://opendevicepartnership.github.io/documentation/guide/intro/getting_started.html",
title: "Getting Started with ODP",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/intro/tutorial/tutorial.html",
href: "https://opendevicepartnership.github.io/documentation/guide/intro/welcome.html",
title: "Tutorials",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/specs/specifications.html",
href: "https://opendevicepartnership.github.io/documentation/guide/specs/specifications.html",
title: "Specifications",
external: true,
},
Expand Down
8 changes: 4 additions & 4 deletions src/pages/embedded_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ use leptos::prelude::*;
pub fn EmbeddedController() -> impl IntoView {
let links = vec![
DocLink {
href: "https://opendevicepartnership.github.io/documentation/why/why.html",
href: "https://opendevicepartnership.github.io/documentation/guide/why/why.html",
title: "Why ODP?",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/intro/welcome.html",
href: "https://opendevicepartnership.github.io/documentation/guide/intro/getting_started.html",
title: "Getting Started with ODP",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/intro/tutorial/tutorial.html",
href: "https://opendevicepartnership.github.io/documentation/guide/intro/welcome.html",
title: "Tutorials",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/specs/specifications.html",
href: "https://opendevicepartnership.github.io/documentation/guide/specs/specifications.html",
title: "Specifications",
external: true,
},
Expand Down
8 changes: 4 additions & 4 deletions src/pages/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ pub fn Home() -> impl IntoView {
// Documentation links for the DocumentationTraining section
let links = vec![
DocLink {
href: "https://opendevicepartnership.github.io/documentation/why/why.html",
href: "https://opendevicepartnership.github.io/documentation/guide/why/why.html",
title: "Why ODP?",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/intro/welcome.html",
href: "https://opendevicepartnership.github.io/documentation/guide/intro/getting_started.html",
title: "Getting Started with ODP",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/intro/tutorial/tutorial.html",
href: "https://opendevicepartnership.github.io/documentation/guide/intro/welcome.html",
title: "Tutorials",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/specs/specifications.html",
href: "https://opendevicepartnership.github.io/documentation/guide/specs/specifications.html",
title: "Specifications",
external: true,
},
Expand Down
8 changes: 4 additions & 4 deletions src/pages/projects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ use leptos::prelude::*;
pub fn Projects() -> impl IntoView {
let links = vec![
DocLink {
href: "https://opendevicepartnership.github.io/documentation/why/why.html",
href: "https://opendevicepartnership.github.io/documentation/guide/why/why.html",
title: "Why ODP?",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/intro/welcome.html",
href: "https://opendevicepartnership.github.io/documentation/guide/intro/getting_started.html",
title: "Getting Started with ODP",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/intro/tutorial/tutorial.html",
href: "https://opendevicepartnership.github.io/documentation/guide/intro/welcome.html",
title: "Tutorials",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/specs/specifications.html",
href: "https://opendevicepartnership.github.io/documentation/guide/specs/specifications.html",
title: "Specifications",
external: true,
},
Expand Down
8 changes: 4 additions & 4 deletions src/pages/unified_ec_services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ use leptos::prelude::*;
pub fn WindowsEcServices() -> impl IntoView {
let links = vec![
DocLink {
href: "https://opendevicepartnership.github.io/documentation/why/why.html",
href: "https://opendevicepartnership.github.io/documentation/guide/why/why.html",
title: "Why ODP?",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/intro/welcome.html",
href: "https://opendevicepartnership.github.io/documentation/guide/intro/getting_started.html",
title: "Getting Started with ODP",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/intro/tutorial/tutorial.html",
href: "https://opendevicepartnership.github.io/documentation/guide/intro/welcome.html",
title: "Tutorials",
external: true,
},
DocLink {
href: "https://opendevicepartnership.github.io/documentation/specs/specifications.html",
href: "https://opendevicepartnership.github.io/documentation/guide/specs/specifications.html",
title: "Specifications",
external: true,
},
Expand Down