fix(docs): Broken outputs.proto link

Fix broken outputs.proto link, previously pointing to nonexistent
branch, making it point to master branch.

Signed-off-by: deepskyblue86 <angelopuglisi86@gmail.com>
This commit is contained in:
deepskyblue86 2020-11-23 13:59:47 +01:00 committed by poiana
parent 6ca4e11d8c
commit 3b78cda716

View File

@ -41,7 +41,7 @@ If you would like to run Falco in **production** please adhere to the [official
Falco is designed to be extensible such that it can be built into cloud-native applications and infrastructure. Falco is designed to be extensible such that it can be built into cloud-native applications and infrastructure.
Falco has a [gRPC](https://falco.org/docs/grpc/) endpoint and an API defined in [protobuf](https://github.com/falcosecurity/falco/blob/update-readme/userspace/falco/outputs.proto). Falco has a [gRPC](https://falco.org/docs/grpc/) endpoint and an API defined in [protobuf](https://github.com/falcosecurity/falco/blob/master/userspace/falco/outputs.proto).
The Falco Project supports various SDKs for this endpoint. The Falco Project supports various SDKs for this endpoint.
##### SDKs ##### SDKs