Skip to content

Commit 0e6c1f0

Browse files
authored
Fix: Frosh 2025 Room Finder link (#199)
Description: The Room Finder link in FAQ > Room Finder had the wrong URL. Root cause: The anchor href had a relative URL, instead of an exact URL. Fix: Changed the URL to use an exact URL.
1 parent a2a1c4e commit 0e6c1f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/frosh/2025/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,9 @@ <h3>What courses should I take?</h3>
531531
<h3>I can't find a room!</h3>
532532
<p>
533533
SFU provides a very handy tool called the
534-
<a href="roomfinder.sfu.ca/apps/sfuroomfinder_web" target="_blank">Room Finder</a>.
535-
Simply input the room number (e.g. ASB 9703), and it will highlight the room on an
534+
<a href="https://roomfinder.sfu.ca/apps/sfuroomfinder_web" target="_blank"
535+
>Room Finder</a
536+
>. Simply input the room number (e.g. ASB 9703), and it will highlight the room on an
536537
interactive campus map. This works for the Burnaby, Surrey, and Vancouver campuses.
537538
</p>
538539
</div>

0 commit comments

Comments
 (0)