From e36637820ac68b964710c4c9bd4342f9f69e519c Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Tue, 20 Feb 2024 13:56:51 +0900 Subject: [PATCH] Fix index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a043549..8f042b0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -56,7 +56,7 @@ See the full documentation on [API](./api) - Geometries - [Circle](./api/modules/Circle): The functions for handling circles. - [Rect](./api/modules/Rect): The functions for handling rects. -- [Distort](./api/modules/): The functions for handling distortions. +- [Distort](./api/modules/Distort): The functions for handling distortions. - [Type Aliases](./api#types) ## Getting Started