cilogon / access-identity

ACCESS Identity Management
https://identity.access-ci.org/
Apache License 2.0
1 stars 1 forks source link

Migrate ACCESS Identity Management documentation to https://operations.access-ci.org/ #35

Closed jbasney closed 10 months ago

jbasney commented 10 months ago

To keep up-to-date with ACCESS web and branding standards (e.g., #31), we should migrate all ACCESS Identity Management documentation to https://operations.access-ci.org/ so that https://identity.access-ci.org/ only serves redirects.

jbasney commented 10 months ago

Done. Resolves #31.

$ curl https://identity.access-ci.org/
<!DOCTYPE html>
<html lang="en-US">
  <meta charset="utf-8">
  <title>Redirecting&hellip;</title>
  <link rel="canonical" href="https://operations.access-ci.org/identity">
  <script>location="https://operations.access-ci.org/identity"</script>
  <meta http-equiv="refresh" content="0; url=https://operations.access-ci.org/identity">
  <meta name="robots" content="noindex">
  <h1>Redirecting&hellip;</h1>
  <a href="https://operations.access-ci.org/identity">Click here if you are not redirected.</a>
</html>