From ebcec9bad9e04b442f37a656ca56a6330c2c823f Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 26 Aug 2024 10:53:10 +0530 Subject: [PATCH] [desktop] Fix link in dependencies docs Fixes https://github.com/ente-io/ente/issues/2884 --- desktop/docs/dependencies.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/desktop/docs/dependencies.md b/desktop/docs/dependencies.md index 9d830edda6..8cbf43c83d 100644 --- a/desktop/docs/dependencies.md +++ b/desktop/docs/dependencies.md @@ -23,8 +23,9 @@ a _renderer_ process. - The _renderer_ process is a regular web app that gets loaded into the embedded Chromium. When the main process starts, it creates a new "window" that shows this embedded Chromium. In our case, we build and bundle a static - export of the [Photos web app](../web/README.md) in the generated app. This - gets loaded by the embedded Chromium at runtime, acting as the app's UI. + export of the [Photos web app](../../web/README.md) in the generated desktop + app. This gets loaded by the embedded Chromium at runtime, acting as the + desktop app's UI. There is also a third environment that gets temporarily created: