From b2c602a002766ee41b1ff2827f247920fdbcde87 Mon Sep 17 00:00:00 2001 From: TomeHirata Date: Sun, 30 Aug 2026 10:09:50 +0900 Subject: [PATCH] docs: drop .html suffix from get-started URL in README The documentation migrated from Sphinx to MkDocs, whose URLs are directory-style (get_started/) rather than file-style (get_started.html). Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acb3d1c..7a9333b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ``` ## Basic Usage -Examples of how to use this package are available in [this Get-started Guide](https://cyberagentailab.github.io/python-dte-adjustment/get_started.html). +Examples of how to use this package are available in [this Get-started Guide](https://cyberagentailab.github.io/python-dte-adjustment/get_started/). ## Theoretical Foundations