Skip to content

Commit

Permalink
add some useful links to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Dec 9, 2023
1 parent 930a254 commit 8ab16d4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,20 @@
[![Build Status](https://github.com/jakartaee/persistence/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/jakartaee/persistence/actions/workflows/maven.yml?branch=master)
[![Jakarta Staging (Snapshots)](https://img.shields.io/nexus/s/https/jakarta.oss.sonatype.org/jakarta.persistence/jakarta.persistence-api.svg)](https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/)

[PDF]: https://jakartaee.github.io/persistence/latest/draft.pdf
[HTML]: https://jakartaee.github.io/persistence/latest/draft.html
[API]: https://jakartaee.github.io/persistence/latest/api/jakarta.persistence/module-summary.html

Jakarta Persistence defines a standard for management of persistence
and object/relational mapping in Java(R) environments.

Latest information and milestone builds may be found at:

<https://jakartaee.github.io/persistence/>

In particular, the last drafts of the specification are available in
[PDF][] and [HTML][] format, along with [Javadoc API documentation][API].


## License

Expand All @@ -39,5 +49,5 @@ the license text included in every source file.

## Contributing

We use [contribution policy](CONTRIBUTING.md), which means we can only accept contributions under
We have a [contribution policy](CONTRIBUTING.md), which means we can only accept contributions under
the terms of [Eclipse Contributor Agreement](http://www.eclipse.org/legal/ECA.php).

0 comments on commit 8ab16d4

Please sign in to comment.