diff --git a/content/roadmaps/106-javascript/content/115-javascript-modules/100-commonjs.md b/content/roadmaps/106-javascript/content/115-javascript-modules/100-commonjs.md
index 20c58c1db..edb8accec 100644
--- a/content/roadmaps/106-javascript/content/115-javascript-modules/100-commonjs.md
+++ b/content/roadmaps/106-javascript/content/115-javascript-modules/100-commonjs.md
@@ -4,6 +4,5 @@ CommonJS modules are the original way to package JavaScript code for Node.js. No
Free Content
Modules in Javascript: CJS Section
-Node.js documentation for CJS modules
How the CJS Module System Works
-How to Import and Export Modules in CJS
\ No newline at end of file
+How to Import and Export Modules in CJS