From b004ab65d6b7fc045c887a5c0a4c5c77e953e1cf Mon Sep 17 00:00:00 2001 From: gaikwadrahul8 <115997457+gaikwadrahul8@users.noreply.github.com> Date: Wed, 10 Jan 2024 01:14:48 +0530 Subject: [PATCH] Update broken link for MacOS Catalina guide in README.md (#8032) Co-authored-by: Linchenn <40653845+Linchenn@users.noreply.github.com> --- tfjs-node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfjs-node/README.md b/tfjs-node/README.md index 71dbe07e171..4edde2843fc 100644 --- a/tfjs-node/README.md +++ b/tfjs-node/README.md @@ -52,7 +52,7 @@ If you do not have Xcode setup on your machine, please run the following command ```sh $ xcode-select --install ``` -For Mac OS Catalina please follow [this guide](https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md#installing-node-gyp-using-the-xcode-command-line-tools-via-manual-download) to install node-gyp. +For Mac OS Catalina please follow [this guide](https://github.com/nodejs/node-gyp/tree/main#on-macos) to install node-gyp. After that operation completes, re-run `yarn add` or `npm install` for the `@tensorflow/tfjs-node` package.