File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use leptos::prelude::*;
10
10
pub fn Home ( ) -> impl IntoView {
11
11
// Documentation links for the DocumentationTraining section
12
12
let links = vec ! [
13
- DocLink {
13
+ DocLink {
14
14
href: "https://opendevicepartnership.github.io/documentation/guide/why/why.html" ,
15
15
title: "Why ODP?" ,
16
16
external: true ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use leptos::prelude::*;
9
9
#[ component]
10
10
pub fn Projects ( ) -> impl IntoView {
11
11
let links = vec ! [
12
- DocLink {
12
+ DocLink {
13
13
href: "https://opendevicepartnership.github.io/documentation/guide/why/why.html" ,
14
14
title: "Why ODP?" ,
15
15
external: true ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use leptos::prelude::*;
10
10
#[ component]
11
11
pub fn WindowsEcServices ( ) -> impl IntoView {
12
12
let links = vec ! [
13
- DocLink {
13
+ DocLink {
14
14
href: "https://opendevicepartnership.github.io/documentation/guide/why/why.html" ,
15
15
title: "Why ODP?" ,
16
16
external: true ,
You can’t perform that action at this time.
0 commit comments