Skip to content

Commit 2e913db

Browse files
authored
fix prominent broken link on front page
the link from the "Get Involved" text directed to a page that moved from `get-started.html` to `community/join.html` in commit 849ddb82d2b9814ed14c5496a5981d3ceeee1575
1 parent c799b95 commit 2e913db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h2> Our Volunteers </h2>
175175
<div class="img-wrapper">
176176
<img id="city-graphic" src="assets/City Graphic.png" alt="image of buildings">
177177
<div class="overlay">
178-
<button onclick="location.href='https://docs.seattlecommunitynetwork.org/get-started.html'" type="button"
178+
<button onclick="location.href='https://docs.seattlecommunitynetwork.org/community/join.html'" type="button"
179179
id="get-involved-button">
180180
Get Involved &rarr;
181181
</button>

0 commit comments

Comments
 (0)