From 4b40815ac6efd9c74c6dbc29fa2cc596588078b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Tue, 29 Jul 2025 18:28:07 +0200 Subject: [PATCH] Replaced some absolute urls --- .../java/implementing-feature-flags.mdx | 4 ++-- .../docs/reference/api/legacy/unleash/admin/features-v2.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/feature-flag-tutorials/java/implementing-feature-flags.mdx b/website/docs/feature-flag-tutorials/java/implementing-feature-flags.mdx index d7086a4767..b65a1cf500 100644 --- a/website/docs/feature-flag-tutorials/java/implementing-feature-flags.mdx +++ b/website/docs/feature-flag-tutorials/java/implementing-feature-flags.mdx @@ -157,7 +157,7 @@ In the main function of that file on line 21, set up the Unleash Client configur Unleash unleash = new DefaultUnleash(config); ``` -Read more on our [configuration examples in our Java SDK documentation](https://docs.getunleash.io/reference/sdks/java#example-configurations). +Read more on our [configuration examples in our Java SDK documentation](/reference/sdks/java#example-configurations). The `unleashAPI` will point your app to your local Unleash instance. @@ -165,7 +165,7 @@ Replace the `` string in the configuration’s apiKey with the API toke While the app is running, it will log the enabled status of the endpoint flag we created in our Unleash instance. -You can check our [API token and client keys documentation](https://docs.getunleash.io/reference/api-tokens-and-client-keys) for more specifics and see additional use cases in our [Backend SDK with Java](https://docs.getunleash.io/reference/sdks/java) documentation. +You can check our [API token and client keys documentation](/reference/api-tokens-and-client-keys) for more specifics and see additional use cases in our [Backend SDK with Java](/reference/sdks/java) documentation. To run the app, use the following command: diff --git a/website/docs/reference/api/legacy/unleash/admin/features-v2.mdx b/website/docs/reference/api/legacy/unleash/admin/features-v2.mdx index a54127b01d..6a4df9ddd0 100644 --- a/website/docs/reference/api/legacy/unleash/admin/features-v2.mdx +++ b/website/docs/reference/api/legacy/unleash/admin/features-v2.mdx @@ -617,7 +617,7 @@ Transfer-Encoding: chunked :::caution -From 4.21 variants are tied to an environment. Check our Open API docs for the up-to-date docs: https://docs.getunleash.io/reference/api/unleash/features +From 4.21 variants are tied to an environment. Check our Open API docs for the up-to-date docs: /reference/api/unleash/features This endpoint affects all environments at once.