diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-01 21:27:29 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-01 21:27:29 +0200 |
commit | 494d04659417b1c302d1dd6d8c9a36aa4f9f0810 (patch) | |
tree | 3c8277f3b067e99806d8867867801952433e70bf /doc/fr/weechat_user.fr.asciidoc | |
parent | 4579d4fb9376ba3e30d90bd1caea6752c791dd0f (diff) | |
download | weechat-494d04659417b1c302d1dd6d8c9a36aa4f9f0810.zip |
core: remove "www" in weechat.org URLs
Diffstat (limited to 'doc/fr/weechat_user.fr.asciidoc')
-rw-r--r-- | doc/fr/weechat_user.fr.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/fr/weechat_user.fr.asciidoc b/doc/fr/weechat_user.fr.asciidoc index 88bd35448..7365a31bf 100644 --- a/doc/fr/weechat_user.fr.asciidoc +++ b/doc/fr/weechat_user.fr.asciidoc @@ -2394,8 +2394,8 @@ automatiquement remplacées par WeeChat lors de la réponse au CTCP : | $git | Version git ^(1)^ | `v0.3.9-104-g7eb5cc4` | $compilation | Date de compilation WeeChat | `Dec 16 2012` | $osinfo | Information sur l'OS | `Linux 2.6.32-5-amd64 / x86_64` -| $site | Site WeeChat | `http://www.weechat.org/` -| $download | Site WeeChat, page téléchargement | `http://www.weechat.org/download` +| $site | Site WeeChat | `http://weechat.org/` +| $download | Site WeeChat, page téléchargement | `http://weechat.org/download` | $time | Date/heure courante | `Sun, 16 Dec 2012 10:40:48 +0100` | $username | Nom d'utilisateur sur le serveur | `nom` | $realname | Nom réel sur le serveur | `John Doe` @@ -2413,7 +2413,7 @@ Si les options CTCP ne sont pas définies (par défaut), les réponses CTCP sont | CTCP | Format de réponse | Exemple | CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` | FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| SOURCE | `$download` | `http://www.weechat.org/download` +| SOURCE | `$download` | `http://weechat.org/download` | TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` | USERINFO | `$username ($realname)` | `nom (John Doe)` | VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` |