Skip to content

Commit

Permalink
Fix URL in vps.acmcsuf.com
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed May 4, 2024
1 parent 40ee729 commit 27ec878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/cs306/user-vms/vps.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Users</h2>
</li>
<li class="url">
<b>URL:</b>
{{ $url := ($user.id | strings.ReplaceAll "." "_") }}
{{ $url := ($user.id | strings.ReplaceAll "." "_" | strings.ToLower | printf "%s.vps.acmcsuf.com") }}
<a href="https://{{ $url }}" target="_blank">{{ $url }}</a>
</li>
<li class="ssh">
Expand Down

0 comments on commit 27ec878

Please sign in to comment.