Fix a link to point to correct version and remove TODO entry

This commit is contained in:
Frank Lanitz
2019-03-02 12:03:58 +01:00
committed by GitHub
parent 1636ab4d12
commit a69b64401e

View File

@@ -765,8 +765,7 @@ Verify your app::
sudo -u www-data php occ integrity:check-app --path=/pathto/app appname
When it returns nothing, your app is signed correctly. When it returns a message then there is an error. See `Code Signing
<https://docs.nextcloud.org/server/14/developer_manual/app/code_signing.html#how-to-get-your-app-signed>`_ in the Developer manual for more detailed information.
.. TODO ON RELEASE: Update version number above on release
<https://docs.nextcloud.org/server/15/developer_manual/app/code_signing.html#how-to-get-your-app-signed>`_ in the Developer manual for more detailed information.
``integrity:sign-core`` is for Nextcloud core developers only.