Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 528001c

Browse files
committed
Changed the guide link on main page to point to EDU pages
1 parent 34a12c4 commit 528001c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<h1 id="bio">Bio</h1><h1 id="js">JS</h1>
1313
</div>
1414
<router-link class="navLink" to="/components"><span>Components</span></router-link>
15-
<router-link class="navLink" to="/guide"><span>Guide</span></router-link>
15+
<a class="navLink" href="https://edu.biojs.net/"><span>Guide</span></a>
1616
<router-link class="navLink" to="/about"><span>About</span></router-link>
1717
<router-link class="navLink" to="/contact"><span>Contact Us</span></router-link>
1818
<div class="close">

0 commit comments

Comments
 (0)