Skip to content

Commit 3f1aaa5

Browse files
committed
Update
1 parent 3421791 commit 3f1aaa5

File tree

12 files changed

+11
-12
lines changed

12 files changed

+11
-12
lines changed

docs/operate/reference/prepare/beaglebone-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ You can find additional assistance in the [Troubleshooting section](/manage/trou
9595

9696
{{< cards >}}
9797
{{% card link="/operate/get-started/supported-hardware/" %}}
98-
{{% card link="/tutorials/" %}}
98+
{{% card link="/dev/tools/tutorials/" %}}
9999
{{< /cards >}}

docs/operate/reference/prepare/board1-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ You can find additional assistance in the [Troubleshooting section](/manage/trou
7272

7373
{{< cards >}}
7474
{{% card link="/operate/get-started/supported-hardware/" %}}
75-
{{% card link="/tutorials/" %}}
75+
{{% card link="/dev/tools/tutorials/" %}}
7676
{{< /cards >}}

docs/operate/reference/prepare/jetson-agx-orin-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ See NVIDIA's documentation on [Configuring the Jetson Expansion Headers](https:/
123123

124124
{{< cards >}}
125125
{{% card link="/operate/get-started/supported-hardware/" %}}
126-
{{% card link="/tutorials/" %}}
126+
{{% card link="/dev/tools/tutorials/" %}}
127127
{{% card link="/dev/reference/sdks/" %}}
128128
{{< /cards >}}
129129

docs/operate/reference/prepare/jetson-nano-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ See NVIDIA's documentation on [Configuring the Jetson Expansion Headers](https:/
111111

112112
{{< cards >}}
113113
{{% card link="/operate/get-started/supported-hardware/" %}}
114-
{{% card link="/tutorials/" %}}
114+
{{% card link="/dev/tools/tutorials/" %}}
115115
{{% card link="/dev/reference/sdks/" %}}
116116
{{< /cards >}}
117117

docs/operate/reference/prepare/pumpkin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Copy and paste the following json object into your board's attributes field.
255255

256256
{{< cards >}}
257257
{{% card link="/operate/get-started/supported-hardware/" %}}
258-
{{% card link="/tutorials/" %}}
258+
{{% card link="/dev/tools/tutorials/" %}}
259259
{{% card link="/dev/reference/sdks/" %}}
260260
{{< /cards >}}
261261

docs/operate/reference/prepare/rpi-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ If you are using hardware that requires these protocols, you must enable support
241241

242242
{{< cards >}}
243243
{{% card link="/operate/get-started/supported-hardware/" %}}
244-
{{% card link="/tutorials/" %}}
244+
{{% card link="/dev/tools/tutorials/" %}}
245245
{{% card link="/dev/reference/sdks/" %}}
246246
{{< /cards >}}
247247

docs/operate/reference/prepare/sk-tda4vm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ From the SSH session on the TDA4VM board:
111111

112112
{{< cards >}}
113113
{{% card link="/operate/get-started/supported-hardware/" %}}
114-
{{% card link="/tutorials/" %}}
114+
{{% card link="/dev/tools/tutorials/" %}}
115115
{{% card link="/dev/reference/sdks/" %}}
116116
{{< /cards >}}
117117

docs/tutorials/_index.md

-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ outputs:
1515
- rss
1616
- html
1717
- typesense
18-
date: "2024-10-20"
1918
---

docs/tutorials/projects/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ weight: 60
66
type: docs
77
empty_node: true
88
layout: "empty"
9-
canonical: "/tutorials/"
9+
canonical: "/dev/tools/tutorials/"
1010
---

docs/tutorials/services/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ weight: 40
66
type: docs
77
empty_node: true
88
layout: "empty"
9-
canonical: "/tutorials/"
9+
canonical: "/dev/tools/tutorials/"
1010
---

layouts/docs/tutorials.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h4 class="alert-heading">Javascript</h4>
9797
</div>
9898
</noscript>
9999
</div>
100-
<p>Find more examples of how Viam is being used in the world by reviewing <a href="https://www.viam.com/customers" target="_blank">Customer Stories</a>, <a href="/tutorials/">tutorials</a>, or <a href="https://www.viam.com/blog?categories=Tutorials" target="_blank">blog posts</a>.</p>
100+
<p>Find more examples of how Viam is being used in the world by reviewing <a href="https://www.viam.com/customers" target="_blank">Customer Stories</a> or <a href="https://www.viam.com/blog/build-and-learn" target="_blank">blog posts</a>.</p>
101101

102102
<button class="docsbutton" id="chatButton" title="Chatbot and support">
103103
<span id="chatButtonContent">

layouts/partials/sidebar-tree.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
{{ if eq $p.Section "tutorials"}}
5757
<!-- If this is a tutorial -->
58-
<a href="/tutorials/" target="{{ . }}" rel="noopener" class="">
58+
<a href="/dev/tools/tutorials/" target="{{ . }}" rel="noopener" class="">
5959
<span> Tutorials </span>
6060
</a>
6161
<li class="active-path tutorial-heading">

0 commit comments

Comments
 (0)