AppImage / docs.appimage.org

Source code of AppImage project's documentation
https://docs.appimage.org/
Other
43 stars 41 forks source link

Missing link to AppRun file in manual packaging doc #77

Open myxo opened 2 years ago

myxo commented 2 years ago

https://github.com/AppImage/docs.appimage.org/blob/master/source/packaging-guide/manual.rst

The AppRun file can be a script or executable. It sets up required environment variables such as $PATH and launches the payload application. You can write your own, but in most cases it is easiest (and most error-proof) to use a precompiled one from this repository.

I assume under "this repository" should be link, otherwise it's confusing.

andy5995 commented 2 years ago

@myxo I think the link should be https://github.com/AppImage/AppImageBuild

I'll open a PR to fix that.