-
Notifications
You must be signed in to change notification settings - Fork 418
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(website): Fix page links in readme and remove JIRA mentions
- Loading branch information
Showing
6 changed files
with
13 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,15 +83,15 @@ It also provides (Java) tools for usage inside an application: | |
## Getting started | ||
|
||
Depending on the programming language, the usage will differ, therefore please go to the | ||
[Getting Started](https://plc4x.apache.org/users/getting-started/plc4j.html) on the PLC4X website to look up | ||
[Getting Started](https://plc4x.apache.org/plc4x/latest/users/getting-started/plc4j.html) on the PLC4X website to look up | ||
the language of choice. | ||
|
||
### Java | ||
|
||
NOTE: Currently the Java version which supports building of all parts of Apache PLC4X is at least Java 19 (We have tested all versions up to Java 21), however it's only the Java Tool UI, that requires this right now. All other modules need at least Java 11. | ||
|
||
See the PLC4J user guide on the website to start using PLC4X in your Java application: | ||
[https://plc4x.apache.org/users/getting-started/plc4j.html](https://plc4x.apache.org/users/getting-started/plc4j.html) | ||
[https://plc4x.apache.org/plc4x/latest/users/getting-started/plc4j.html](https://plc4x.apache.org/users/getting-started/plc4j.html) | ||
|
||
## Developers | ||
|
||
|
@@ -108,7 +108,7 @@ WARNING: The code generation uses a utility which requires some additional VM se | |
|
||
A more detailed description is available on our website: | ||
|
||
https://plc4x.apache.org/developers/preparing/index.html | ||
https://plc4x.apache.org/plc4x/latest/developers/preparing/index.html | ||
|
||
#### For building `PLC4C` we also need: | ||
|
||
|
@@ -221,9 +221,7 @@ Join the PLC4X community by using one of the following channels. We'll be glad t | |
Subscribe to the following mailing lists: | ||
* Apache PLC4X Developer List: [[email protected]](mailto:[email protected]) | ||
* Apache PLC4X Commits List: [[email protected]](mailto:[email protected]) | ||
* Apache PLC4X Jira Notification List: [[email protected]](mailto:[email protected]) | ||
|
||
See also: [https://plc4x.apache.org/mailing-lists.html](https://plc4x.apache.org/mailing-lists.html) | ||
* Apache PLC4X Issue Notification List: [[email protected]](mailto:[email protected]) | ||
|
||
|
||
|
@@ -245,7 +243,7 @@ These are, but are not limited to: | |
|
||
We are a very friendly bunch so don’t be afraid to step forward. | ||
If you'd like to contribute to PLC4X, have a look at our | ||
[contribution guide](https://plc4x.apache.org/developers/contributing.html)! | ||
[contribution guide](https://plc4x.apache.org/plc4x/latest/developers/contributing.html)! | ||
|
||
## Licensing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -394,6 +394,6 @@ git merge -X theirs releases/code-generation/{{current-last-released-version}} | |
Possibly a manual conflict resolution has to be done afterwards. After that, changes need to | ||
be pushed. | ||
In contrast to main releases of PLC4X we won't do any JIRA version updates, updating of the download page or notifying of the world email to [email protected] | ||
In contrast to main releases of PLC4X we won't do any GitHub Issues version updates, updating of the download page or notifying of the world email to [email protected] | ||
So now you're done. Congrats! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters