Skip to content

Commit

Permalink
fix: use the correct link for slideshare presentations
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Oct 11, 2024
1 parent d20062d commit 3383b3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion guide/src/test/resources/learn.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</li>
<li><s2>specs2</s2> presentations on Slideshare
</li>
<iframe src="https://www.slideshare.net/specs2/slideshelf" width="615px" height="470px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:none;" ></iframe>
<iframe src="https://www.slideshare.net/specs2/presentations" width="615px" height="470px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:none;" ></iframe>

</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion guide/src/test/resources/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<li><a href="http://github.com/etorreborre/specs2">Github</a></li>
<li><a href="http://github.com/etorreborre/specs2/issues">Issues</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/specs2">Questions</a></li>
<li><a href="http://www.slideshare.net/specs2">Presentations</a></li>
<li><a href="http://www.slideshare.net/specs2/presentations">Presentations</a></li>
</ul>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions guide/src/test/resources/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</div>

<div class="col-md-3 panel">
<a href="http://www.slideshare.net/specs2"><img src="$SITE_DIR$/images/slideshare.jpeg"/></a>
<a href="http://www.slideshare.net/specs2/presentations"><img src="$SITE_DIR$/images/slideshare.jpeg"/></a>
</div>
</div>
<div class="row">
Expand All @@ -52,7 +52,7 @@
</div>

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


Expand Down

0 comments on commit 3383b3a

Please sign in to comment.