Skip to content

Commit

Permalink
Fix broken link to status page
Browse files Browse the repository at this point in the history
The navbar item 'Status' was pointing to a broken link.

Since we're using a CNAME to host on a custom domain, the link should point to that instead of the 'relative' URL you usually get from GitHub Pages hosting.
  • Loading branch information
ollietreend committed Apr 30, 2024
1 parent 09c2f07 commit 50f7f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ status-website:
Updated every 5 min.
navbar:
- title: Status
href: /teacher-services-upptime/
href: https://teacher-services-status.education.gov.uk
- title: GitHub
href: https://github.com/$OWNER/$REPO

Expand Down

0 comments on commit 50f7f0f

Please sign in to comment.