Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
fix links to upcoming/past workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesha committed May 3, 2024
1 parent 9b46516 commit cec21d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/workshops_past.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="row">
<div class="medium-12 columns">

<b><a href="#">Check out our upcoming workshops here</a>.</b><hr>
<b><a href="/workshops/upcoming/">Check out our upcoming workshops here</a>.</b><hr>
{% assign workshop_list = site.data.swc_past_workshops %}
{% include workshop_table.md %}
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/workshops_upcoming.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="row">
<div class="medium-12 columns">

<b><a href="#">Check out our past workshops here</a>.</b><hr>
<b><a href="/workshops/past/">Check out our past workshops here</a>.</b><hr>
{% assign workshop_list = site.data.swc_upcoming_workshops %}
{% include workshop_table.md %}
</div>
Expand Down

0 comments on commit cec21d9

Please sign in to comment.