]> git.mxchange.org Git - friendica.git/commitdiff
doc/Improve-Performance.md: replace old links with updated GitHub ones
authorbkil <b.K.il.h.u+tigbuh@gmail.com>
Sat, 25 Mar 2023 13:30:29 +0000 (14:30 +0100)
committerbkil <b.K.il.h.u+tigbuh@gmail.com>
Sat, 25 Mar 2023 13:30:29 +0000 (14:30 +0100)
doc/Improve-Performance.md
doc/de/FAQ-admin.md
doc/de/Improve-Performance.md

index 79490c25735881c14dfa1c5f7d8610042d1ff00e..1d0a859f1f27bf4dec2ca5511ec1256e1fbb8021 100644 (file)
@@ -81,6 +81,6 @@ Please refer to external documentation for a more detailed explanation how to se
 
 ### Database
 
-There are scripts like [tuning-primer.sh](http://www.day32.com/MySQL/) and [mysqltuner.pl](http://mysqltuner.pl) that analyze your database server and give hints on values that could be changed.
+There are scripts like [tuning-primer.sh](https://github.com/BMDan/tuning-primer.sh) and [mysqltuner.pl](https://github.com/major/MySQLTuner-perl/blob/master/mysqltuner.pl) that analyze your database server and give hints on values that could be changed.
 
 Please enable the slow query log. This helps to find performance problems.
index f9cd14929bbb9ce499cb3d1b3473adf472c4bb9d..5b355e142f837ad8765bf97692a01c7aead9cbaa 100644 (file)
@@ -27,7 +27,7 @@ Der Quellcode von Friendica Red ist [hier](https://github.com/friendica/red) zu
 
 Addons findest Du auf [dieser Seite](https://github.com/friendica/friendica-addons).
 
-Wenn Du neue Themen suchst, findest Du sie auf [Friendica-Themes.com](http://friendica-themes.com/).
+Wenn Du neue Themen suchst, findest Du sie auf [github.com/bkil/friendica-themes](https://github.com/bkil/friendica-themes).
 
 <a name="adminaccount1"></a>
 ### Ich habe meine E-Mail Adresse geändern und jetzt ist das Admin Panel verschwunden?
index d9be4fca6e0ee53102012df6c6da7eaea1d5958f..df90437e7410c187b2b5ea7aed4de33306eee7d4 100644 (file)
@@ -95,6 +95,6 @@ Nutze externe Dokumente, um eine detailiertere Erklärung für die Einrichtung e
 
 ### Database
 
-Es gibt Skripte wie [tuning-primer.sh](http://www.day32.com/MySQL/) und [mysqltuner.pl](http://mysqltuner.pl), die den Datenbankserver analysieren und Hinweise darauf geben, welche Werte verändert werden könnten.
+Es gibt Skripte wie [tuning-primer.sh](https://github.com/BMDan/tuning-primer.sh) und [mysqltuner.pl](https://github.com/major/MySQLTuner-perl/blob/master/mysqltuner.pl), die den Datenbankserver analysieren und Hinweise darauf geben, welche Werte verändert werden könnten.
 
 Aktivere hierfür die "Slow query" Log-Datei, um Performanceprobleme zu erkennen.