Skip to content

Commit

Permalink
chore: ensure pubsub proto use absolute link
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed May 15, 2022
1 parent 45d4f33 commit a68e2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ In Apache APISIX, the most common scenario is handling north-south traffic from

![pub-sub architecture](../../assets/images/pubsub-architecture.svg)

Currently, Apache APISIX supports WebSocket communication with the client, which can be any application that supports WebSocket, with Protocol Buffer as the serialization mechanism, see the [protocol definition](../../../apisix/pubsub.proto).
Currently, Apache APISIX supports WebSocket communication with the client, which can be any application that supports WebSocket, with Protocol Buffer as the serialization mechanism, see the [protocol definition](https://github.com/apache/apisix/blob/master/apisix/include/apisix/model/pubsub.proto).

## Supported messaging systems

Expand Down

0 comments on commit a68e2e6

Please sign in to comment.