Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ <h1>404</h1>
<p>The requested page could not be found.</p>
</div>

<script>
if (window.location.pathname.indexOf('/doc/storaged-api/') === 0) {
window.location.replace('/udisks/docs/');
}
</script>

{%- if site.goatcounter -%}
<script>
window.goatcounter = window.goatcounter || {};
Expand Down
15 changes: 15 additions & 0 deletions doc/storaged-api/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting to udisks documentation</title>
<meta http-equiv="refresh" content="0; url=/udisks/docs/">
<link rel="canonical" href="/udisks/docs/">
</head>
<body>
<p>The storaged project has been renamed back to udisks. You are being redirected to the <a href="/udisks/docs/">udisks documentation</a>.</p>
<script>window.location.replace("/udisks/docs/")</script>
</body>
</html>
Loading