From 1ffd1d67310050ddefbfebe0a088001e69c9f8b4 Mon Sep 17 00:00:00 2001 From: jeteasygo Date: Mon, 23 Sep 2024 10:44:20 +1000 Subject: [PATCH] Fix broken protobuf link --- kv/overview-kv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kv/overview-kv.md b/kv/overview-kv.md index 479f02f..829d046 100644 --- a/kv/overview-kv.md +++ b/kv/overview-kv.md @@ -356,7 +356,7 @@ To make it easy to use the KV proto API in PHP, we provide a [GitHub repository](https://github.com/roadrunner-php/roadrunner-api-dto), that contains all the generated PHP DTO classes proto files, making it easy to work with these files in your PHP application. -- [API](https://github.com/roadrunner-server/api/blob/master/kv/v1/kv.proto) +- [API](https://github.com/roadrunner-server/api/blob/master/proto/kv/v1/kv.proto) ### RPC API