From f612180486f300f3d4d4370946218ce71376d5f6 Mon Sep 17 00:00:00 2001 From: Richard Allitt Date: Sat, 28 Dec 2024 10:15:08 +0000 Subject: [PATCH] Fix Legacy Raven auth URL --- .../reference/web-hosting/university-account-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/reference/web-hosting/university-account-authentication.md b/content/reference/web-hosting/university-account-authentication.md index b09a490..36d3798 100644 --- a/content/reference/web-hosting/university-account-authentication.md +++ b/content/reference/web-hosting/university-account-authentication.md @@ -133,7 +133,7 @@ Goose does not provide the `current` ptag, so you must also set Or to use the University's own Raven proxy: ```apache -AAAuthService https://legacy.raven.cam.ac.uk/auth/authenticate.html +AAAuthService https://raven.cam.ac.uk/auth/authenticate.html AALogoutService https://raven.cam.ac.uk/auth/logout.html ```