Skip to content

Commit 42a76ca

Browse files
authored
Update URLs
1 parent 4af5dee commit 42a76ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/introduction/software-overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runtime
3030

3131
The runtime provides the "executable header" of every AppImage. When executing an AppImage, the runtime within the AppImage is run, which mounts the embedded file system image read-only in a temporary location, and launches the payload application within there. After the payload application exited, the runtime unmounts the squashfs image and cleans up the temporary resources (such as, the temporary mountpoint directory).
3232

33-
**Download:** There is usually no reason to download this manually, but if you still want to, you can get it from https://github.com/AppImage/AppImageKit/releases/continuous. Keep in mind that on its own it does nothing, it needs to be combined with a filesystem image to form a valid AppImage, usually by using appimagetool which comes with its own copy of the runtime.
33+
**Download:** There is usually no reason to download this manually, but if you still want to, you can get it from https://github.com/AppImage/type2-runtime/releases/continuous. Keep in mind that on its own it does nothing, it needs to be combined with a filesystem image to form a valid AppImage, usually by using appimagetool which comes with its own copy of the runtime.
3434

3535

3636
.. _ref-appimagetool:
@@ -42,7 +42,7 @@ appimagetool is the easiest way to create AppImages from existing directories on
4242

4343
appimagetool implements all optional features, like for instance `update information <https://github.com/AppImage/AppImageSpec/blob/master/draft.md#update-information>`__, :ref:`signing <ref-signing>`, and some linting options to make sure the information in the AppImage is valid (for instance, it can validate :ref:`AppStream files <appstream-support>`).
4444

45-
**Download:** You can get it as an AppImage from https://github.com/AppImage/AppImageKit/releases/continuous.
45+
**Download:** You can get it as an AppImage from https://github.com/AppImage/appimagetool/releases/continuous.
4646

4747

4848
AppRun

0 commit comments

Comments
 (0)