From 4f0878624de6de4e0a9cb195e8f577faea0c46cc Mon Sep 17 00:00:00 2001 From: Merith Date: Sat, 8 Oct 2022 11:20:31 -0700 Subject: [PATCH] fix potential typo for "installing with npm" 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 50d2f9f595bf..7479c022b5c7 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.