Skip to content

Commit

Permalink
Merge pull request #1956 from YunoHost/fix-doc-link
Browse files Browse the repository at this point in the history
Fix link to autoupdate_app_sources.py in resources documentation
  • Loading branch information
alexAubin authored Sep 29, 2024
2 parents ea92684 + f53e6eb commit c864770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class SourcesResource(AppResource):
Strictly speaking, this has nothing to do with the actual app install. `autoupdate` is expected to contain metadata for automatic maintenance / update of the app sources info in the manifest. It is meant to be a simpler replacement for "autoupdate" Github workflow mechanism.
The infos are used by this script : <https://github.com/YunoHost/apps/blob/master/tools/autoupdate_app_sources/autoupdate_app_sources.py> which is ran by the YunoHost infrastructure periodically and will create the corresponding pull request automatically.
The infos are used by this script : <https://github.com/YunoHost/apps_tools/blob/main/autoupdate_app_sources/autoupdate_app_sources.py> which is ran by the YunoHost infrastructure periodically and will create the corresponding pull request automatically.
The script will rely on the code repo specified in `code` in the upstream section of the manifest.
Expand Down

0 comments on commit c864770

Please sign in to comment.