This is an automated email from the ASF dual-hosted git repository. glauesppen pushed a commit to branch rel/0.7.1 in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit eb5b85dd535301e3f190184e677bdb149a2bc08e Author: Glaucia <[email protected]> AuthorDate: Sun Sep 3 17:44:22 2023 +0100 fixing build error in wayang-iejoin --- README.md | 2 +- wayang-plugins/wayang-iejoin/pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fe1dc84a..6461a7c4 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ For a quick guide on how to use Wayang in your Java/Scala project see [here](gui ## Installing Wayang -You first have to build the binaries as shown [here](tutorial.md). +You first have to build the binaries as shown [here](guides/tutorial.md). Once you have the binaries built, follow these steps to install Wayang: ```shell diff --git a/wayang-plugins/wayang-iejoin/pom.xml b/wayang-plugins/wayang-iejoin/pom.xml index 961487aa..4dc0c22c 100644 --- a/wayang-plugins/wayang-iejoin/pom.xml +++ b/wayang-plugins/wayang-iejoin/pom.xml @@ -56,7 +56,6 @@ <modules> - <module>wayang-iejoin_2.11</module> <module>wayang-iejoin_2.12</module> </modules>
