From 261c9c6f6d00a863ad7aa41eb10f81223641807d Mon Sep 17 00:00:00 2001 From: mlynchdev <56660298+mlynchdev@users.noreply.github.com> Date: Mon, 4 Jan 2021 13:35:06 -0800 Subject: [PATCH] Update blitz.md Fix broken link "Next.js API Reference" (https://github.com/quirrel-dev/docs.quirrel.dev/blob/main/docs/api/api/next) to correct link (https://github.com/quirrel-dev/docs.quirrel.dev/blob/main/docs/api/next.md) After fix linking works as expected. --- docs/api/blitz.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/blitz.md b/docs/api/blitz.md index 8a52f29..56a04eb 100644 --- a/docs/api/blitz.md +++ b/docs/api/blitz.md @@ -2,9 +2,9 @@ title: Blitz.js --- -Since Blitz.js users use the Next.js Quirrel client, the [Next.js API Reference](api/next) works fine for Blitz users. +Since Blitz.js users use the Next.js Quirrel client, the [Next.js API Reference](./next.md) works fine for Blitz users. :::caution Until v0.26.0, there has been a bug that made you face a `Module not found` error when working with Quirrel. To fix, upgrade to v0.26.0 or later. -::: \ No newline at end of file +:::