From 53aabc9e19af8ac8bf7d4ee434110125d0e8eb35 Mon Sep 17 00:00:00 2001 From: andreyvelich Date: Thu, 28 Feb 2019 17:24:55 -0800 Subject: [PATCH] Fix path to api protobuf --- docs/developer-guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/developer-guide.md b/docs/developer-guide.md index f4fb8a34395..fff36055665 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -22,8 +22,7 @@ You can build all images from source. ## Implement new suggestion algorithm -Suggestion API is defined as GRPC service at `API/api.proto`. -You can attach new algorithm easily. +Suggestion API is defined as GRPC service at `pkg/api/api.proto`. Source code is [here](https://github.com/kubeflow/katib/blob/master/pkg/api/api.proto). You can attach new algorithm easily. - implement suggestion API - make k8s service named vizier-suggestion-{ algorithm-name } and expose port 6789