Skip to content

Commit 3383b3a

Browse files
committed
fix: use the correct link for slideshare presentations
1 parent d20062d commit 3383b3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

guide/src/test/resources/learn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</li>
4040
<li><s2>specs2</s2> presentations on Slideshare
4141
</li>
42-
<iframe src="https://www.slideshare.net/specs2/slideshelf" width="615px" height="470px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:none;" ></iframe>
42+
<iframe src="https://www.slideshare.net/specs2/presentations" width="615px" height="470px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:none;" ></iframe>
4343

4444
</ul>
4545
</div>

guide/src/test/resources/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<li><a href="http://github.com/etorreborre/specs2">Github</a></li>
4040
<li><a href="http://github.com/etorreborre/specs2/issues">Issues</a></li>
4141
<li><a href="http://stackoverflow.com/questions/tagged/specs2">Questions</a></li>
42-
<li><a href="http://www.slideshare.net/specs2">Presentations</a></li>
42+
<li><a href="http://www.slideshare.net/specs2/presentations">Presentations</a></li>
4343
</ul>
4444
</li>
4545
</ul>

guide/src/test/resources/project.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</div>
3636

3737
<div class="col-md-3 panel">
38-
<a href="http://www.slideshare.net/specs2"><img src="$SITE_DIR$/images/slideshare.jpeg"/></a>
38+
<a href="http://www.slideshare.net/specs2/presentations"><img src="$SITE_DIR$/images/slideshare.jpeg"/></a>
3939
</div>
4040
</div>
4141
<div class="row">
@@ -52,7 +52,7 @@
5252
</div>
5353

5454
<div class="col-md-3 panel">
55-
<a href="http://www.slideshare.net/specs2">Presentations</a>
55+
<a href="http://www.slideshare.net/specs2/presentations">Presentations</a>
5656
</div>
5757

5858

0 commit comments

Comments
 (0)