Skip to content

Commit

Permalink
Merge pull request #63 from dfe-analytical-services/FixingMirrorSites
Browse files Browse the repository at this point in the history
Fixing URL for mirror sites as currently directing to old version
  • Loading branch information
GemmaSelby29 authored Nov 13, 2023
2 parents d6df278 + 2261afc commit e1ae8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ customDisconnectMessage <- function(refresh = "Refresh page",
onclick = "window.location.reload(true);")),
tags$p("If this persists, you can also view the dashboard at one of our mirror sites:"),
tags$p(
tags$a(href = "https://department-for-education.shinyapps.io/pupil-attendance-in-schools-mirror", "Mirror a"),
tags$a(href = "https://department-for-education.shinyapps.io/pupil-attendance-in-schools-overflow", "Mirror a"),
" - ",
tags$a(href = "https://department-for-education.shinyapps.io/pupil-attendance-in-schools", "Mirror b")),
tags$p("All the data used in this dashboard can also be viewed or downloaded via the ",
Expand Down
2 changes: 1 addition & 1 deletion global.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ source("R/support_links.R")
source("R/prerun_utils.R")

site_primary <- " https://department-for-education.shinyapps.io/pupil-attendance-in-schools"
site_overflow <- " https://department-for-education.shinyapps.io/pupil-attendance-in-schools-mirror"
site_overflow <- " https://department-for-education.shinyapps.io/pupil-attendance-in-schools-overflow"
site_c <- ""


Expand Down

0 comments on commit e1ae8af

Please sign in to comment.