1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

Fix Node.js link (#3210)

This commit is contained in:
dawgaw
2023-01-04 17:17:15 +03:00
committed by GitHub
parent a05df16d1d
commit a5b00c71ed

View File

@@ -4,5 +4,5 @@ The `path` module provides utilities for working with file and directory paths.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official API Reference' href='https://nodejs.org/api/path.html'>Official Website</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Official Docs' href='https://nodejs.dev/en/learn/the-nodejs-path-module/'>Official Website</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Official Docs' href='https://nodejs.dev/en/learn/nodejs-file-paths/'>Official Website</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/j95Lwxvi9JY'>Path Module in Node.js</BadgeLink>