[desktop] Fix link in dependencies docs
Fixes https://github.com/ente-io/ente/issues/2884
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user