Skip to content

Commit e2e85c1

Browse files
committed
fix wiki links
1 parent 1a4e7b8 commit e2e85c1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/_partials/_footer.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<a href="/products/enterprise">Enterprise</a>
2828
</div>
2929
<div class="col-sm-2">
30-
<a href="/wiki" target="_new">Wiki</a><br>
30+
<a href="/wiki/Home" target="_new">Wiki</a><br>
3131
<a href="/support">Support</a><br>
3232
<a href="https://github.com/sidekiq/sidekiq/" target="_new">Source
3333
<small><span class="glyphicon glyphicon-new-window"></span></small>

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ <h3><a href="/products/enterprise">Enterprise</a></h3>
267267
<tr class="products-table-mobile-links">
268268
<td></td>
269269
<td>
270-
<a href="/wiki" target="_new">
270+
<a href="/wiki/Home" target="_new">
271271
Get Started
272272
<span class="glyphicon glyphicon-new-window"></span>
273273
</a>
@@ -292,7 +292,7 @@ <h3><a href="/products/enterprise">Enterprise</a></h3>
292292
<td>
293293
<a href="#" target="_new" class="btn btn-black btn-primary invisible"></a>
294294

295-
<a href="/wiki" target="_new"
295+
<a href="/wiki/Home" target="_new"
296296
class="btn btn-primary btn-white">
297297
Get Started
298298
<span class="glyphicon glyphicon-new-window"></span>

src/products/enterprise.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h3>Features</h3>
8989
</ul>
9090
<h3>Documentation</h3>
9191
<p>Detailed documentation about configuring and using each Enterprise feature can be found in the <a
92-
target="_new" href="/wiki#sidekiq-enterprise">Sidekiq wiki</a>.
92+
target="_new" href="/wiki/Home#sidekiq-enterprise">Sidekiq wiki</a>.
9393
Read the <a target="_new" href="/wiki/Commercial-FAQ">Commercial
9494
FAQ</a> for further detail.</p>
9595
<h3>Support</h3>

src/products/pro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3>Features</h3>
9595
</ul>
9696
<h3>Documentation</h3>
9797
<p>Detailed documentation about configuring and using each feature can be found in the <a target="_new"
98-
href="/wiki#sidekiq-pro">Sidekiq
98+
href="/wiki/Home#sidekiq-pro">Sidekiq
9999
wiki</a>. Read the <a target="_new" href="/wiki/Commercial-FAQ">Commercial
100100
FAQ</a> for further detail.</p>
101101
<h3>Support</h3>

0 commit comments

Comments
 (0)