From 6eff6f3b489eb66d1084a7159ef3519013e778f7 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 21 Dec 2023 19:51:05 +0530 Subject: [PATCH] fix: broken links in scripts summary Signed-off-by: K.B.Dharun Krishna --- scripts/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index e13d751d3..d9f9bed5b 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -9,14 +9,14 @@ header of each script. - [pdf](pdf/README.md) directory contains the `render.py` and `build-pdf.sh` script and related resources to generate a PDF document of tldr-pages for a specific language or platform (or both). - [build.sh](build.sh) script builds the ZIP archives of the `pages` directory. -- [build-index.sh] script builds the index of available pages. -- [check-pr.sh] script checks the pages syntax and performs various checks on the PR. -- [deploy.sh] script deploys the ZIP and PDF archives to the static website repository. -- [send-to-bot.py] is a Python script that send the build or tests output to tldr-bot. -- [set-alias-pages.py] is a Python script to generate or update alias pages. -- [set-more-info-link.py] is a Python script to generate or update more information links across pages. -- [test.sh] script runs some basic tests on every PR/commit to make sure that the pages are valid and that the code is formatted correctly. -- [wrong-filename.sh] script checks the consistency between the filenames and the page title. +- [build-index.sh](build-index.sh) script builds the index of available pages. +- [check-pr.sh](check-pr.sh) script checks the pages syntax and performs various checks on the PR. +- [deploy.sh](deploy.sh) script deploys the ZIP and PDF archives to the static website repository. +- [send-to-bot.py](send-to-bot.py) is a Python script that send the build or tests output to tldr-bot. +- [set-alias-page.py](set-alias-page.py) is a Python script to generate or update alias pages. +- [set-more-info-link.py](set-more-info-link.py) is a Python script to generate or update more information links across pages. +- [test.sh](test.sh) script runs some basic tests on every PR/commit to make sure that the pages are valid and that the code is formatted correctly. +- [wrong-filename.sh](wrong-filename.sh) script checks the consistency between the filenames and the page title. ## Compatibility