File tree Expand file tree Collapse file tree 6 files changed +23
-23
lines changed Expand file tree Collapse file tree 6 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ pub fn ProjectsComponent() -> impl IntoView {
123
123
</span>
124
124
<div class="flex flex-col gap-[8px]" >
125
125
<a
126
- href="https://opendevicepartnership.github.io/documentation/intro/concepts/ patina.html"
126
+ href="https://opendevicepartnership.github.io/documentation/tracks/ patina/track_overview .html"
127
127
class="link"
128
128
style="text-decoration: none;"
129
129
target="_blank"
@@ -179,7 +179,7 @@ pub fn ProjectsComponent() -> impl IntoView {
179
179
</span>
180
180
<div class="flex flex-col gap-[8px]" >
181
181
<a
182
- href="https://opendevicepartnership.github.io/documentation/intro/concepts/Embedded_controller .html"
182
+ href="https://opendevicepartnership.github.io/documentation/tracks/embedded_controller/track_overview .html"
183
183
class="link"
184
184
style="text-decoration: none;"
185
185
target="_blank"
@@ -233,7 +233,7 @@ pub fn ProjectsComponent() -> impl IntoView {
233
233
</span>
234
234
<div class="flex flex-col gap-[8px]" >
235
235
<a
236
- href="https://opendevicepartnership.github.io/documentation/intro/concepts/EC_Services.html"
236
+ href="https://opendevicepartnership.github.io/documentation/guide/ intro/concepts/EC_Services.html"
237
237
class="link"
238
238
style="text-decoration: none;"
239
239
target="_blank"
Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ use leptos::prelude::*;
11
11
pub fn BootFirmware ( ) -> impl IntoView {
12
12
let links = vec ! [
13
13
DocLink {
14
- href: "https://opendevicepartnership.github.io/documentation/why/why.html" ,
14
+ href: "https://opendevicepartnership.github.io/documentation/guide/ why/why.html" ,
15
15
title: "Why ODP?" ,
16
16
external: true ,
17
17
} ,
18
18
DocLink {
19
- href: "https://opendevicepartnership.github.io/documentation/intro/welcome .html" ,
19
+ href: "https://opendevicepartnership.github.io/documentation/guide/ intro/getting_started .html" ,
20
20
title: "Getting Started with ODP" ,
21
21
external: true ,
22
22
} ,
23
23
DocLink {
24
- href: "https://opendevicepartnership.github.io/documentation/intro/tutorial/tutorial .html" ,
24
+ href: "https://opendevicepartnership.github.io/documentation/guide/ intro/welcome .html" ,
25
25
title: "Tutorials" ,
26
26
external: true ,
27
27
} ,
28
28
DocLink {
29
- href: "https://opendevicepartnership.github.io/documentation/specs/specifications.html" ,
29
+ href: "https://opendevicepartnership.github.io/documentation/guide/ specs/specifications.html" ,
30
30
title: "Specifications" ,
31
31
external: true ,
32
32
} ,
Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ use leptos::prelude::*;
11
11
pub fn EmbeddedController ( ) -> impl IntoView {
12
12
let links = vec ! [
13
13
DocLink {
14
- href: "https://opendevicepartnership.github.io/documentation/why/why.html" ,
14
+ href: "https://opendevicepartnership.github.io/documentation/guide/ why/why.html" ,
15
15
title: "Why ODP?" ,
16
16
external: true ,
17
17
} ,
18
18
DocLink {
19
- href: "https://opendevicepartnership.github.io/documentation/intro/welcome .html" ,
19
+ href: "https://opendevicepartnership.github.io/documentation/guide/ intro/getting_started .html" ,
20
20
title: "Getting Started with ODP" ,
21
21
external: true ,
22
22
} ,
23
23
DocLink {
24
- href: "https://opendevicepartnership.github.io/documentation/intro/tutorial/tutorial .html" ,
24
+ href: "https://opendevicepartnership.github.io/documentation/guide/ intro/welcome .html" ,
25
25
title: "Tutorials" ,
26
26
external: true ,
27
27
} ,
28
28
DocLink {
29
- href: "https://opendevicepartnership.github.io/documentation/specs/specifications.html" ,
29
+ href: "https://opendevicepartnership.github.io/documentation/guide/ specs/specifications.html" ,
30
30
title: "Specifications" ,
31
31
external: true ,
32
32
} ,
Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ pub fn Home() -> impl IntoView {
11
11
// Documentation links for the DocumentationTraining section
12
12
let links = vec ! [
13
13
DocLink {
14
- href: "https://opendevicepartnership.github.io/documentation/why/why.html" ,
14
+ href: "https://opendevicepartnership.github.io/documentation/guide/ why/why.html" ,
15
15
title: "Why ODP?" ,
16
16
external: true ,
17
17
} ,
18
18
DocLink {
19
- href: "https://opendevicepartnership.github.io/documentation/intro/welcome .html" ,
19
+ href: "https://opendevicepartnership.github.io/documentation/guide/ intro/getting_started .html" ,
20
20
title: "Getting Started with ODP" ,
21
21
external: true ,
22
22
} ,
23
23
DocLink {
24
- href: "https://opendevicepartnership.github.io/documentation/intro/tutorial/tutorial .html" ,
24
+ href: "https://opendevicepartnership.github.io/documentation/guide/ intro/welcome .html" ,
25
25
title: "Tutorials" ,
26
26
external: true ,
27
27
} ,
28
28
DocLink {
29
- href: "https://opendevicepartnership.github.io/documentation/specs/specifications.html" ,
29
+ href: "https://opendevicepartnership.github.io/documentation/guide/ specs/specifications.html" ,
30
30
title: "Specifications" ,
31
31
external: true ,
32
32
} ,
Original file line number Diff line number Diff line change @@ -10,22 +10,22 @@ use leptos::prelude::*;
10
10
pub fn Projects ( ) -> impl IntoView {
11
11
let links = vec ! [
12
12
DocLink {
13
- href: "https://opendevicepartnership.github.io/documentation/why/why.html" ,
13
+ href: "https://opendevicepartnership.github.io/documentation/guide/ why/why.html" ,
14
14
title: "Why ODP?" ,
15
15
external: true ,
16
16
} ,
17
17
DocLink {
18
- href: "https://opendevicepartnership.github.io/documentation/intro/welcome .html" ,
18
+ href: "https://opendevicepartnership.github.io/documentation/guide/ intro/getting_started .html" ,
19
19
title: "Getting Started with ODP" ,
20
20
external: true ,
21
21
} ,
22
22
DocLink {
23
- href: "https://opendevicepartnership.github.io/documentation/intro/tutorial/tutorial .html" ,
23
+ href: "https://opendevicepartnership.github.io/documentation/guide/ intro/welcome .html" ,
24
24
title: "Tutorials" ,
25
25
external: true ,
26
26
} ,
27
27
DocLink {
28
- href: "https://opendevicepartnership.github.io/documentation/specs/specifications.html" ,
28
+ href: "https://opendevicepartnership.github.io/documentation/guide/ specs/specifications.html" ,
29
29
title: "Specifications" ,
30
30
external: true ,
31
31
} ,
Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ use leptos::prelude::*;
11
11
pub fn WindowsEcServices ( ) -> impl IntoView {
12
12
let links = vec ! [
13
13
DocLink {
14
- href: "https://opendevicepartnership.github.io/documentation/why/why.html" ,
14
+ href: "https://opendevicepartnership.github.io/documentation/guide/ why/why.html" ,
15
15
title: "Why ODP?" ,
16
16
external: true ,
17
17
} ,
18
18
DocLink {
19
- href: "https://opendevicepartnership.github.io/documentation/intro/welcome .html" ,
19
+ href: "https://opendevicepartnership.github.io/documentation/guide/ intro/getting_started .html" ,
20
20
title: "Getting Started with ODP" ,
21
21
external: true ,
22
22
} ,
23
23
DocLink {
24
- href: "https://opendevicepartnership.github.io/documentation/intro/tutorial/tutorial .html" ,
24
+ href: "https://opendevicepartnership.github.io/documentation/guide/ intro/welcome .html" ,
25
25
title: "Tutorials" ,
26
26
external: true ,
27
27
} ,
28
28
DocLink {
29
- href: "https://opendevicepartnership.github.io/documentation/specs/specifications.html" ,
29
+ href: "https://opendevicepartnership.github.io/documentation/guide/ specs/specifications.html" ,
30
30
title: "Specifications" ,
31
31
external: true ,
32
32
} ,
You can’t perform that action at this time.
0 commit comments