diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index 4942da6..4ecf652 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -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). diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 4c6cc48..d12db90 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -50,7 +50,7 @@ module.exports = { scripts: [ { - src: "/boxed/try.js", + src: "/try.js", async: true, }, ],