From 4390a984b3d7c1fa42f90a190ee6842a4c2727f5 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sun, 5 Jul 2026 00:27:34 +0300 Subject: [PATCH] docs: drop stray horizontal rule and add trailing slashes to README links Remove the dangling `---` thematic break at the end of the docs home page (nothing followed it). Add trailing slashes to the README's integration links so they hit the mkdocs directory URLs directly instead of relying on a host redirect. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 10 +++++----- docs/index.md | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 704d52a..baecc5d 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ With `lite-bootstrap`, you receive an application with lightweight built-in supp Those instruments can be bootstrapped for: -- [LiteStar](https://lite-bootstrap.modern-python.org/integrations/litestar) -- [FastStream](https://lite-bootstrap.modern-python.org/integrations/faststream) -- [FastAPI](https://lite-bootstrap.modern-python.org/integrations/fastapi) -- [FastMCP](https://lite-bootstrap.modern-python.org/integrations/fastmcp) -- [services and scripts without frameworks](https://lite-bootstrap.modern-python.org/integrations/free) +- [LiteStar](https://lite-bootstrap.modern-python.org/integrations/litestar/) +- [FastStream](https://lite-bootstrap.modern-python.org/integrations/faststream/) +- [FastAPI](https://lite-bootstrap.modern-python.org/integrations/fastapi/) +- [FastMCP](https://lite-bootstrap.modern-python.org/integrations/fastmcp/) +- [services and scripts without frameworks](https://lite-bootstrap.modern-python.org/integrations/free/) ## Lifecycle constraints diff --git a/docs/index.md b/docs/index.md index 3150e4a..68f0207 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,4 +22,3 @@ Those instruments can be bootstrapped for: - [FastAPI](integrations/fastapi.md) - [FastMCP](integrations/fastmcp.md) - [services and scripts without frameworks](integrations/free.md) ----