diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 73bccdd01..d2a718616 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,22 +4,9 @@
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -81,7 +68,7 @@
-
+
@@ -114,8 +101,8 @@
-
+
@@ -137,6 +124,9 @@
+
+
+ 1660418841831
@@ -215,7 +205,14 @@
1664307221790
-
+
+ 1664342459061
+
+
+
+ 1664342459061
+
+
@@ -243,6 +240,8 @@
-
+
+
+
\ No newline at end of file
diff --git a/blog/2021-08-01-mdx-blog-post.md b/blog/2021-08-01-mdx-blog-post.md
index 9722294d3..88e45aa6c 100644
--- a/blog/2021-08-01-mdx-blog-post.md
+++ b/blog/2021-08-01-mdx-blog-post.md
@@ -22,7 +22,7 @@ Quick List of changes!
### Class based modules
Incorporate class based modules into your project instead of the traditional `commandModule` or `eventModule`
-Extend the new [CommandExecutable](../docs/api/classes/CommandExecutable) or [EventExecutable](../docs/api/classes/EventExecutable)
+Extend the new [CommandExecutable](docs/api/classes/CommandExecutable) or [EventExecutable](docs/api/classes/EventExecutable)
```ts title="commands/meaning-of-life.ts"
import { CommandType, CommandExecutable, type Args, type Context } from "@sern/handler";
import { publish } from "../plugins/publish.js";
@@ -69,11 +69,11 @@ Feel free to use TypeScript experimental decorators to augment and customize you
### Deprecation Warnings
The next update will bring sern v2 with some important features. Here are some things to watch out for.
-- [Wrapper#client](../docs/api/interfaces/Wrapper) will be deprecated
-- [Wrapper#sernEmitter](../docs/api/interfaces/Wrapper) will be deprecated
+- [Wrapper#client](docs/api/interfaces/Wrapper) will be deprecated
+- [Wrapper#sernEmitter](docs/api/interfaces/Wrapper) will be deprecated
- a SernEmitter will be automatically created once Sern#init is called
-- The option to pass in a function or array for [Wrapper#events](../docs/api/interfaces/Wrapper) will be deprecated. Only strings are accepted.
-- [Sern#addExternal](../docs/api/classes/SernEmitter) will be deprecated in favor of a better way.
+- The option to pass in a function or array for [Wrapper#events](docs/api/interfaces/Wrapper) will be deprecated. Only strings are accepted.
+- [Sern#addExternal](docs/api/classes/SernEmitter) will be deprecated in favor of a better way.
### Dependencies Update
- TypeScript has been updated to 4.8.3