From a5b00c71ed32fc720a785d202ba26cde324d7432 Mon Sep 17 00:00:00 2001
From: dawgaw <106694440+dawgaw@users.noreply.github.com>
Date: Wed, 4 Jan 2023 17:17:15 +0300
Subject: [PATCH] Fix Node.js link (#3210)
---
.../content/105-nodejs-working-with-files/101-path-module.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/101-path-module.md b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/101-path-module.md
index 3381f3c2c..08068effc 100644
--- a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/101-path-module.md
+++ b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/101-path-module.md
@@ -4,5 +4,5 @@ The `path` module provides utilities for working with file and directory paths.
Free Content
Official Website
-Official Website
+Official Website
Path Module in Node.js