From aa5c3042dacd5478cbceb512f25bd44e535fa83c Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Wed, 17 Aug 2022 17:25:55 +0200 Subject: [PATCH] Other: removed reference to internal documentation. --- internal/frontend/bridge-gui/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/frontend/bridge-gui/README.md b/internal/frontend/bridge-gui/README.md index 666bc925..7ad78b28 100644 --- a/internal/frontend/bridge-gui/README.md +++ b/internal/frontend/bridge-gui/README.md @@ -1,8 +1,7 @@ # bridge-gui bridge-gui is the graphical user interface for Bridge. It's a C++ [Qt](https://www.qt.io) application that -communicates with the bridge executable via gRPC remote procedure call, on a local-only TLS-secured connection. -For more technical details ,see this [RFC](https://confluence.protontech.ch/x/diWHBQ). +communicates with the bridge executable via gRPC remote procedure call, on a local-only TLS-secured connection. # Components