From bd2e76af583da3ca76e2b2955b6c4195c224910a Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@palladion.com>
Date: Wed, 17 Oct 2018 12:51:09 -0400
Subject: [PATCH] Docs: normalize use of support level badges (#6159)

* Remove badges for deprecated umbrella 'google-cloud' package.

* Clarify support levels.

- Add explicit section to support linking from sub-package README badges.
- Move explanatory text for a support level above the list of packages
  at that level.

* Normalize use of support-level badges in READMEs.

- Note that 'error_reporting/README.rst' and 'monitoring/README.rst' are
  undergoing other edits;  they are left out here to avoid conflicts.

* Use 'General Avaialblity' for support level.

Fix linkx in related API READMEs.

* Fix links for alpha support in API READMEs.

* Fix links for beta support in API READMEs.
---
 packages/google-cloud-redis/README.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/packages/google-cloud-redis/README.rst b/packages/google-cloud-redis/README.rst
index ff6fe55766f1..4df28b243905 100644
--- a/packages/google-cloud-redis/README.rst
+++ b/packages/google-cloud-redis/README.rst
@@ -1,7 +1,7 @@
-Python Client for Google Cloud Memorystore for Redis API (`Alpha`_)
-===================================================================
+Python Client for Google Cloud Memorystore for Redis API
+========================================================
 
-|pypi| |versions|
+|alpha| |pypi| |versions|
 
 `Google Cloud Memorystore for Redis API`_: The Google Cloud Memorystore for
 Redis API is used for creating and managing Redis instances on the Google
@@ -10,7 +10,8 @@ Cloud Platform.
 - `Client Library Documentation`_
 - `Product Documentation`_
 
-.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
+.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg
+   :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
 .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-redis.svg
    :target: https://pypi.org/project/google-cloud-redis/
 .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-redis.svg