@@ -7,9 +7,9 @@ Python Client for Phishing Protection API (`Alpha`_)
77- `Product Documentation `_
88
99.. _Alpha : https://github.com/googleapis/google-cloud-python/blob/master/README.rst
10- .. _Phishing Protection API : https://cloud.google.com/phishingprotection
10+ .. _Phishing Protection API : https://cloud.google.com/phishing-protection
1111.. _Client Library Documentation : https://googleapis.github.io/google-cloud-python/latest/phishingprotection/usage.html
12- .. _Product Documentation : https://cloud.google.com/phishingprotection
12+ .. _Product Documentation : https://cloud.google.com/phishing-protection
1313
1414Quick Start
1515-----------
@@ -23,7 +23,7 @@ In order to use this library, you first need to go through the following steps:
2323
2424.. _Select or create a Cloud Platform project. : https://console.cloud.google.com/project
2525.. _Enable billing for your project. : https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
26- .. _Enable the Phishing Protection API. : https://cloud.google.com/phishingprotection
26+ .. _Enable the Phishing Protection API. : https://cloud.google.com/phishing-protection
2727.. _Setup Authentication. : https://googleapis.github.io/google-cloud-python/latest/core/auth.html
2828
2929Installation
@@ -48,7 +48,7 @@ Mac/Linux
4848 pip install virtualenv
4949 virtualenv <your-env>
5050 source <your-env>/bin/activate
51- <your-env>/bin/pip install google-cloud-phishingprotection
51+ <your-env>/bin/pip install google-cloud-phishing-protection
5252
5353
5454 Windows
@@ -59,7 +59,7 @@ Windows
5959 pip install virtualenv
6060 virtualenv <your-env>
6161 <your-env>\Scripts\activate
62- <your-env>\Scripts\pip.exe install google-cloud-phishingprotection
62+ <your-env>\Scripts\pip.exe install google-cloud-phishing-protection
6363
6464 Next Steps
6565~~~~~~~~~~
@@ -71,5 +71,5 @@ Next Steps
7171- View this `repository’s main README `_ to see the full list of Cloud
7272 APIs that we cover.
7373
74- .. _Phishing Protection API Product documentation : https://cloud.google.com/phishingprotection
74+ .. _Phishing Protection API Product documentation : https://cloud.google.com/phishing-protection
7575.. _repository’s main README : https://github.com/googleapis/google-cloud-python/blob/master/README.rst
0 commit comments