Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

chore(cleanup): broken link in README #130

Merged
merged 3 commits into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,14 @@ Windows
Next Steps
~~~~~~~~~~

- See the [Samples](./samples/snippets/README.md).
- See the `Samples`_.
- Read the `Client Library Documentation`_ for Cloud Transcoder API
API to see other available methods on the client.
- Read the `Transcoder API Product documentation`_ to learn
more about the product and see How-to Guides.
- View this `README`_ to see the full list of Cloud
APIs that we cover.

.. _Samples: https://github.com/googleapis/python-video-transcoder/blob/main/samples/snippets/README.md
.. _Transcoder API Product documentation: https://cloud.google.com/transcoder/docs
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
1 change: 1 addition & 0 deletions samples/snippets/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def _session_tests(
) -> None:
# check for presence of tests
test_list = glob.glob("*_test.py") + glob.glob("test_*.py")
test_list.extend(glob.glob("tests"))
if len(test_list) == 0:
print("No tests found, skipping directory.")
else:
Expand Down