Skip to content

Commit

Permalink
Fix more dead links (#1425)
Browse files Browse the repository at this point in the history
Fix more dead links identified
[here](https://github.com/hazelcast/hz-docs/actions/runs/12239529801),
missed in #1424.
  • Loading branch information
JackPGreen authored Dec 9, 2024
1 parent 0550b44 commit 4e99026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/modules/deploy/pages/deploying-on-azure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/getting-started/pages/install-hazelcast.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4e99026

Please sign in to comment.