diff --git a/tfjs-node/DEVELOPMENT.md b/tfjs-node/DEVELOPMENT.md index 5aa56258fff..5c8a5b66f60 100644 --- a/tfjs-node/DEVELOPMENT.md +++ b/tfjs-node/DEVELOPMENT.md @@ -74,7 +74,7 @@ $ yarn test #### Prerequisite: install GCP command line tool -Publishing this package requires uploading objects to GCP bucket. Developers need to install GCP command line tool [gsutil](https://cloud.google.com/storage/docs/gsutil_install) before publishing. Please ask TFJS developers for GCP project ID. +Publishing this package requires uploading objects to GCP bucket. Developers need to install GCP command line tool [gcloud storage](https://docs.cloud.google.com/sdk/docs/install-sdk) before publishing. Please ask TFJS developers for GCP project ID. #### Build and upload node addon to Google Cloud Platform diff --git a/tfjs-tflite/demo/README.md b/tfjs-tflite/demo/README.md index 3bd7a68f547..8543b54a1ec 100644 --- a/tfjs-tflite/demo/README.md +++ b/tfjs-tflite/demo/README.md @@ -27,4 +27,4 @@ $ yarn watch [blog]: https://blog.tensorflow.org/2020/09/how-to-create-cartoonizer-with-tf-lite.html [live demo]: https://storage.googleapis.com/tfweb/demos/cartoonizer/index.html -[gsutil]: https://cloud.google.com/storage/docs/gsutil_install +[gcloud storage]: https://docs.cloud.google.com/sdk/docs/install-sdk