From a4768e24ce335966d34f1ccdffcf52112723b6e0 Mon Sep 17 00:00:00 2001 From: Grace Park Date: Fri, 19 May 2023 11:24:28 -0700 Subject: [PATCH] Update readme links (#37180) --- src/content-linter/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content-linter/README.md b/src/content-linter/README.md index 94b35e024954..db60c7becf92 100644 --- a/src/content-linter/README.md +++ b/src/content-linter/README.md @@ -1,7 +1,7 @@ # Content Linter ## Linting Tests -- [lint-files](lint-files.js): Linter for `content`, `data/reusables`, `data/variables`, `data/glossaries`, `data/release-notes`, `data/learning-tracks`, and `data/features`. This lints markdown in the `content` and `data` directories, including early-access, GitHub Enterprise Server release notes, and yaml content. It checks for: +- [lint-files](./tests/lint-files.js): Linter for `content`, `data/reusables`, `data/variables`, `data/glossaries`, `data/release-notes`, `data/learning-tracks`, and `data/features`. This lints markdown in the `content` and `data` directories, including early-access, GitHub Enterprise Server release notes, and yaml content. It checks for: - No placeholder strings - Hidden docs - Transcripts @@ -13,9 +13,9 @@ - Valid liquid - Valid syntax - Valid frontmatter -- [lint-secret-scanning-data](lint-secret-scanning-data.js): Linter for `data/secret-scanning.yml`, which validates that the secret scanning data matches its schema. -- [lint-versioning](lint-versioning.js): This validates the `data/features` `versions` according to the same frontmatter schema. -- [category-pages](category-pages.js): This checks that the `children` frontmatter has a matching markdown article. -- [liquid-line-breaks](liquid-line-breaks.js): This will match Liquid variable references that contain at least one line break +- [lint-secret-scanning-data](./tests/lint-secret-scanning-data.js): Linter for `data/secret-scanning.yml`, which validates that the secret scanning data matches its schema. +- [lint-versioning](./tests/lint-versioning.js): This validates the `data/features` `versions` according to the same frontmatter schema. +- [category-pages](./tests/category-pages.js): This checks that the `children` frontmatter has a matching markdown article. +- [liquid-line-breaks](./tests/liquid-line-breaks.js): This will match Liquid variable references that contain at least one line break between the variable reference and either the `{{` or `}}` tag boundaries. -- [site-data-references](site-data-references.js): Validates that any data reference found in the English content files is defined and has a value. \ No newline at end of file +- [site-data-references](./tests/site-data-references.js): Validates that any data reference found in the English content files is defined and has a value. \ No newline at end of file