Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 20ad69c

Browse files
authored
docs: corrects release badge and link (#36)
* docs: corrects release badge and link * fix: fixes undefined 'beta' substitution
1 parent cc4dd42 commit 20ad69c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for Google Cloud Video Intelligence
22
=================================================
33

4-
|beta| |pypi| |versions|
4+
|ga| |pypi| |versions|
55

66
`Google Cloud Video Intelligence`_ API makes videos searchable, and
77
discoverable, by extracting metadata with an easy to use API.
@@ -15,8 +15,8 @@ relevant information at the video, shot or per frame.
1515
- `Client Library Documentation`_
1616
- `Product Documentation`_
1717

18-
.. |beta| image:: https://img.shields.io/badge/support-beta-silver.svg
19-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
18+
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
19+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#ga-support
2020
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-videointelligence.svg
2121
:target: https://pypi.org/project/google-cloud-videointelligence/
2222
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-videointelligence.svg

0 commit comments

Comments
 (0)