From e77864cbe04496488bc2f92580ab31601e75919c Mon Sep 17 00:00:00 2001 From: kimskimchi Date: Mon, 3 Aug 2020 12:34:04 -0400 Subject: [PATCH] docs: fix link in README (#46) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs: update Client Documentation link Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-billingbudgets/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #43 🦕 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 711838e..cc58c5a 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ plan. .. |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/billing-budgets/latest +.. _Client Library Documentation: https://googleapis.dev/python/billingbudgets/latest .. _Product Documentation: https://cloud.google.com/billing/docs/how-to/budget-api-overview Quick Start