From ae3821233c4fdf4085bef0a84229ff2bf0a0e291 Mon Sep 17 00:00:00 2001 From: Nugine Date: Thu, 7 Aug 2025 13:06:44 +0800 Subject: [PATCH] docs: fix broken link in readme (#8656) --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index b4695a2eb..06e4310f2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,7 @@ https://flatbuffers.dev. ## Local Building -The documentation can be built and served locally during development, see [https//flatbuffers.dev/contributing/#local-development] for full details. +The documentation can be built and served locally during development, see for full details. __tl;dr__ @@ -21,4 +21,4 @@ Build and Serve: ``` mkdocs serve -f docs/mkdocs.yml -``` \ No newline at end of file +```