From 046e143ad3d51490d7c4e7d09ddbc1dc946dc20e Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 30 Nov 2023 15:23:04 +0100 Subject: [PATCH] doc/developing.md: fixed link to '../dev-packages/private-ext-scripts/README.md' (#13122) Signed-off-by: Christian Schneider --- doc/Developing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Developing.md b/doc/Developing.md index cc19249bc041d..bce52b7b21bbd 100644 --- a/doc/Developing.md +++ b/doc/Developing.md @@ -165,7 +165,7 @@ Theia repository has multiple folders: - `packages` folder contains runtime packages, as the core package and extensions to it - `dev-packages` folder contains devtime packages - [@theia/cli](../dev-packages/cli/README.md) is a command line tool to manage Theia applications - - [@theia/ext-scripts](../dev-packages/ext-scripts/README.md) is a command line tool to share scripts between Theia runtime packages + - [@theia/ext-scripts](../dev-packages/private-ext-scripts/README.md) is a command line tool to share scripts between Theia runtime packages - `examples` folder contains example applications, both Electron-based and browser-based - `doc` folder provides documentation about how Theia works - `scripts` folder contains JavaScript scripts used by npm scripts when