fixed broken link/typo in service mesh reg page

This commit is contained in:
trujillo-adam 2022-10-20 13:00:33 -07:00
parent ca8247233f
commit 20f220e53b
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Specify the following parameters in the `proxy` code block to configure a sideca
* `local_service_port`: Integer value that specifies the port that the proxy should use to connect to the _local_ service instance. Refer to the [proxy parameters reference](#local-service-port) for details.
* `local_service_address`: String value that specifies the IP address or hostname that the proxy should use to connect to the _local_ service. Refer to the [proxy parameters reference](#local-service-address) for details.
See (Sidecar Service Registration)[/docs/connect/registration/sidecar-service] for additional information about configuring service mesh proxies as sidecars.
See [Sidecar Service Registration](/docs/connect/registration/sidecar-service) for additional information about configuring service mesh proxies as sidecars.
### Complete Configuration Example