diff options
author | stuebinm | 2024-02-29 17:50:42 +0100 |
---|---|---|
committer | stuebinm | 2024-02-29 17:50:42 +0100 |
commit | 8e17f4cde7cf2d945f79363eef5057bfe61a3533 (patch) | |
tree | 8b04cfe6c3908fc71ca01dbc199e2f1c9cf75859 /pkgs/nomsring/Main.hs | |
parent | ffa6d5eb82c3f71cfaf60c98dfc3d82276497ac5 (diff) |
noms.ing: redirect webring.noms.ing → noms.ing
since that website doesn't contain anything anyways, but people started
linking to it.
Diffstat (limited to 'pkgs/nomsring/Main.hs')
-rw-r--r-- | pkgs/nomsring/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/nomsring/Main.hs b/pkgs/nomsring/Main.hs index f97da04..1cc2d7c 100644 --- a/pkgs/nomsring/Main.hs +++ b/pkgs/nomsring/Main.hs @@ -17,7 +17,7 @@ main :: IO () main = runCGI $ do path <- pathInfo case path of - "/" -> output "nomsable websites" + "/" -> redirect "https://noms.ing" "/next" -> rotate True "/previous" -> rotate False _ -> outputNotFound path |