From 4e99026e327c2a4822830e322b9fffbff412d8eb Mon Sep 17 00:00:00 2001 From: Jack Green Date: Mon, 9 Dec 2024 17:35:41 +0000 Subject: [PATCH] Fix more dead links (#1425) Fix more dead links identified [here](https://github.com/hazelcast/hz-docs/actions/runs/12239529801), missed in https://github.com/hazelcast/hz-docs/pull/1424. --- docs/modules/deploy/pages/deploying-on-azure.adoc | 2 +- docs/modules/getting-started/pages/install-hazelcast.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/deploy/pages/deploying-on-azure.adoc b/docs/modules/deploy/pages/deploying-on-azure.adoc index ba68af8bd..23b1a7460 100644 --- a/docs/modules/deploy/pages/deploying-on-azure.adoc +++ b/docs/modules/deploy/pages/deploying-on-azure.adoc @@ -181,7 +181,7 @@ NOTE: You will need to setup link:https://learn.microsoft.com/entra/identity-pla - `client-secret` - The Microsoft Entra Service Principal client secret. - `tenant-id` - The Microsoft Entra tenant ID. - `subscription-id` - The Azure subscription ID. -- `resource-group` - The name of Azure link:https://azure.microsoft.com/documentation/articles/resource-group-portal/[resource group] which the Hazelcast instance is running in. +- `resource-group` - The name of Azure link:https://learn.microsoft.com/azure/azure-resource-manager/management/manage-resources-portal[resource group] which the Hazelcast instance is running in. - `scale-set` - *(Optional)* The name of Azure link:https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/overview[VM scale set]. If this setting is configured, the plugin will search for instances over the resources only within this scale set. - `use-public-ip` - Enables the discovery joiner to use public IPs. It should be set to `true` in client instances running outside the Azure environment. diff --git a/docs/modules/getting-started/pages/install-hazelcast.adoc b/docs/modules/getting-started/pages/install-hazelcast.adoc index 46f556e7b..e5e60edc0 100644 --- a/docs/modules/getting-started/pages/install-hazelcast.adoc +++ b/docs/modules/getting-started/pages/install-hazelcast.adoc @@ -195,7 +195,7 @@ The Java package includes both a member API and a Java client API. The member AP If you aren't using a build tool: ifdef::snapshot[] -* link:https://repo1.maven.org/maven2/com/hazelcast/hazelcast/{os-version}/hazelcast-{os-version}.jar/[download the Hazelcast JAR file] +* link:https://repo1.maven.org/maven2/com/hazelcast/hazelcast/{os-version}/hazelcast-{os-version}.jar[download the Hazelcast JAR file] endif::[] ifndef::snapshot[] * link:https://repo1.maven.org/maven2/com/hazelcast/hazelcast/{full-version}/hazelcast-{full-version}.jar[download the Hazelcast JAR file]