Skip to content

Commit aa9d7f3

Browse files
authored
fix: correct authentication methods link (#820)
Signed-off-by: nabim777 <[email protected]>
1 parent b379404 commit aa9d7f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3737
- Rename admin settings labels: `Authorization` -> `Authentication` [#758](https://github.com/nextcloud/integration_openproject/pull/758)
3838
- Drop support for Nextcloud 27 [#779](https://github.com/nextcloud/integration_openproject/pull/779)
3939

40+
### Fixed
41+
42+
- Fix authentication method documentation link [#820](https://github.com/nextcloud/integration_openproject/pull/820)
43+
4044
## 2.8.1 - 2025-02-05
4145

4246
### Fixed

src/components/AdminSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ export default {
850850
},
851851
getAuthorizationMethodHintText() {
852852
const linkText = t('integration_openproject', 'authentication methods you can use with OpenProject')
853-
const htmlLink = `<a class="link" href="https://www.openproject.org/docs/system-admin-guide/integrations/nextcloud/#files-are-not-encrypted-when-using-nextcloud-server-side-encryption" target="_blank" title="${linkText}">${linkText}</a>`
853+
const htmlLink = `<a class="link" href="https://www.openproject.org/docs/system-admin-guide/integrations/nextcloud/#3-configure-authentication-method" target="_blank" title="${linkText}">${linkText}</a>`
854854
return t('integration_openproject', 'Please read our guide on {htmlLink}.', { htmlLink }, null, { escape: false, sanitize: false })
855855
},
856856
getOIDCAppNotInstalledHintText() {

0 commit comments

Comments
 (0)