Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
removed inactive wiki link,(https://github.com/ical4j/ical4j/wiki)
replaced with the official website,(https://www.ical4j.org/examples/overview/)

removed bintray release,
* [Bintray Releases] - outdated link not exist,redirected to jfrog home page

Added maven jar repository link instead of bintray.
[mavenrepo]: https://mvnrepository.com/artifact/org.mnode.ical4j/ical4j

Updated System Requirement  Section to mention V4 api.
Uncertain about the details though didnt actually test. assume inherits v3 api condition
  • Loading branch information
LJWxyz committed Aug 14, 2022
1 parent 530e5d2 commit ed633ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -15,7 +15,7 @@
[RFC9073]: https://datatracker.ietf.org/doc/html/rfc9073
[RFC9074]: https://datatracker.ietf.org/doc/html/rfc9074

[Bintray Releases]: https://bintray.com/ical4j/maven/ical4j
[mavenrepo]: https://mvnrepository.com/artifact/org.mnode.ical4j/ical4j

[Introduction]: #introduction

Expand Down Expand Up @@ -71,7 +71,7 @@ standard.
- For a concise description of the goals and directions of iCal4j please
take a look at the [open issues](https://github.com/ical4j/ical4j/issues).

- You will find examples of how to use iCal4j in [the wiki](https://github.com/ical4j/ical4j/wiki)
- You will find examples of how to use iCal4j in [the official website](https://www.ical4j.org/examples/overview/)
and throughout the [API documentation](https://ical4j.github.io/docs/ical4j/api).

- Detailed descriptions of changes included in each release may be found
Expand All @@ -84,6 +84,7 @@ standard.

### System requirements

- Version 4.x - Java 8 or later
- Version 3.x - Java 8 or later
- Version 2.x - Java 7 or later

Expand Down Expand Up @@ -114,7 +115,7 @@ is used only to generate version information in the javadoc API documentation.

### Release Downloads

* [Bintray Releases]
* [mavenrepo]

### Install with Maven

Expand Down

0 comments on commit ed633ce

Please sign in to comment.