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 29067e1..df3e7c7 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 3f20714..e0cece9 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 9c1a82b..83c55e9 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 03dd217..8b9434a 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