Skip to content

Commit 2c115d5

Browse files
Fixed links to prerequisits by adding anchor and pointing to that instead of section title.
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent 024a55d commit 2c115d5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

doc/setup/installing_linux_cpp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif::[]
66

77
**Prerequisites**
88

9-
* You have installed everything described in <<Installing _protobuf_ for static / dynamic linking depending on the use case>>.
9+
* You have installed everything described in <<top-installing-osi-prerequisits>>.
1010
1111
**Steps**
1212

doc/setup/installing_linux_python.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif::[]
66

77
**Prerequisites**
88

9-
* You have installed everything described in <<Installing _protobuf_ for static / dynamic linking depending on the use case>>.
9+
* You have installed everything described in <<top-installing-osi-prerequisits>>.
1010
* You have installed _pip3_.
1111
* You have installed _python-setuptools_.
1212
* For a local installation, you have installed _virtualenv_.

doc/setup/installing_prerequisites.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ifndef::include-only-once[]
22
:root-path: ../
33
include::{root-path}_config.adoc[]
44
endif::[]
5-
5+
[#top-installing-osi-prerequisits]
66
= Installing _protobuf_ for static / dynamic linking
77

88
== Prerequisites

doc/setup/installing_windows_cpp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif::[]
66

77
**Prerequisites**
88

9-
* You have installed everything described in <<Installing _protobuf_ for static / dynamic linking depending on the use case>>.
9+
* You have installed everything described in <<top-installing-osi-prerequisits>>.
1010
1111
**Steps**
1212

doc/setup/installing_windows_python.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif::[]
66

77
**Prerequisites**
88

9-
* You have installed everything described in <<Installing _protobuf_ for static / dynamic linking depending on the use case>>.
9+
* You have installed everything described in <<top-installing-osi-prerequisits>>.
1010
* You have installed _Python_ with administrator rights.
1111
* Make sure _Python_ is added to `PATH`.
1212

0 commit comments

Comments
 (0)