소스 검색

Fix dev manual link for NC11

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v11.0RC2
Christoph Wurst 7 년 전
부모
커밋
fbc494234b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      CONTRIBUTING.md
  2. 1
    1
      settings/templates/apps.php

+ 1
- 1
CONTRIBUTING.md 파일 보기

@@ -58,7 +58,7 @@ like `git config --global alias.ci 'commit -s'`. Now you can commit with

In case you are not sure how to add or update the license header correctly please have a look at [contribute/HowToApplyALicense.md][applyalicense]

[devmanual]: https://docs.nextcloud.org/server/10/developer_manual/
[devmanual]: https://docs.nextcloud.org/server/11/developer_manual/
[dcofile]: https://github.com/nextcloud/server/blob/master/contribute/developer-certificate-of-origin
[applyalicense]: https://github.com/nextcloud/server/blob/master/contribute/HowToApplyALicense.md


+ 1
- 1
settings/templates/apps.php 파일 보기

@@ -24,7 +24,7 @@ script(

<?php if($_['appstoreEnabled']): ?>
<li>
<a class="app-external" target="_blank" rel="noreferrer" href="https://docs.nextcloud.org/server/10/developer_manual/"><?php p($l->t('Developer documentation'));?> ↗</a>
<a class="app-external" target="_blank" rel="noreferrer" href="https://docs.nextcloud.org/server/11/developer_manual/"><?php p($l->t('Developer documentation'));?> ↗</a>
</li>
<?php endif; ?>
</script>

Loading…
취소
저장