Skip to content

Commit 2522ac8

Browse files
chessnerdygr2m
chessnerdy
authored andcommitted
fix bookmark URLs with anchors (hoodiehq#337)
1 parent 5b1ffdc commit 2522ac8

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

_includes/footer-events.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<a class="sitemap-link" href="/intro">What is Hoodie?</a>
1313
</li>
1414
<li class="sitemap-item smaller">
15-
<a class="sitemap-link" href="/intro#get-started">Get started</a>
15+
<a class="sitemap-link" href="/intro/#get-started">Get started</a>
1616
</li>
1717
<li class="sitemap-item smaller">
18-
<a class="sitemap-link" href="/intro#showcases">Apps &amp; Showcases</a>
18+
<a class="sitemap-link" href="/intro/#showcases">Apps &amp; Showcases</a>
1919
</li>
2020
<li class="sitemap-item sitemap-item-bold">
2121
<a class="sitemap-link" href="http://plugins.hood.ie" target="_blank">Plugins</a>

_includes/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<a class="sitemap-link" href="/intro">What is Hoodie?</a>
1313
</li>
1414
<li class="sitemap-item smaller">
15-
<a class="sitemap-link" href="/intro#get-started">Get started</a>
15+
<a class="sitemap-link" href="/intro/#get-started">Get started</a>
1616
</li>
1717
<li class="sitemap-item smaller">
18-
<a class="sitemap-link" href="/intro#showcases">Apps &amp; Showcases</a>
18+
<a class="sitemap-link" href="/intro/#showcases">Apps &amp; Showcases</a>
1919
</li>
2020
<li class="sitemap-item sitemap-item-bold">
2121
<a class="sitemap-link" href="/get-help">Get help</a>

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ <h3>&#10084;</h3>
6161
<section class="teaser-index-section">
6262
<h3>Installation</h3>
6363
<p>
64-
Check out our <a href="/intro#get-started">guide</a>.
64+
Check out our <a href="/intro/#get-started">guide</a>.
6565
</p>
6666
<br />
6767
<h3>Tutorials</h3>
6868
<p>
69-
Learn in <a href="/intro#get-started">these tutorials</a> how to install Hoodie and get started.
69+
Learn in <a href="/intro/#get-started">these tutorials</a> how to install Hoodie and get started.
7070
</p>
7171
<br />
7272
<h3>Documentation</h3>
@@ -90,7 +90,7 @@ <h3>
9090
Hoodie is for you
9191
</h3>
9292
<p>
93-
Currently, Hoodie is mainly for frontend developers who want to <a href="/intro#get-started">build their own applications</a> based on it, and for Node.js developers who want to help us extend Hoodie’s core by <a href="/contribute#plugins" target="_blank">building</a> <a href="http://plugins.hood.ie" target="_blank">plugins</a>.
93+
Currently, Hoodie is mainly for frontend developers who want to <a href="/intro/#get-started">build their own applications</a> based on it, and for Node.js developers who want to help us extend Hoodie’s core by <a href="/contribute#plugins" target="_blank">building</a> <a href="http://plugins.hood.ie" target="_blank">plugins</a>.
9494

9595
</p>
9696
<p>

initiatives/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h2 class="h5">
161161
</p>
162162
<h2 class="h5">More tools and apps based on Hoodie</h2>
163163
<p>
164-
You’ll find more apps some of our community members or our friends built based on Hoodie <a href="/intro#showcases">here</a>.
164+
You’ll find more apps some of our community members or our friends built based on Hoodie <a href="/intro/#showcases">here</a>.
165165
</p>
166166
</article>
167167
<aside>

intro/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1>Welcome to Hoodie!</h1>
2323
<div class="cb">
2424
<article class="grid-9">
2525
<p>
26-
Hoodie is a free and Open Source Software for building applications for the web and iOS. It is a complete backend for your apps, <strong>ready for you to get creative</strong>. It works immediately out-of-the-box: develop your frontend code, plug it into Hoodie’s <a href="/intro#get-started">frontend-friendly API</a> and your app is ready.
26+
Hoodie is a free and Open Source Software for building applications for the web and iOS. It is a complete backend for your apps, <strong>ready for you to get creative</strong>. It works immediately out-of-the-box: develop your frontend code, plug it into Hoodie’s <a href="/intro/#get-started">frontend-friendly API</a> and your app is ready.
2727
</p>
2828
<p>
2929
When you develop it, your app runs locally first, you can then <a href="http://docs.hood.ie/en/deployment/linux.html" target="_blank">deploy and host it</a> wherever you want to. And if you want to extend Hoodie’s core features, you can check our list of <a href="http://plugins.hood.ie" target="_blank">currently available plugins</a> or <a href="http://docs.hood.ie/en/plugins/tutorial.html" target="_blank">build plugins</a> yourself.

0 commit comments

Comments
 (0)