We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b025993 commit dc90a01Copy full SHA for dc90a01
1 file changed
content/tutorials/connect-remote-gui.md
@@ -43,7 +43,7 @@ information you send or receive may be observed by a man-in-the-middle attacker.
43
One simple way to secure the gRPC connection is to wrap it over the `https` protocol.
44
This is known as [gRPC-Web](https://grpc.io/docs/platforms/web/).
45
46
-You can follow the [Secure Connections](./secure-connections.md) tutorial to set up your server to
+You can follow the [Secure Connections](/tutorials/secure-connections) tutorial to set up your server to
47
wrap the gRPC connection over the `https` protocol. We have explained how to secure the connection there.
48
This approach requires a domain name and NGINX installed on your server.
49
0 commit comments