Skip to content

Commit 6560ce4

Browse files
authored
cleanup: fix broken link (GoogleCloudPlatform#5525)
* cleanup: fix broken link * Updating with suggestion * updating to point to resources
1 parent d51f1d3 commit 6560ce4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

AUTHORING_GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -705,11 +705,11 @@ samples, configure your GCS bucket name via the `CLOUD_STORAGE_BUCKET`
705705
environment variable.
706706
707707
The resources required by tests can usually be found in the `./resources`
708-
folder inside the sample directory, as in [this
709-
example](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/automl/cloud-client/resources).
708+
folder inside the `samples/snippets` directory in client libraries, as in
709+
[this example](https://github.com/googleapis/python-automl/tree/master/samples/snippets/resources).
710710
You can upload those resources to your own GCS bucket to run the tests with
711711
[gsutil](https://cloud.google.com/storage/docs/gsutil). For example:
712712
713713
```console
714-
gsutil cp ./resources/* gs://$CLOUD_STORAGE_BUCKET/
714+
gsutil cp ./samples/snippets/resources/* gs://{$CLOUD_STORAGE_BUCKET}/
715715
```

0 commit comments

Comments
 (0)