From 20ad69cefb473565d5065e4b118398c675cd5f79 Mon Sep 17 00:00:00 2001 From: Dan O'Meara Date: Tue, 16 Jun 2020 16:20:06 -0700 Subject: [PATCH] docs: corrects release badge and link (#36) * docs: corrects release badge and link * fix: fixes undefined 'beta' substitution --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 944d96ba..4c99dcff 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Video Intelligence ================================================= -|beta| |pypi| |versions| +|ga| |pypi| |versions| `Google Cloud Video Intelligence`_ API makes videos searchable, and discoverable, by extracting metadata with an easy to use API. @@ -15,8 +15,8 @@ relevant information at the video, shot or per frame. - `Client Library Documentation`_ - `Product Documentation`_ -.. |beta| image:: https://img.shields.io/badge/support-beta-silver.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support +.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#ga-support .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-videointelligence.svg :target: https://pypi.org/project/google-cloud-videointelligence/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-videointelligence.svg