From d30082a2c4458cd2597e0cdab576cc23322300ee Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Tue, 8 Sep 2026 13:39:24 +0530 Subject: [PATCH 1/2] Update DEVELOPMENT.md --- tfjs-node/DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 185bc21f0c3c9b4349a1812978fb8588dc2d336c Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Tue, 8 Sep 2026 13:40:54 +0530 Subject: [PATCH 2/2] Update README.md --- tfjs-tflite/demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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