From: Henning Schild <henning.schild@siemens.com>
To: isar-users@googlegroups.com
Cc: Henning Schild <henning.schild@siemens.com>
Subject: [PATCH 2/2] doc: make absolute chapter links relative
Date: Mon, 25 Feb 2019 19:10:43 +0100 [thread overview]
Message-ID: <20190225181043.10847-2-henning.schild@siemens.com> (raw)
In-Reply-To: <20190225181043.10847-1-henning.schild@siemens.com>
From: Henning Schild <henning.schild@siemens.com>
All the chapter links pointed to "master" and not the documentation of
the commit you actually looked at. So when browsing next you would go
back to old version of the manual when clicking the links. Maybe back to
a time where a whole chapter did not even exist.
Fix that by making those links relative to the current version, whatever
that may be.
Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
doc/user_manual.md | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/doc/user_manual.md b/doc/user_manual.md
index 62e9766..6fe4d83 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -4,22 +4,22 @@ Copyright (C) 2016-2017, ilbers GmbH
## Contents
- - [Introduction](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#introduction)
- - [Getting Started](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#getting-started)
- - [Terms and Definitions](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#terms-and-definitions)
- - [How Isar Works](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#how-isar-works)
- - [General Isar Configuration](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#general-isar-configuration)
- - [Isar Distro Configuration](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#isar-distro-configuration)
- - [Custom Package Compilation](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#custom-package-compilation-1)
- - [Image Type Selection](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#image-type-selection)
- - [Add a New Distro](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#add-a-new-distro)
- - [Add a New Machine](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#add-a-new-machine)
- - [Add a New Image](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#add-a-new-image)
- - [Add a New Image Type](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#add-a-new-image-type)
- - [Add a Custom Application](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#add-a-custom-application)
- - [Enabling Cross-compilation](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#isar-cross-compilation)
- - [Create an ISAR SDK root filesystem](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#create-an-isar-sdk-root-filesystem)
- - [Creation of local apt repo caching upstream Debian packages](https://github.com/ilbers/isar/blob/master/doc/user_manual.md#creation-of-local-apt-repo-caching-upstream-debian-packages)
+ - [Introduction](#introduction)
+ - [Getting Started](#getting-started)
+ - [Terms and Definitions](#terms-and-definitions)
+ - [How Isar Works](#how-isar-works)
+ - [General Isar Configuration](#general-isar-configuration)
+ - [Isar Distro Configuration](#isar-distro-configuration)
+ - [Custom Package Compilation](#custom-package-compilation-1)
+ - [Image Type Selection](#image-type-selection)
+ - [Add a New Distro](#add-a-new-distro)
+ - [Add a New Machine](#add-a-new-machine)
+ - [Add a New Image](#add-a-new-image)
+ - [Add a New Image Type](#add-a-new-image-type)
+ - [Add a Custom Application](#add-a-custom-application)
+ - [Enabling Cross-compilation](#isar-cross-compilation)
+ - [Create an ISAR SDK root filesystem](#create-an-isar-sdk-root-filesystem)
+ - [Creation of local apt repo caching upstream Debian packages](#creation-of-local-apt-repo-caching-upstream-debian-packages)
## Introduction
--
2.19.2
next prev parent reply other threads:[~2019-02-25 18:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-25 18:10 [PATCH 1/2] doc: fix broken link in user_manual Henning Schild
2019-02-25 18:10 ` Henning Schild [this message]
2019-02-27 9:43 ` Maxim Yu. Osipov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190225181043.10847-2-henning.schild@siemens.com \
--to=henning.schild@siemens.com \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox