From 6e17d259b8e320bc51aa240cefef05ec753e2b83 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 3 Apr 2020 16:34:24 -0700 Subject: [PATCH] docs: treat a dummy example URL as a string literal instead of a link PiperOrigin-RevId: 304716376 --- google/pubsub/v1/pubsub.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/pubsub/v1/pubsub.proto b/google/pubsub/v1/pubsub.proto index b49b30ed..abcbcacc 100644 --- a/google/pubsub/v1/pubsub.proto +++ b/google/pubsub/v1/pubsub.proto @@ -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