Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS: added attribute for javadoc-base-url-api to fix broken links #3034

Merged
merged 1 commit into from
May 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/mp/config/01_introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@
:spec-name: MicroProfile Config
:description: {spec-name} support in Helidon MP
:keywords: helidon, mp, microprofile, config, encryption, reference
:javadoc-base-url-api: {javadoc-base-url}/io.helidon.config/io/helidon/config/
:h1Prefix: MP
:feature-name: MicroProfile Config
:common-deps-page-prefix-inc: ../../shared/dependencies/common_shared.adoc
:microprofile-bundle: true

Helidon's MicroProfile Config, an implementation of Eclipse MicroProfile Config, enables you to configure your applications using MicroProfile’s config configuration sources and APIs.

include::{common-deps-page-prefix-inc}[tag=maven-dependency]

[source,xml]
Expand Down Expand Up @@ -240,6 +243,6 @@ For more information on using Helidon Config APIs, see the Helidon SE Configurat

== Additional Information

- https://helidon.io/docs/latest/apidocs/io/helidon/config/spi/package-summary.html[Helidon Config SPI]
- https://helidon.io/docs/latest/apidocs/io/helidon/config/package-summary.html[Helidon Config API]
- https://download.eclipse.org/microprofile/microprofile-config-1.3/apidocs/[Eclipse MicroProfile API]
- link:{javadoc-base-url-api}spi/package-summary.html[Helidon Config SPI]
- link:{javadoc-base-url-api}package-summary.html[Helidon Config API]
- link:https://download.eclipse.org/microprofile/microprofile-config-1.3/apidocs/[Eclispe MicroProfile API]