Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 8539f4e

Browse files
committed
Update "Read the Tutorial" links
1 parent 72f1009 commit 8539f4e

File tree

12 files changed

+47
-12
lines changed

12 files changed

+47
-12
lines changed

angular/src/app/components/info/info.component.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
<div class="info__wrapperOuter left">
88
<div class="info_wrapperInner">
99
<span class="info__subtitle">Documentation</span>
10-
<a href="#" class="info__title"> Read the Tutorial </a>
10+
<a
11+
href="https://directus.io/guides/get-started-building-an-angular-website-with-directus/"
12+
class="info__title"
13+
>
14+
Read the Tutorial
15+
</a>
1116
</div>
1217
</div>
1318
<div class="info__wrapperOuter right">

astro/src/components/Info.astro

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<div class="info__wrapperOuter left">
88
<div class="info_wrapperInner">
99
<span class="info__subtitle">Documentation</span>
10-
<a href="#" class="info__title"> Read the Tutorial </a>
10+
<a href="https://directus.io/guides/get-started-building-an-astro-website-with-directus/" class="info__title">
11+
Read the Tutorial </a>
1112
</div>
1213
</div>
1314
<div class="info__wrapperOuter right">

blitz/app/components/Info.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function Info() {
99
<div className="info__wrapperOuter left">
1010
<div className="info_wrapperInner">
1111
<span className="info__subtitle">Documentation</span>
12-
<a href="#" className="info__title">
12+
<a href="https://directus.io/guides/get-started-building-a-blitz-website-with-directus/" className="info__title">
1313
Read the Tutorial
1414
</a>
1515
</div>

eleventy/src/_includes/partials/info.liquid

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
<div class="info__wrapperOuter left">
88
<div class="info_wrapperInner">
99
<span class="info__subtitle">Documentation</span>
10-
<a href="#" class="info__title"> Read the Tutorial </a>
10+
<a
11+
href="https://directus.io/guides/get-started-building-an-eleventy-website-with-directus/"
12+
class="info__title"
13+
>
14+
Read the Tutorial
15+
</a>
1116
</div>
1217
</div>
1318
<div class="info__wrapperOuter right">

gatsby/src/components/info.jsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ export default function Info() {
1111
<div className="info__wrapperOuter left">
1212
<div className="info_wrapperInner">
1313
<span className="info__subtitle">Documentation</span>
14-
<a href="#" className="info__title">
14+
<a
15+
href="https://directus.io/guides/get-started-building-a-gatsby-website-with-directus/"
16+
className="info__title"
17+
>
1518
Read the Tutorial
1619
</a>
1720
</div>

iles/src/components/Info.vue

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
<div class="info__wrapperOuter left">
99
<div class="info_wrapperInner">
1010
<span class="info__subtitle">Documentation</span>
11-
<a href="#" class="info__title">Read the Tutorial</a>
11+
<a
12+
href="https://directus.io/guides/get-started-building-an-iles-website-with-directus/"
13+
class="info__title"
14+
>Read the Tutorial</a
15+
>
1216
</div>
1317
</div>
1418
<div class="info__wrapperOuter right">

nextjs/components/Info.jsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ export default function Info() {
99
<div className="info__wrapperOuter left">
1010
<div className="info_wrapperInner">
1111
<span className="info__subtitle">Documentation</span>
12-
<a href="#" className="info__title">
12+
<a
13+
href="https://directus.io/guides/get-started-building-a-next-website-with-directus/"
14+
className="info__title"
15+
>
1316
Read the Tutorial
1417
</a>
1518
</div>

nuxtjs/components/Info.vue

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
<div class="info__wrapperOuter left">
99
<div class="info_wrapperInner">
1010
<span class="info__subtitle">Documentation</span>
11-
<a href="#" class="info__title">Read the Tutorial</a>
11+
<a
12+
href="https://directus.io/guides/get-started-building-a-nuxt-2-website-with-directus/"
13+
class="info__title"
14+
>Read the Tutorial</a
15+
>
1216
</div>
1317
</div>
1418
<div class="info__wrapperOuter right">

react/src/components/Info.jsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ export default function Info() {
99
<div className="info__wrapperOuter left">
1010
<div className="info_wrapperInner">
1111
<span className="info__subtitle">Documentation</span>
12-
<a href="#" className="info__title">
12+
<a
13+
href="https://directus.io/guides/get-started-building-a-react-website-with-directus/"
14+
className="info__title"
15+
>
1316
Read the Tutorial
1417
</a>
1518
</div>

remix/app/components/Info.jsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ export default function Info() {
99
<div className="info__wrapperOuter left">
1010
<div className="info_wrapperInner">
1111
<span className="info__subtitle">Documentation</span>
12-
<a href="#" className="info__title">
12+
<a
13+
href="https://directus.io/guides/get-started-building-a-remix-website-with-directus/"
14+
className="info__title"
15+
>
1316
Read the Tutorial
1417
</a>
1518
</div>

svelte/src/components/Info.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="info__wrapperOuter left">
88
<div class="info_wrapperInner">
99
<span class="info__subtitle">Documentation</span>
10-
<a href="#" class="info__title"> Read the Tutorial </a>
10+
<a href="https://directus.io/guides/get-started-building-a-svelte-website-with-directus/" class="info__title"> Read the Tutorial </a>
1111
</div>
1212
</div>
1313
<div class="info__wrapperOuter right">

vue/src/components/Info.vue

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
<div class="info__wrapperOuter left">
99
<div class="info_wrapperInner">
1010
<span class="info__subtitle">Documentation</span>
11-
<a href="#" class="info__title">Read the Tutorial</a>
11+
<a
12+
href="https://directus.io/guides/get-started-building-a-vue-website-with-directus/"
13+
class="info__title"
14+
>Read the Tutorial</a
15+
>
1216
</div>
1317
</div>
1418
<div class="info__wrapperOuter right">

0 commit comments

Comments
 (0)