diff --git a/.github/ISSUE_TEMPLATE/release_template.md b/.github/ISSUE_TEMPLATE/release_template.md index 58bc8b762..13cafe9c9 100644 --- a/.github/ISSUE_TEMPLATE/release_template.md +++ b/.github/ISSUE_TEMPLATE/release_template.md @@ -32,6 +32,7 @@ Xcode version to work with: - [ ] [GIT] Add the new release on [GitHub ios-app](https://github.com/owncloud/ios-app/releases) - [ ] [DEV] ownBrander: Update the ownBrander git tag in repository `customer_portal` to new release tag - [ ] [DEV] Update used Xcode version for the release in [.xcode-version](https://github.com/owncloud/ios-app/blob/master/.xcode-version) +- [ ] [DEV] Inform #documentation about the new release to set new documentation branch tag If it is required to update the iOS-SDK version: diff --git a/ownCloudAppShared/Branding/Branding+App.swift b/ownCloudAppShared/Branding/Branding+App.swift index a913201c3..92d8b391e 100644 --- a/ownCloudAppShared/Branding/Branding+App.swift +++ b/ownCloudAppShared/Branding/Branding+App.swift @@ -38,7 +38,7 @@ extension Branding : BrandingInitialization { public static func initializeBranding() { if #available(iOS 13, *) { self.registerOCClassSettingsDefaults([ - .documentationURL : "https://doc.owncloud.com/ios-app/", + .documentationURL : "https://doc.owncloud.com/ios-app/latest/", .helpURL : "https://owncloud.com/docs-guides/", .privacyURL : "https://owncloud.org/privacy-policy/", .termsOfUseURL : "https://raw.githubusercontent.com/owncloud/ios-app/master/LICENSE",