From 18b1204b3a6e181ce6c24d8d684f77acc335ac97 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Thu, 14 Apr 2022 21:26:36 -0700 Subject: [PATCH] Rename Getting Started to Installation in the manual --- README.md | 4 ++-- manual/book.toml | 3 +++ manual/src/SUMMARY.md | 2 +- manual/src/{getting_started.md => installation.md} | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) rename manual/src/{getting_started.md => installation.md} (98%) 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 similarity index 98% rename from manual/src/getting_started.md rename to 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