website: try to fix redirect
It seems like the `#readme` is getting stripped after load, maybe because of the `?tab=…` stuff. Hoping this will fix it.
This commit is contained in:
parent
516590cf12
commit
75a7fb885d
1 changed files with 3 additions and 3 deletions
|
|
@ -4,12 +4,12 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>nix-darwin</title>
|
<title>nix-darwin</title>
|
||||||
<script>
|
<script>
|
||||||
window.location.replace("https://github.com/nix-darwin/nix-darwin?tab=readme-ov-file#readme");
|
window.location.replace("https://github.com/nix-darwin/nix-darwin#readme");
|
||||||
</script>
|
</script>
|
||||||
<noscript>
|
<noscript>
|
||||||
<meta
|
<meta
|
||||||
http-equiv="refresh"
|
http-equiv="refresh"
|
||||||
content="0; url=https://github.com/nix-darwin/nix-darwin?tab=readme-ov-file#readme">
|
content="0; url=https://github.com/nix-darwin/nix-darwin#readme">
|
||||||
</noscript>
|
</noscript>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
<p>
|
<p>
|
||||||
nix-darwin is a declarative configuration system for macOS, based
|
nix-darwin is a declarative configuration system for macOS, based
|
||||||
on Nix. See the
|
on Nix. See the
|
||||||
<a href="https://github.com/nix-darwin/nix-darwin?tab=readme-ov-file#readme">GitHub
|
<a href="https://github.com/nix-darwin/nix-darwin#readme">GitHub
|
||||||
repository</a> for more information.
|
repository</a> for more information.
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue