Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Dec 19, 2024
1 parent 7b03bda commit 066ab73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Boxed provides useful data-structures designed in way that **completely eliminat

![Monads & functors](/img/monads-functors.png)

Now, let's get into the details with the [core concepts](/boxed/core-concepts).
Now, let's get into the details with the [core concepts](/core-concepts).
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {

scripts: [
{
src: "/boxed/try.js",
src: "/try.js",
async: true,
},
],
Expand Down

0 comments on commit 066ab73

Please sign in to comment.