This is an automated email from the ASF dual-hosted git repository.
hutcheb 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 4f12fce Fix link : plc4j getting start, graphviz (#256)
4f12fce is described below
commit 4f12fce41b37975d3b9b983c7bf31a149dfbb9a7
Author: shblue21 <[email protected]>
AuthorDate: Tue Jun 15 09:07:39 2021 +0900
Fix link : plc4j getting start, graphviz (#256)
Co-authored-by: jhkim <[email protected]>
Thanks shblue21
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a533cf1..bacc30c 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ NOTE: Currently the Java version which supports building of
all parts of Apache
(Higher versions can't build the Logstash integration and lower versions can't
build the CMake dependent parts).
See the PLC4J user guide on the website to start using PLC4X in your Java
application:
-[https://plc4x.apache.org/users/plc4j/gettingstarted.html](https://plc4x.apache.org/users/plc4j/gettingstarted.html)
+[https://plc4x.apache.org/users/getting-started/plc4j.html](https://plc4x.apache.org/users/getting-started/plc4j.html)
## Developers
@@ -88,7 +88,7 @@ Currently the project is configured to require the following
software:
1. Java 8 JDK: For running Maven in general as well as compiling the Java and
Scala modules `JAVA_HOME` configured to
point to that.
2. libpcap/WinPcap for raw socket tests in Java or use of `passive-mode`
drivers
-3. (Optional) [https://www.graphviz.org/](Graphviz): For generating the graphs
in the documentation
+3. (Optional) [Graphviz](https://www.graphviz.org/) : For generating the
graphs in the documentation
4. Git (even when working on the source distribution)
With this setup you will be able to build the Java part of PLC4X excluding the
"proxy" drivers and servers.