From 4fe9c6f4ba35591c8f21fac9dec0be7bdebe307b Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Mon, 15 Apr 2024 08:53:32 -0600 Subject: [PATCH] fix: broken blog links --- website/blog/2020-08-26-summer-update.md | 2 +- website/blog/2024-03-29-spring-update.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/2020-08-26-summer-update.md b/website/blog/2020-08-26-summer-update.md index 09436902..d1f02064 100644 --- a/website/blog/2020-08-26-summer-update.md +++ b/website/blog/2020-08-26-summer-update.md @@ -10,7 +10,7 @@ Earlier this year, we started our planning for oclifconf v2 and, like all confer One of the most requested features, help templating enables oclif developers to customize the help output for their CLI. -Read [the announcement](/blog/introducing-custom-help-classes). +Read [the announcement](/blog/2020/05/05/introducing-custom-help-classes). ## Feature: Custom error delegation diff --git a/website/blog/2024-03-29-spring-update.md b/website/blog/2024-03-29-spring-update.md index a0264cab..70a0cbf2 100644 --- a/website/blog/2024-03-29-spring-update.md +++ b/website/blog/2024-03-29-spring-update.md @@ -12,7 +12,7 @@ We've been focusing on these high-level areas over the past couple of years: ## Improving `@oclif/core` -Since we [announced `@oclif/core` over three years ago](./2021-03-01-introducing-oclif-core), we've released two new major versions, each packed with lots of features that we're really excited about. +Since we [announced `@oclif/core` over three years ago](/blog/2021/03/01/introducing-oclif-core), we've released two new major versions, each packed with lots of features that we're really excited about. Here are some of these changes: - Full support for ESM and interoperability with CommonJS (more on this topic below).