Skip to content

Commit

Permalink
fix notification v1 diagram url
Browse files Browse the repository at this point in the history
  • Loading branch information
havan committed Oct 28, 2024
1 parent 7dc31df commit 36eafd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/cmp/services/notification/v1/notify.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ message TokenExpired {

// Notification service for different events that the partner should be notified about
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/notification/v2/notify.proto.dot.xs.svg)
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/notification/v1/notify.proto.dot.xs.svg)
//
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/notification/v2/notify.proto.dot.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/notification/v1/notify.proto.dot.svg)
service NotificationService {
rpc TokenBoughtNotification(TokenBought) returns (google.protobuf.Empty);
rpc TokenExpiredNotification(TokenExpired) returns (google.protobuf.Empty);
Expand Down

0 comments on commit 36eafd6

Please sign in to comment.