From eaaabbd1bfc7b09248b3b884d2482dbf26cd5853 Mon Sep 17 00:00:00 2001 From: Jannis Metrikat <120120832+jmetrikat@users.noreply.github.com> Date: Tue, 19 Sep 2023 17:20:18 +0200 Subject: [PATCH] Fix broken link in docs --- docs/Protogen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Protogen.md b/docs/Protogen.md index ede14fa6a..27c867b32 100644 --- a/docs/Protogen.md +++ b/docs/Protogen.md @@ -1,5 +1,5 @@ ## Rebuild protobuf generated files -First, you need to install [protobuf](https://github.com/anyproto/anytype-heart#install-local-deps-mac) pkg using your preferred package manager. +First, you need to install [protobuf](https://github.com/anyproto/anytype-heart/blob/main/docs/Build.md#install-local-deps) pkg using your preferred package manager. This repo uses custom protoc located at [anyproto/protobuf](https://github.com/anyproto/protobuf/tree/master/protoc-gen-gogo). It adds `gomobile` plugin and some env-controlled options to control the generated code style. This protobuf generator will replace your `protoc` binary, BTW it doesn't have any breaking changes for other protobuf and grpc code