docs: treat a dummy example URL as a string literal instead of a link

PiperOrigin-RevId: 304716376
This commit is contained in:
Google APIs 2020-04-03 16:34:24 -07:00 committed by Copybara-Service
parent a8d76f99d3
commit 6e17d259b8
1 changed files with 1 additions and 1 deletions

View File

@ -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