Skip to content

Commit 5145775

Browse files
committed
Apply minor documentation fixes.
Signed-off-by: Carsten Lohmann <[email protected]>
1 parent 87fa551 commit 5145775

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

Diff for: site/documentation/content/admin-guide/common-config.md

-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ Note that the adapter uses a single cache for all responses from the service reg
130130
Consequently, the Credentials Service client configuration's *responseCacheMinSize* and *responseCacheMaxSize* properties
131131
determine the overall number of responses that can be cached.
132132

133-
<a name="device-connection-service-connection-configuration"></a>
134133
### Device Connection Service Connection Configuration
135134

136135
{{% notice info %}}
@@ -174,7 +173,6 @@ In general, the service supports all configuration properties of the
174173
[Infinispan Hotrod client](https://docs.jboss.org/infinispan/12.1/apidocs/org/infinispan/client/hotrod/configuration/package-summary.html#package.description)
175174
using `hono.deviceConnection` instead of the `infinispan.client.hotrod` prefix.
176175

177-
<a name="command-router-service-connection-configuration"></a>
178176
### Command Router Service Connection Configuration
179177

180178
{{% notice tip %}}

Diff for: site/documentation/content/admin-guide/monitoring-tracing-config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ system failure.
3232

3333
### Configuring a Metrics Back End
3434

35-
Hono uses [Micrometer](http://micrometer.io/) for providing metrics. It is
35+
Hono uses [Micrometer](https://micrometer.io/) for providing metrics. It is
3636
possible to drop in any Micrometer compatible back end. Hono also uses the
3737
Micrometer integration with Spring Boot and Vert.x.
3838

39-
Please refer to the [Micrometer documentation](http://micrometer.io/docs)
39+
Please refer to the [Micrometer documentation](https://micrometer.io/docs)
4040
for details regarding the configuration of a specific Micrometer back end.
4141
In most cases, you only need to add the back end specific jar files to the class path and
4242
add back end specific configuration properties to the `application.yml` file.

Diff for: site/documentation/content/architecture/auth/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The Apache Qpid Dispatch Router which is used in Hono's example deployment can b
4545

4646
The identities and corresponding authorities that the *Auth Server* uses for verifying credentials and issuing tokens are defined in a configuration file (`services/auth/src/main/resources/permissions.json`) read in during start-up of the *Auth Server*. These authorities are used for authenticating and authorizing system components as well as *Business Applications*.
4747

48-
Please refer to the [Dispatch Router documentation](http://qpid.apache.org/components/dispatch-router/index.html) for details regarding configuration of *Dispatch Router* security.
48+
Please refer to the [Dispatch Router documentation](https://qpid.apache.org/components/dispatch-router/index.html) for details regarding configuration of *Dispatch Router* security.
4949

5050
## Future Approach
5151

Diff for: site/documentation/content/concepts/device-provisioning/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The provisioning is, of course, a one-time action, on subsequent connections the
9898
## Automatic Gateway Provisioning
9999

100100
Auto-provisioning of gateways involves the same steps as
101-
[Automatic Device Provisioning]({{< ref "/concepts/device-provisioning#automatic-devicegateway-provisioning" >}}).
101+
[Automatic Device Provisioning]({{< ref "/concepts/device-provisioning#automatic-device-provisioning" >}}).
102102
An extra attribute namely *auto-provision-as-gateway* is needed in the tenant's trusted CA configuration to enable
103103
auto-provisioning of gateways. If this attribute is set to `true` then the device registry provisions any unregistered
104104
devices that authenticate with a client certificate issued by this tenant's trusted CA as gateways, provided that the

Diff for: site/documentation/content/deployment/create-kubernetes-cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This deployment model is not meant for productive use but rather for evaluation
6666

6767
- An [Azure subscription](https://azure.microsoft.com/en-us/get-started/).
6868
- [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) installed to setup the infrastructure.
69-
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) and [helm](https://helm.sh/docs/using_helm/#installing-helm)
69+
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) and [helm](https://helm.sh/docs/intro/install/)
7070
installed to deploy Hono into [Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/aks/intro-kubernetes)
7171

7272
### Setup

0 commit comments

Comments
 (0)