public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 1/2] doc: fix broken link in user_manual
@ 2019-02-25 18:10 Henning Schild
  2019-02-25 18:10 ` [PATCH 2/2] doc: make absolute chapter links relative Henning Schild
  2019-02-27  9:43 ` [PATCH 1/2] doc: fix broken link in user_manual Maxim Yu. Osipov
  0 siblings, 2 replies; 3+ messages in thread
From: Henning Schild @ 2019-02-25 18:10 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

From: Henning Schild <henning.schild@siemens.com>

The link to the document section will not work, even when the chapter
will be on master some day.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 doc/user_manual.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/user_manual.md b/doc/user_manual.md
index db0bf85..62e9766 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -19,7 +19,7 @@ Copyright (C) 2016-2017, ilbers GmbH
  - [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-repo-caching-upstream-debian)
+ - [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
-- 
2.19.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 2/2] doc: make absolute chapter links relative
  2019-02-25 18:10 [PATCH 1/2] doc: fix broken link in user_manual Henning Schild
@ 2019-02-25 18:10 ` Henning Schild
  2019-02-27  9:43 ` [PATCH 1/2] doc: fix broken link in user_manual Maxim Yu. Osipov
  1 sibling, 0 replies; 3+ messages in thread
From: Henning Schild @ 2019-02-25 18:10 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] doc: fix broken link in user_manual
  2019-02-25 18:10 [PATCH 1/2] doc: fix broken link in user_manual Henning Schild
  2019-02-25 18:10 ` [PATCH 2/2] doc: make absolute chapter links relative Henning Schild
@ 2019-02-27  9:43 ` Maxim Yu. Osipov
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Yu. Osipov @ 2019-02-27  9:43 UTC (permalink / raw)
  To: Henning Schild, isar-users

On 2/25/19 7:10 PM, Henning Schild wrote:
> From: Henning Schild <henning.schild@siemens.com>
> 
> The link to the document section will not work, even when the chapter
> will be on master some day.

Applied to the 'next'.

Thanks,
Maxim.

> Signed-off-by: Henning Schild <henning.schild@siemens.com>
> ---
>   doc/user_manual.md | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/user_manual.md b/doc/user_manual.md
> index db0bf85..62e9766 100644
> --- a/doc/user_manual.md
> +++ b/doc/user_manual.md
> @@ -19,7 +19,7 @@ Copyright (C) 2016-2017, ilbers GmbH
>    - [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-repo-caching-upstream-debian)
> + - [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
> 


-- 
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-27  9:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-25 18:10 [PATCH 1/2] doc: fix broken link in user_manual Henning Schild
2019-02-25 18:10 ` [PATCH 2/2] doc: make absolute chapter links relative Henning Schild
2019-02-27  9:43 ` [PATCH 1/2] doc: fix broken link in user_manual Maxim Yu. Osipov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox