Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/tutorials/connect-remote-gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ information you send or receive may be observed by a man-in-the-middle attacker.
One simple way to secure the gRPC connection is to wrap it over the `https` protocol.
This is known as [gRPC-Web](https://grpc.io/docs/platforms/web/).

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
wrap the gRPC connection over the `https` protocol. We have explained how to secure the connection there.
This approach requires a domain name and NGINX installed on your server.

Expand Down