Skip to content

Commit

Permalink
Merge pull request #340 from mswatosh/linkUpdates
Browse files Browse the repository at this point in the history
Correcting links to adoc format in README
  • Loading branch information
mswatosh committed Aug 31, 2023
2 parents c840333 + c6b2b9e commit eb9010c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
== Introduction

Jakarta Concurrency provides a specification document, API and TCK for using concurrency from application components without compromising container integrity while still preserving the Jakarta EE platform's fundamental benefits.
The EE4J project that implements this api is also on [GitHub](https://github.com/eclipse-ee4j/concurrency-ri).
The EE4J project that implements this api is also on link:https://github.com/eclipse-ee4j/concurrency-ri[GitHub].

This project is part of the overall Jakarta EE platform and is a project within the Eclipse EE4J Project. Please see the [Eclipse EE4J Project](https://projects.eclipse.org/projects/ee4j) for details of the Top Level project.
This project is part of the overall Jakarta EE platform and is a project within the Eclipse EE4J Project. Please see the link:https://projects.eclipse.org/projects/ee4j[Eclipse EE4J Project] for details of the Top Level project.


== Code of Conduct
Expand All @@ -18,12 +18,12 @@ This project is governed by the Eclipse Foundation Community Code of Conduct. By
Having trouble with Jakarta Concurrency? We'd love to help!
Report bugs with Jakarta Concurrency at https://github.com/jakartaee/concurrency/issues

Besides, we have a [mailing list](https://accounts.eclipse.org/mailing-list/cu-dev) for discussions.
We also have a link:https://accounts.eclipse.org/mailing-list/cu-dev[mailing list] for discussions.

== Building from Source

You don’t need to build from source to use the project, but you can do so with Maven and Java 8 or higher.

mvn clean install

We have a [Jenkins Instance](https://ci.eclipse.org/cu/) set up for building and testing.
We have a link:https://ci.eclipse.org/cu/[Jenkins Instance] set up for building and testing.

0 comments on commit eb9010c

Please sign in to comment.