Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Jul 1, 2020
1 parent 0bb8d79 commit 88c8db4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions docs/community/01_community.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,10 @@ creating issues, or submitting pull requests.
Have a question?
* Ask them in the #helidon-users channel at https://join.slack.com/t/helidon/shared_invite/enQtNDM1NjU3MjkyNDg2LWNiNGIzOGFhZDdjNzAyM2Y2MzlmMDI4NWY4YjE1OWQ2OTdkYTZkN2FlNDcxNmUyZmZmMTZhZmZhNWI2ZTI1NGI[https://helidon.slack.com]
* Ask them in in Slack at http://slack.helidon.io[#helidon-user]
* Or on https://stackoverflow.com/questions/tagged/helidon[Stack Overflow] using the `helidon` tag
* Read the https://github.com/oracle/helidon/wiki/FAQ[Helidon FAQ]
**Note**: If the Slack invitation link above does not work, then please try
the link near the bottom of our https://github.com/oracle/helidon/blob/master/README.md[GitHub README]
== Code and Issues
* Helidon source is hosted on https://github.com/oracle/helidon[GitHub].
Expand Down
2 changes: 1 addition & 1 deletion docs/mp/guides/01_overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ both on your desktop and as part of a Docker image.
--
[CARD]
.Custom Runtime Images using `jlink`
.Custom Runtime Images using jlink
[link=mp/guides/37_jlink_image.adoc]
--
Learn how to build a custom runtime Java image for your Helidon application
Expand Down
2 changes: 1 addition & 1 deletion docs/mp/introduction/01_introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Helidon has added additional APIs to the core set of Microprofile APIs giving yo
|JSON-P and JSON-B
| Helidon supports both JSON processing (JSON P) and JSON building (JSON B) APIs.
| Helidon supports both JSON processing (JSON-P) and JSON binding (JSON-B) APIs.
|Metrics
Expand Down
2 changes: 1 addition & 1 deletion docs/se/guides/01_overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ on your desktop and as part of a Docker image.
--
[CARD]
.Custom Runtime Images using `jlink`
.Custom Runtime Images using jlink
[link=mp/guides/37_jlink_image.adoc]
--
Learn how to build a custom runtime Java image for your Helidon application both
Expand Down
2 changes: 1 addition & 1 deletion docs/se/introduction/01_introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ number of additional Helidon features:
| Helidon runs on top of Netty so there is no need for an application server. It is not derived from a Java EE application server. That means your cloud native application is compact and efficient without unnecessary overhead or bloat.
|JSON-P and JSON-B
| Helidon supports both JSON processing (JSON P) and JSON building (JSON B) APIs.
| Helidon supports both JSON processing (JSON-P) and JSON binding (JSON-B) APIs.
|=======
== Next Steps
Expand Down

0 comments on commit 88c8db4

Please sign in to comment.