diff --git a/internal/docs/http_handler.go b/internal/docs/http_handler.go index 367a232..272f048 100644 --- a/internal/docs/http_handler.go +++ b/internal/docs/http_handler.go @@ -213,7 +213,7 @@ func (h *HTTPHandler) showLegacyAPIEndpoint(c echo.Context, endpointPath string, // DocsHome redirects to the documentation index func (h *HTTPHandler) DocsHome(c echo.Context) error { - return c.Redirect(http.StatusFound, "/docs/INDEX.md") + return c.Redirect(http.StatusFound, "/docs/index.md") } // APIHome shows the API documentation home page