1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

Replaced some absolute urls

This commit is contained in:
Gastón Fournier 2025-07-29 18:28:07 +02:00
parent be34a9fa73
commit 4b40815ac6
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E
2 changed files with 3 additions and 3 deletions

View File

@ -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); 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. The `unleashAPI` will point your app to your local Unleash instance.
@ -165,7 +165,7 @@ Replace the `<API_KEY>` string in the configurations 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. 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: To run the app, use the following command:

View File

@ -617,7 +617,7 @@ Transfer-Encoding: chunked
:::caution :::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. This endpoint affects all environments at once.