Skip to content

Commit a1c062e

Browse files
RaisinTenbbhtt
authored andcommitted
Fix electron sample app manifest path
Signed-off-by: Darshan Sen <raisinten@gmail.com>
1 parent 18118be commit a1c062e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/electron.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ from other applications. It also includes information on the tooling for
1111
building Electron applications and how to use it.
1212

1313
The guide walks through the `manifest file
14-
<https://github.com/flathub/electron-sample-app/blob/master/flatpak/org.flathub.electron-sample-app.yml>`_
14+
<https://github.com/flathub/electron-sample-app/blob/master/org.flathub.electron-sample-app.yml>`_
1515
of the `sample Electron Flatpak application
1616
<https://github.com/flathub/electron-sample-app>`_. Before you start,
1717
it is a good idea to take a look at this, either online or by downloading
@@ -25,8 +25,7 @@ While it isn't strictly necessary, you might want to try building and running
2525
the sample application yourself.
2626

2727
To get setup for the build, download or clone the sample app from GitHub,
28-
and navigate to the ``/flatpak`` directory in the terminal. Then
29-
to build::
28+
and navigate to the project directory in the terminal. Then to build::
3029

3130
$ flatpak-builder build org.flathub.electron-sample-app.yml --install-deps-from=flathub --force-clean --user --install
3231

0 commit comments

Comments
 (0)