diff --git a/docs/pages/about/changelog/beta-2024-12.md b/docs/pages/about/changelog/beta-2024-12.md index 59eab91..a0dc762 100644 --- a/docs/pages/about/changelog/beta-2024-12.md +++ b/docs/pages/about/changelog/beta-2024-12.md @@ -39,7 +39,7 @@ - Use `printf` instead of `echo` to write to `installed_extensions` as a way to prevent new lines from generating. - Removing the first installed extension causes a Laravel routing error. - ExtensionFS was not unlinked in the public directory. -- Allow single quotes in extension name and description ((#69)[https://github.com/BlueprintFramework/framework/pull/69]). +- Allow single quotes in extension name and description ([#69](https://github.com/BlueprintFramework/framework/pull/69)). - `grabenv.sh` was causing ~0.4s delays when running any Blueprint CLI command. - Bash tab suggestions would break on `-install` when there were no extension files available.