Skip to content

Commit

Permalink
fix list diagram url
Browse files Browse the repository at this point in the history
  • Loading branch information
havan committed Oct 16, 2024
1 parent e8d3f34 commit ad84a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/cmp/services/transport/v1/list.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ message TransportProductListResponse {

// This service is used to get a product list for transportation.
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/transport/v3/list.proto.dot.xs.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/transport/v1/list.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/transport/v3/list.proto.dot.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/transport/v1/list.proto.dot.svg)
service TransportProductListService {
// Gets an optional `modified_after` date and returns a product list.
rpc TransportProductList(TransportProductListRequest) returns (TransportProductListResponse);
Expand Down

0 comments on commit ad84a0d

Please sign in to comment.