Klimadatastyrelsen

SDFIdk.github.io

GitHub Pages redirect site for the former SDFIdk GitHub organisation, now renamed to Klimadatastyrelsen.

When a GitHub organisation is renamed, GitHub automatically redirects repository URLs and git remotes to the new organisation — but GitHub Pages URLs are not redirected. This repo restores that behaviour for Pages URLs, so that any old link to https://sdfidk.github.io/<repo>/ is transparently forwarded to https://klimadatastyrelsen.github.io/<repo>/.

How it works

This repo is served as a GitHub Pages site at https://sdfidk.github.io/. It uses two mechanisms to catch all incoming requests:

Both redirect immediately to the equivalent URL under klimadatastyrelsen.github.io, preserving the full path, query string, and URL fragment. If the repo name is not recognised, the visitor is forwarded to the Klimadatastyrelsen organisation page as a fallback.