This commit is contained in:
Joe DiPol
2020-07-01 13:09:26 -07:00
committed by GitHub
parent f450e952d1
commit 598e3f4b22
5 changed files with 5 additions and 8 deletions

View File

@@ -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].

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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