summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--manual/book.toml3
-rw-r--r--manual/src/SUMMARY.md2
-rw-r--r--manual/src/installation.md (renamed from manual/src/getting_started.md)2
4 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 31d908bb0..418c3208a 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@
Difftastic is an experimental diff tool that compares files based on
their syntax.
-**For installation instructions, see [Getting
-Started](https://difftastic.wilfred.me.uk/getting_started.html) in
+**For installation instructions, see
+[Installation](https://difftastic.wilfred.me.uk/installation.html) in
[the manual](http://difftastic.wilfred.me.uk/).**
## Basic Example
diff --git a/manual/book.toml b/manual/book.toml
index a09756a8a..c30101624 100644
--- a/manual/book.toml
+++ b/manual/book.toml
@@ -5,3 +5,6 @@ multilingual = false
src = "src"
title = "Difftastic Manual"
description = "The official manual for difftastic, the syntactic differ"
+
+[output.html.redirect]
+"/getting_started.html" = "./installation.html"
diff --git a/manual/src/SUMMARY.md b/manual/src/SUMMARY.md
index e749d6cfa..033626123 100644
--- a/manual/src/SUMMARY.md
+++ b/manual/src/SUMMARY.md
@@ -1,7 +1,7 @@
# Summary
- [Introduction](./introduction.md)
-- [Getting Started](./getting_started.md)
+- [Installation](./installation.md)
- [Usage](./usage.md)
- [Git](./git.md)
- [Mercurial](./mercurial.md)
diff --git a/manual/src/getting_started.md b/manual/src/installation.md
index 5d6d6579d..e0e49981f 100644
--- a/manual/src/getting_started.md
+++ b/manual/src/installation.md
@@ -1,4 +1,4 @@
-# Getting Started
+# Installation
## Installing a binary