diff --git a/README.md b/README.md index 1012309..2624184 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Build Status](https://travis-ci.com/anders617/mdining-proto.svg?token=cMRcZeh9VAjpBXRsmo8P&branch=master)](https://travis-ci.com/anders617/mdining-proto) -Proto definitions for use with the [michigan-dining-api](https://github.com/anders617/michigan-dining-api) service. +Proto definitions for use with the [michigan-dining-api](https://github.com/anders617/michigan-dining-api) service -mdining.proto defines the grpc service for michigan-dining-api. +The file [mdining.proto](https://github.com/anders617/mdining-proto/blob/master/proto/mdining.proto) defines the grpc service for michigan-dining-api and is the most important file for clients to use. -The remaining files define the proto messages used by the service. +The remaining files define the proto messages used by the service diff --git a/proto/BUILD b/proto/BUILD index 1c7edcf..ba67308 100644 --- a/proto/BUILD +++ b/proto/BUILD @@ -77,7 +77,7 @@ go_proto_library( "@io_bazel_rules_go//proto:go_grpc", "@grpc_ecosystem_grpc_gateway//protoc-gen-grpc-gateway:go_gen_grpc_gateway", ], - importpath = "github.com/mdining-proto/proto/mdiningapi", + importpath = "github.com/anders617/mdining-proto/proto/mdiningapi", protos = [ ":mdiningapi_proto", ], @@ -102,7 +102,7 @@ go_proto_library( "@io_bazel_rules_go//proto:go_grpc", "@grpc_ecosystem_grpc_gateway//protoc-gen-grpc-gateway:go_gen_grpc_gateway", ], - importpath = "github.com/mdining-proto/proto/mdining", + importpath = "github.com/anders617/mdining-proto/proto/mdining", protos = [ ":dininghalls_proto", ":filterable_entries_proto",