]> git.mxchange.org Git - friendica.git/commitdiff
Update references to the friendica/friendica-addons stable branch
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 15 Jun 2020 17:48:08 +0000 (13:48 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 30 Jun 2020 19:25:17 +0000 (15:25 -0400)
doc/Chats.md
doc/Install.md
doc/de/Chats.md
doc/de/Install.md

index 29067e12801b674b55eb712c039f527379614aaa..df3e7c784d96ba081bf898cd77c9aca7d95d042b 100644 (file)
@@ -43,7 +43,7 @@ At first you have to get the current version. You can either pull it from [Githu
 
     $> cd /var/www/virtual/YOURSPACE/html/addon; git pull
 
-Or you can download a tar archive here: [jappixmini.tgz](https://github.com/friendica/friendica-addons/blob/master/jappixmini.tgz) (click at „view raw“).
+Or you can download a tar archive here: [jappixmini.tgz](https://github.com/friendica/friendica-addons/blob/stable/jappixmini.tgz) (click at „view raw“).
 
 Just unpack the file and rename the directory to „jappixmini“.
 Next, upload this directory and the .tgz-file into your addon directory of your friendica installation.
index 3f2071401c3817ce0528812e10810b337ecccdd8..e0cece958c7125f5ac5549d079ad425c7b8d19c3 100644 (file)
@@ -88,7 +88,7 @@ Get the addons by going into your website folder.
 
 Clone the addon repository (separately):
 
-    git clone https://github.com/friendica/friendica-addons.git -b master addon
+    git clone https://github.com/friendica/friendica-addons.git -b stable addon
 
 If you want to use the development version of Friendica you can switch to the develop branch in the repository by running
 
index 9c1a82b189130570a91304cf02b7fac5561dcf98..83c55e991c7f7867a91c0ea02edd0109aea16c10 100644 (file)
@@ -49,7 +49,7 @@ Per Git:
 cd /var/www/&lt;Pfad zu Deiner friendica-Installation&gt;/addon; git pull
 </p>
 
-oder als normaler Download von hier: https://github.com/friendica/friendica-addons/blob/master/jappixmini.tgz (auf „view raw“ klicken)
+oder als normaler Download von hier: https://github.com/friendica/friendica-addons/blob/stable/jappixmini.tgz (auf „view raw“ klicken)
 
 Entpacke diese Datei (ggf. den entpackten Ordner in „jappixmini“ umbenennen) und lade sowohl den entpackten Ordner komplett als auch die .tgz Datei in den Addon Ordner Deiner Friendica Installation hoch.
 
index 03dd21798cd8db085e61faa1ee11464fd5982691..8b9434a33b288146797d2f8e6bf9761736c7d450 100644 (file)
@@ -70,7 +70,7 @@ Falls Addons installiert werden sollen: Gehe in den Friendica-Ordner
 
 Und die Addon Repository klonst:
 
-    git clone https://github.com/friendica/friendica-addons.git -b master addon
+    git clone https://github.com/friendica/friendica-addons.git -b stable addon
 
 Um das Addon-Verzeichnis aktuell zu halten, solltest du in diesem Pfad ein "git pull"-Befehl eintragen