diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-13 09:16:09 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-13 09:16:09 +0100 |
commit | 0cd2aff765d378259ea6f60fcade0afb1b473699 (patch) | |
tree | 784006023b42704aac6d24b94bcc6e4532f4fa18 /doc/de/autogen | |
parent | 7818e0896424e00f89a9a72eb7fd548f12a8fd49 (diff) | |
download | weechat-0cd2aff765d378259ea6f60fcade0afb1b473699.zip |
core: use https for WeeChat URLs
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/user/exec_commands.asciidoc | 2 | ||||
-rw-r--r-- | doc/de/autogen/user/irc_options.asciidoc | 2 | ||||
-rw-r--r-- | doc/de/autogen/user/relay_commands.asciidoc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/de/autogen/user/exec_commands.asciidoc b/doc/de/autogen/user/exec_commands.asciidoc index 2102b86ec..9899fb104 100644 --- a/doc/de/autogen/user/exec_commands.asciidoc +++ b/doc/de/autogen/user/exec_commands.asciidoc @@ -63,7 +63,7 @@ Beispiele: /exec -n ls -l /tmp /exec -n ps xu | grep weechat /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx - /exec -nf -noln links -dump http://weechat.org/files/doc/devel/weechat_user.en.html + /exec -nf -noln links -dump https://weechat.org/files/doc/devel/weechat_user.en.html /exec -o uptime /exec -pipe "/print Machine uptime:" uptime /exec -n tail -f /var/log/messages diff --git a/doc/de/autogen/user/irc_options.asciidoc b/doc/de/autogen/user/irc_options.asciidoc index 5bf85da81..818a9b6aa 100644 --- a/doc/de/autogen/user/irc_options.asciidoc +++ b/doc/de/autogen/user/irc_options.asciidoc @@ -554,7 +554,7 @@ ** Werte: beliebige Zeichenkette (Standardwert: `""`) * [[option_irc.server_default.sasl_fail]] *irc.server_default.sasl_fail* -** Beschreibung: `action to perform if SASL authentication fails: "continue" to ignore the authentication problem, "reconnect" to schedule a reconnection to the server, "disconnect" to disconnect from server` +** Beschreibung: `auszuführende Aktion falls die SASL Authentifizierung fehlschlägt: "continue" ignoriert das Problem, das bei der Authentifizierung aufgetreten ist, "reconnect" versucht erneut eine Verbindung herzustellen, "disconnect" trennt die Verbindung zum Server` ** Typ: integer ** Werte: continue, reconnect, disconnect (Standardwert: `continue`) diff --git a/doc/de/autogen/user/relay_commands.asciidoc b/doc/de/autogen/user/relay_commands.asciidoc index 0f2e499cb..3a983c22e 100644 --- a/doc/de/autogen/user/relay_commands.asciidoc +++ b/doc/de/autogen/user/relay_commands.asciidoc @@ -29,7 +29,7 @@ protocol.name: Protokoll und Name relay: - Protokoll "weechat" (es wird kein Name verwendet) Das "irc" Protokoll dient dazu eine Verbindung zu einem anderen IRC Client (oder zu einem zweiten WeeChat) herzustellen. -Das "weechat" Protokoll wird von einem Remote-Interface genutzt um eine Verbindung herzustellen. Siehe http://weechat.org/download/ +Das "weechat" Protokoll wird von einem Remote-Interface genutzt um eine Verbindung herzustellen. Siehe https://weechat.org/download/ Ohne Angabe von Argumenten werden alle Relay-Clients in einem neuen Buffer dargestellt. |