This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new f98a3785 Update link to proto file in dev docs (#713)
f98a3785 is described below
commit f98a3785d2e69451f2a2aca8e90e95036340bb33
Author: Jaap Aarts <[email protected]>
AuthorDate: Wed Mar 29 02:41:17 2023 +0200
Update link to proto file in dev docs (#713)
---
docs/developer/architecture.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/developer/architecture.md b/docs/developer/architecture.md
index 2853ba5a..9ae20d9d 100644
--- a/docs/developer/architecture.md
+++ b/docs/developer/architecture.md
@@ -51,7 +51,7 @@ processes.
## Scheduler Process
The scheduler process implements a gRPC interface (defined in
-[ballista.proto](../core/proto/ballista.proto)). The interface provides the
following methods:
+[ballista.proto](../../ballista/core/proto/ballista.proto)). The interface
provides the following methods:
| Method | Description
|
| -------------------- |
-------------------------------------------------------------------- |