Skip to content

Commit

Permalink
docs: fix badges in README (#22)
Browse files Browse the repository at this point in the history
* docs: fix targets in README

* docs: also fix the badge image link

* docs: one more
  • Loading branch information
busunkim96 authored Mar 30, 2020
1 parent c68290d commit 3d5e1cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/google-cloud-billing-budgets/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ plan.

.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-billingbudgets.svg
:target: https://pypi.org/project/google-cloud-billingbudgets
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-billingbudgets.svg
:target: https://pypi.org/project/google-cloud-billingbudgets/
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-billing-budgets.svg
:target: https://pypi.org/project/google-cloud-billing-budgets
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-billing-budgets.svg
:target: https://pypi.org/project/google-cloud-billing-budgets/
.. _Cloud Billing Budget API: https://cloud.google.com/billing/docs/how-to/budget-api-overview
.. _Client Library Documentation: https://googleapis.dev/python/billingbudgets/latest
.. _Client Library Documentation: https://googleapis.dev/python/billing-budgets/latest
.. _Product Documentation: https://cloud.google.com/billing/docs/how-to/budget-api-overview

Quick Start
Expand Down

0 comments on commit 3d5e1cf

Please sign in to comment.