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

Commit 5bc3840

Browse files
docs: Improved formatting (#260)
* docs: Improved formatting PiperOrigin-RevId: 408569512 Source-Link: googleapis/googleapis@c7b3bd0 Source-Link: https://github.com/googleapis/googleapis-gen/commit/9aabf2fdb7612f72e2f423bd9dfdb326bb4d9460 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWFhYmYyZmRiNzYxMmY3MmUyZjQyM2JkOWRmZGIzMjZiYjRkOTQ2MCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent d4fe914 commit 5bc3840

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

google/cloud/datacatalog_v1/services/data_catalog/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ async def search_catalog(
238238
Optional. The query string with a minimum of 3
239239
characters and specific syntax. For more information,
240240
see `Data Catalog search
241-
syntax </data-catalog/docs/how-to/search-reference>`__.
241+
syntax <https://cloud.google.com/data-catalog/docs/how-to/search-reference>`__.
242242
243243
An empty query string returns all data assets (in the
244244
specified scope) that you have access to.

google/cloud/datacatalog_v1/services/data_catalog/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def search_catalog(
514514
Optional. The query string with a minimum of 3
515515
characters and specific syntax. For more information,
516516
see `Data Catalog search
517-
syntax </data-catalog/docs/how-to/search-reference>`__.
517+
syntax <https://cloud.google.com/data-catalog/docs/how-to/search-reference>`__.
518518
519519
An empty query string returns all data assets (in the
520520
specified scope) that you have access to.

google/cloud/datacatalog_v1/types/datacatalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class SearchCatalogRequest(proto.Message):
102102
Optional. The query string with a minimum of 3 characters
103103
and specific syntax. For more information, see `Data Catalog
104104
search
105-
syntax </data-catalog/docs/how-to/search-reference>`__.
105+
syntax <https://cloud.google.com/data-catalog/docs/how-to/search-reference>`__.
106106
107107
An empty query string returns all data assets (in the
108108
specified scope) that you have access to.

0 commit comments

Comments
 (0)