Skip to content

Commit dc90a01

Browse files
authored
Update Secure Connection link (#103)
1 parent b025993 commit dc90a01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/tutorials/connect-remote-gui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ information you send or receive may be observed by a man-in-the-middle attacker.
4343
One simple way to secure the gRPC connection is to wrap it over the `https` protocol.
4444
This is known as [gRPC-Web](https://grpc.io/docs/platforms/web/).
4545

46-
You can follow the [Secure Connections](./secure-connections.md) tutorial to set up your server to
46+
You can follow the [Secure Connections](/tutorials/secure-connections) tutorial to set up your server to
4747
wrap the gRPC connection over the `https` protocol. We have explained how to secure the connection there.
4848
This approach requires a domain name and NGINX installed on your server.
4949

0 commit comments

Comments
 (0)