summaryrefslogtreecommitdiff
path: root/docs/_layouts
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-05-21 18:07:38 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-05-21 18:08:19 +0200
commitd4224b9cc76e0cc5893fefeaafb9f22a29df2be1 (patch)
treed59463de8b32452a6f49ed3d9214f23650d125fd /docs/_layouts
parent30e29edf4c0bb025aa7dc03c415b727fddf996ac (diff)
downloadsystemd-d4224b9cc76e0cc5893fefeaafb9f22a29df2be1.tar.gz
docs: rename COREDUMP_PACKAGE_METADATA → ELF_PACKAGE_METADATA
The format described by this document is used not only for coredumps, but also for other purposes, so we've outgrown the old title. A redirect was added based on https://codepo8.github.io/github-redirection-demo/. I tried to use a relative link, but it's hard to test if it works before merging. Co-authored-by: Benjamin Franzke <benjaminfranzke@googlemail.com>
Diffstat (limited to 'docs/_layouts')
-rw-r--r--docs/_layouts/forward.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/_layouts/forward.html b/docs/_layouts/forward.html
new file mode 100644
index 0000000000..499b41852a
--- /dev/null
+++ b/docs/_layouts/forward.html
@@ -0,0 +1,14 @@
+<html lang="en">
+ <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
+ <head>
+ <meta http-equiv="refresh" content="0;url={{ page.target }}"/>
+ <link rel="canonical" href="{{ page.target }}"/>
+ <title>Redirecting to {{ page.target }}</title>
+ </head>
+ <body>
+ <p>
+ This document has moved.<br>
+ Redirecting to <a href="{{ page.target }}">{{ page.target }}</a>.
+ </p>
+ </body>
+</html>