From 51fd03ff14eaf486d3acb3c20c96acbc2263378d Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:23:27 +0700 Subject: [PATCH 1/2] docs(readme): update section links --- vscode-web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-web/README.md b/vscode-web/README.md index 7d22feaa..d928205a 100644 --- a/vscode-web/README.md +++ b/vscode-web/README.md @@ -54,7 +54,7 @@ module "vscode-web" { ### Pre-configure Settings -Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson) file: +Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settings-json-file) file: ```tf module "vscode-web" { From ef44b28d70b127dbdfaccd5780d668307b0110bc Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:25:34 +0700 Subject: [PATCH 2/2] docs(code-server): update section links --- code-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-server/README.md b/code-server/README.md index 40fbb788..1121b1b8 100644 --- a/code-server/README.md +++ b/code-server/README.md @@ -56,7 +56,7 @@ Enter the `.` into the extensions array and code-server will autom ### Pre-configure Settings -Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson) file: +Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settings-json-file) file: ```tf module "code-server" {