diff options
author | Loïc Hoguin <[email protected]> | 2016-10-19 13:12:18 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-10-19 13:12:18 +0200 |
commit | a7393a27b98e93fbe06227236e2db0a364645765 (patch) | |
tree | 3cd6d7d9530e4f03eb7180ac4e9ab6c10e33fd5e | |
parent | 37eef8c9c59fbea91f3a3bb9c2c644163ffb7c96 (diff) | |
download | ninenines.eu-a7393a27b98e93fbe06227236e2db0a364645765.tar.gz ninenines.eu-a7393a27b98e93fbe06227236e2db0a364645765.tar.bz2 ninenines.eu-a7393a27b98e93fbe06227236e2db0a364645765.zip |
Redirect /supports/ to /services/
-rw-r--r-- | _build/content/services.asciidoc | 1 | ||||
-rw-r--r-- | support/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/_build/content/services.asciidoc b/_build/content/services.asciidoc index 88baac57..6c8a7195 100644 --- a/_build/content/services.asciidoc +++ b/_build/content/services.asciidoc @@ -3,6 +3,7 @@ date = "2015-07-01T00:00:00+01:00" title = "Consulting & Training" type = "services" aliases = [ + "/support/", "/training/" ] +++ diff --git a/support/index.html b/support/index.html new file mode 100644 index 00000000..03f066bf --- /dev/null +++ b/support/index.html @@ -0,0 +1 @@ +<!DOCTYPE html><html><head><link rel="canonical" href="https://ninenines.eu/services/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=https://ninenines.eu/services/" /></head></html>
\ No newline at end of file |