| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This pull request adds an archive notice to the README.rst file, redirecting users to the new repository location. A review comment correctly identified a syntax error in the reStructuredText formatting where an unnecessary leading colon was included, and provided a suggestion to correct it.
Sorry, something went wrong.
| @@ -1,3 +1,8 @@ | |||
| :**NOTE**: **This github repository is archived. The repository contents and history have moved to** `google-cloud-python`_. | |||
There was a problem hiding this comment.
The leading colon at the start of the line appears to be a typo. In reStructuredText, starting a line with :Text: defines a field list item, which is likely not the intended formatting for this archive notice. Removing the leading colon will ensure the text renders as a standard bolded paragraph.
| :**NOTE**: **This github repository is archived. The repository contents and history have moved to** `google-cloud-python`_. | |
| **NOTE**: **This github repository is archived. The repository contents and history have moved to** `google-cloud-python`_. |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Towards googleapis/google-cloud-python#10956