From 6d4b6e5faad3a840e4a4d3cd8f93aa8b65f84fef Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Thu, 19 Jun 2025 05:28:33 -0700 Subject: [PATCH] Update the `tsconfig.json` schema link to HTTPS --- packages/documentation/copy/en/project-config/tsconfig.json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/copy/en/project-config/tsconfig.json.md b/packages/documentation/copy/en/project-config/tsconfig.json.md index 8bfc6c7cc0e6..ed3eefc0fd98 100644 --- a/packages/documentation/copy/en/project-config/tsconfig.json.md +++ b/packages/documentation/copy/en/project-config/tsconfig.json.md @@ -104,4 +104,4 @@ To learn more about the hundreds of configuration options in the [TSConfig Refer ## Schema -The `tsconfig.json` Schema can be found at [the JSON Schema Store](http://json.schemastore.org/tsconfig). +The `tsconfig.json` Schema can be found at [the JSON Schema Store](https://json.schemastore.org/tsconfig).