From a9007371e3ce841f36cf83d357c46e4a9000e9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Wed, 4 Mar 2020 15:49:39 +0100 Subject: [PATCH] Remove link to proto docs --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 453218ab78..fcae43be29 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,6 @@ $ yarn Now start or restart `yarn start`, and you should be able to see the default page for your new plugin at [localhost:3000/my-plugin](http://localhost:3000/my-plugin). -## Protobuf Definitions - -The protobuf definitions are all found in the `/proto` folder in the project root. They are used to generate code for gRPC communication for both the frontend and backend. The generated code is checked into version control though, so unless you want to change the protobuf definitions you don't need to install any tooling. - -Information about how to work with the protobuf definitions can be found inside [proto/README.md](proto/README.md). - ## Documentation ## License