From c7ad1d9d62b1e573225ae6604e171f593b9ae399 Mon Sep 17 00:00:00 2001 From: leejooy96 Date: Thu, 26 Sep 2024 14:03:32 +0900 Subject: [PATCH] docs: fix dead links --- docs/src/en/getting-started/installation-dart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/en/getting-started/installation-dart.md b/docs/src/en/getting-started/installation-dart.md index 60b4c01..6a55cb5 100644 --- a/docs/src/en/getting-started/installation-dart.md +++ b/docs/src/en/getting-started/installation-dart.md @@ -29,4 +29,4 @@ You can import the following code manually or automatically to bring up the QSU import 'package:qsu/qsu.dart'; ``` -To learn more about utility functions, browse the [API](/dart/api/index.md) documentation. +To learn more about utility functions, browse the [API](/api/index.md) documentation.