[desktop] Fix link in dependencies docs

Fixes https://github.com/ente-io/ente/issues/2884
This commit is contained in:
Manav Rathi
2024-08-26 10:53:10 +05:30
parent ef78ffcc30
commit ebcec9bad9

View File

@@ -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: