Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Dec 4, 2024
1 parent 8811330 commit 5b42d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ console.log(userLogDir("my-app", "gopher", "7.8"))
</table>

<p align=center>
<a href="https://jsdocs.io/package/platformdirs">Documentation</a>
<a href="https://tsdocs.dev/docs/platformdirs">Documentation</a>
| <a href="https://pypi.org/project/platformdirs/">Original <code>platformdirs</code> project</a>
</p>

Expand Down Expand Up @@ -67,7 +67,7 @@ if (!fs.existsSync(bigCSVPath)) {
}
```

📚 For more information check out [the documentation](https://jsdocs.io/package/platformdirs)
📚 For more information check out [the documentation](https://tsdocs.dev/docs/platformdirs)

You can quickly dump all the directories for the current environment by running the included `platformdirs` CLI command. This is helpful for quickly determining what `dirs.userConfigDir` and friends return.

Expand Down

0 comments on commit 5b42d53

Please sign in to comment.