summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Hacking.md (renamed from docs/HACKING.md)2
-rw-r--r--docs/index.md6
-rw-r--r--meson.build2
3 files changed, 7 insertions, 3 deletions
diff --git a/docs/HACKING.md b/docs/Hacking.md
index db9ed1a01e..569e7e4f4b 100644
--- a/docs/HACKING.md
+++ b/docs/Hacking.md
@@ -2,6 +2,8 @@
title: Hacking on systemd
category: Contributing
layout: default
+redirect_from:
+ - HACKING/
---
# Hacking on systemd
diff --git a/docs/index.md b/docs/index.md
index 2795bc4e86..3cac721c89 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -26,9 +26,11 @@ Other parts include a logging daemon, utilities to control basic system configur
* [Introductory blog story](http://0pointer.de/blog/projects/systemd.html)
* [Three](http://0pointer.de/blog/projects/systemd-update.html) [status](http://0pointer.de/blog/projects/systemd-update-2.html) [updates](http://0pointer.de/blog/projects/systemd-update-3.html)
-* The [Wikipedia article](https://en.wikipedia.org/wiki/systemd).
+* The [Wikipedia article](https://en.wikipedia.org/wiki/systemd)
-<pre style="float:right; color:white; background-color:black; font-size:smaller; width:45%; padding:6pt 8pt">
+---
+
+<pre style="color:white; background-color:black; font-size:smaller; width:45%; padding:6pt 8pt">
Welcome to <span style="color:blue">Fedora 20 (Heisenbug)</span>!
[ <span style="color:green">OK</span> ] Reached target Remote File Systems.
diff --git a/meson.build b/meson.build
index 3b3786bbdb..b34a205e5b 100644
--- a/meson.build
+++ b/meson.build
@@ -2993,7 +2993,7 @@ install_data('LICENSE.GPL2',
'docs/CODING_STYLE.md',
'docs/DISTRO_PORTING.md',
'docs/ENVIRONMENT.md',
- 'docs/HACKING.md',
+ 'docs/Hacking.md',
'docs/TRANSIENT-SETTINGS.md',
'docs/TRANSLATORS.md',
'docs/UIDS-GIDS.md',