From ba68656353edfd7a50ef4b5571322e2f0c1b653c Mon Sep 17 00:00:00 2001 From: Merith Date: Mon, 10 Oct 2022 10:55:56 -0700 Subject: [PATCH] fix potential typo for "installing with npm" (#5630) the link for installing with NPM on line 103 was written as [installing with npm][./npm.md](./npm.md) `[installing with npm][./npm.md](./npm.md)` I fixed it to look like [installing with npm](./npm.md) `[installing with npm](./npm.md)` --- docs/termux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/termux.md b/docs/termux.md index 50d2f9f59..7479c022b 100644 --- a/docs/termux.md +++ b/docs/termux.md @@ -100,7 +100,7 @@ node -v you will get node version `v16.15.0` -5. Now install code-server following our guide on [installing with npm][./npm.md](./npm.md) +5. Now install code-server following our guide on [installing with npm](./npm.md) 6. Congratulation code-server is installed on your device using the following command.