docs: treat a dummy example URL as a string literal instead of a link
PiperOrigin-RevId: 304716376
This commit is contained in:
parent
a8d76f99d3
commit
6e17d259b8
|
|
@ -796,7 +796,7 @@ message PushConfig {
|
|||
}
|
||||
|
||||
// A URL locating the endpoint to which messages should be pushed.
|
||||
// For example, a Webhook endpoint might use "https://example.com/push".
|
||||
// For example, a Webhook endpoint might use `https://example.com/push`.
|
||||
string push_endpoint = 1;
|
||||
|
||||
// Endpoint configuration attributes that can be used to control different
|
||||
|
|
|
|||
Loading…
Reference in New Issue