Skip to content

Commit e59f02d

Browse files
committed
Change link
1 parent dc29ad5 commit e59f02d

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

web/components/Map.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
</span>
2222
<span v-else>
2323
Sketch corridors of railway lines or roads on an interactive map. Draw smooth spline curves on real maps.
24-
<a href="https://github.com/patrsc/MapLineDraw" target="_blank"
25-
>View on GitHub</a>
24+
<NuxtLink to="about">Learn more</NuxtLink>
2625
</span>
2726
</template>
2827
<span v-else>

web/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<article>
88
<h1>MapLineDraw</h1>
99
<p>Sketch corridors of railway lines or roads on an interactive map. Draw smooth spline curves on real maps.
10-
<a href="https://github.com/patrsc/MapLineDraw" target="_blank">View on GitHub</a>
10+
<NuxtLink to="about">Learn more</NuxtLink>
1111
</p>
1212
</article>
1313
<footer>

web/pages/projects/[id].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<article>
99
<h1>MapLineDraw</h1>
1010
<p>Sketch corridors of railway lines or roads on an interactive map. Draw smooth spline curves on real maps.
11-
<a href="https://github.com/patrsc/MapLineDraw" target="_blank">View on GitHub</a>
11+
<NuxtLink to="/about">Learn more</NuxtLink>
1212
</p>
1313
<h2>{{ project.info.name || 'Project' }}</h2>
1414
<span v-if="project.info.author">by {{ project.info.author }}</span>

0 commit comments

Comments
 (0)