-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Links to documentation in "Security & setup warnings" are outdated #42317
Comments
Forgot to mention, when I was searching to see if this was already reported, I only found 1 similar (if not the same) issue: |
Hmm. Works for me. :-) What does the |
|
Do you by chance having a custom theme active? Because we don't have any references to |
I was using the Breeze Dark theme before Nextcloud had a built-in dark theme. I just checked and it was still installed (though disabled since the update). I just uninstalled it and checked, but the links are still old. Any idea how I can fix this? |
The only two places I can think of are stale parameters that might appear under:
Also, check |
Those 2 commands did not show any stale values. However, I did see a That /**
* Returns the documentation URL
* @return string URL
*/
public function getDocBaseUrl() {
return 'https://docs.nextcloud.org';
}
public function buildDocLinkToKey($key) {
return $this->getDocBaseUrl() . '/server/9/go.php?to=' . $key;
} |
Bug description
This has been a (minor) issue for a while and I figured I'd report it. I just updated to v28.0.0. The links to the documentation in "Security & setup warnings" (under Administration Settings) are outdated. For instance, this warning:
Not only is it trying to link to version 9, but also "nextcloud.org" which hasn't worked in a while.
Steps to reproduce
Expected behavior
Using the example I gave in the description, instead of linking to https://docs.nextcloud.org/server/9/go.php?to=admin-php-modules, it should probably link to https://docs.nextcloud.com/server/latest/go.php?to=admin-php-modules.
Installation method
Community Manual installation with Archive
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: