From 48edae708f25530a28ac2da9f47cbfa1186e801a Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Fri, 27 May 2022 14:39:49 +1000 Subject: [PATCH] docs: Update README image to absolute URL, fix PyPI rendering --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 240faa3c2..cdeb4bb1c 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ For an interactive walkthrough on how to use this library in a python applicatio |guide| -.. |guide| image:: _static/guide-me.png +.. |guide| image:: https://raw.githubusercontent.com/googleapis/python-logging/main/_static/guide-me.png :target: https://console.cloud.google.com/?walkthrough_id=logging__logging-python Installation