summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--templates/part.content.warnings.php2
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7743e5225..46abaa196 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
## 11.0.5
+### Changed
+
+- Replaced url of utf8mb4 instructions to stack exchange with nextcloud-specific page, #181
+
### Fixed
- Fix order of update scripts for cron updates, #172
@@ -122,4 +126,4 @@ All notable changes to this project will be documented in this file.
## 8.8.3
### Added
-- Cleanups for the Nextcloud app store \ No newline at end of file
+- Cleanups for the Nextcloud app store
diff --git a/templates/part.content.warnings.php b/templates/part.content.warnings.php
index 50fa1f7f6..04f60cb0a 100644
--- a/templates/part.content.warnings.php
+++ b/templates/part.content.warnings.php
@@ -29,7 +29,7 @@
<p><?php p($l->t('Non UTF-8 charset for MySQL/MariaDB database detected!')); ?></p>
<ul>
<li>
- <a href="https://dba.stackexchange.com/a/21684"
+ <a href="https://docs.nextcloud.com/server/12/admin_manual/configuration_database/mysql_4byte_support.html"
target="_blank"
rel="noreferrer">
<?php