From ae0b74c8f9d9fe6f84295eddb9e087dfea521953 Mon Sep 17 00:00:00 2001 From: Chidananda Swamy R Date: Tue, 10 Feb 2026 17:39:25 +0530 Subject: [PATCH] Fix grammar and broken page links in README.md Corrected typo, grammatical errors and broken page reference links in README. Signed-off-by: Chidananda Swamy R --- src/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/README.md b/src/README.md index e84f92798..61e08db94 100644 --- a/src/README.md +++ b/src/README.md @@ -30,7 +30,7 @@ It should be treated as a 'get-started' guide, giving you all needed information - Python - Git - **VSCode** (Optional) - - Several integrations and guides are development primarily with VS Code in mind. + - Several integrations and guides are developed primarily with VS Code in mind. @@ -68,9 +68,9 @@ src/ ``` -Find all important bazel commands in the [project README](/README.md) +Find all important Bazel commands in the [project README](/README.md) -Find everything related to testing and how to add your on test suite [here](/tools/testing/pytest/README.md) +Find everything related to testing and how to add your own test suite [here](/src/tests/README.md) ## Developing new tools @@ -78,7 +78,7 @@ Find everything related to testing and how to add your on test suite [here](/too 2. Create a dedicated test directory 3. Include an appropriate README in markdown -> If you want to develop your own sphinx extension, check out the [extensions guide](/src/extensions/README.md) +> If you want to develop your own Sphinx extension, check out the [extensions guide](/src/extensions/README.md) ## Updating dependencies