You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/03/04 17:27:10 UTC

[plc4x] branch develop updated: - Fixed some broken links

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new c262f13  - Fixed some broken links
c262f13 is described below

commit c262f13bd254b603136fdf59e7c583fce44d4963
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Mar 4 18:27:04 2020 +0100

    - Fixed some broken links
---
 src/site/asciidoc/developers/building.adoc | 2 +-
 src/site/asciidoc/developers/index.adoc    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/asciidoc/developers/building.adoc b/src/site/asciidoc/developers/building.adoc
index 685911e..7ba13b2 100644
--- a/src/site/asciidoc/developers/building.adoc
+++ b/src/site/asciidoc/developers/building.adoc
@@ -72,7 +72,7 @@ The following profiles are available (*They have to be enabled additionally to t
 - `with-dotnet`: Builds all C# and .Net related modules, integrations and examples
 - `with-python`: Builds all Python related modules, integrations and examples
 
-WARNING: As these profiles typically require some preparation and setup on your development machine, please read the link:preparing.html[Preparing your Computer] guide for a detailed description on this.
+WARNING: As these profiles typically require some preparation and setup on your development machine, please read the link:preparing/index.html[Preparing your Computer] guide for a detailed description on this.
 
 Beyond that there is an additional profile `with-proxies` which will enable additional modules in each of the activated languages.
 This `proxies` module, uses `Apache Thrift` to generate modules for forwarding requests to an `interop server` which runs somewhere else or on the same machine.
diff --git a/src/site/asciidoc/developers/index.adoc b/src/site/asciidoc/developers/index.adoc
index 81065ce..829fffb 100644
--- a/src/site/asciidoc/developers/index.adoc
+++ b/src/site/asciidoc/developers/index.adoc
@@ -33,7 +33,7 @@ Using the `Maven-Wrapper` you don't even need a `Maven` installation. The build
 
 As part of the build we have an initial build step that will do a `prerequisite check`. Depending on the activated modules, it will check if all preconditions are met and tell you what's missing.
 
-For details please have a look at the link:preparing.html[Preparing your Computer] page.
+For details please have a look at the link:preparing/index.html[Preparing your Computer] page.
 
 === Building PLC4X