Skip to content

Commit

Permalink
Merge pull request #26 from qoorus/patch-1
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
atachibana authored Dec 16, 2023
2 parents 49ebb76 + 417eaf9 commit a1c2582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/devenv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ To be able to use the Node.js tools and [packages provided by WordPress](https:/
- [Install Node.js for Mac and Linux](/docs/getting-started/devenv/nodejs-development-environment.md#node-js-installation-on-mac-and-linux-with-nvm)
- [Install Node.js for Windows](/docs/getting-started/devenv/nodejs-development-environment.md#node-js-installation-on-windows-and-others)
-->
- [Mac と Linux 用の Node.js のインストール](https://ja.wordpress.org/team/handbook/block-editor/getting-started/devenv/nodejs-development-environment.md#node-js-installation-on-mac-and-linux-with-nvm)
- [Windows 用の Node.js のインストール](https://ja.wordpress.org/team/handbook/block-editor/getting-started/devenv/nodejs-development-environment.md#node-js-installation-on-windows-and-others)
- [Mac と Linux 用の Node.js のインストール](https://ja.wordpress.org/team/handbook/block-editor/getting-started/devenv/nodejs-development-environment#node-js-installation-on-mac-and-linux-with-nvm)
- [Windows 用の Node.js のインストール](https://ja.wordpress.org/team/handbook/block-editor/getting-started/devenv/nodejs-development-environment#node-js-installation-on-windows-and-others)

<!--
## Local WordPress environment
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/devenv/nodejs-development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Node Package eXecute ([`npx`](https://docs.npmjs.com/cli/v10/commands/npx)) ツ
<!--
## Node.js installation on Mac and Linux (with `nvm`)
-->
## Mac や Linux での nvm を使用した Node.js のインストール
## Mac や Linux での nvm を使用した Node.js のインストール {#node-js-installation-on-mac-and-linux-with-nvm}
<!--
It's recommended that you use [Node Version Manager](https://github.com/nvm-sh/nvm) (`nvm`) to install Node.js. This allows you to install and manage specific versions of `node`, which are installed locally in your home directory, avoiding any global permission issues.
-->
Expand Down Expand Up @@ -68,7 +68,7 @@ Gutenberg を含むいくつかのプロジェクトでは、[`.nvmrc`](https://
<!--
## Node.js installation on Windows and others
-->
## Winodws やその他の OS での Node.js のインストール
## Windows やその他の OS での Node.js のインストール {#node-js-installation-on-mac-and-linux-with-nvm}

<!--
You can [download a Node.js installer](https://nodejs.org/en/download/) directly from the main Node.js website. The latest version is recommended. Installers are available for Windows and Mac, and binaries are available for Linux.
Expand Down

0 comments on commit a1c2582

Please sign in to comment.