diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-09 01:24:56 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-09 01:24:56 +0100 |
commit | 23d81901e7725bf67363113bc36a6e171bdb2033 (patch) | |
tree | 65d8faee081db6c3800a48eff7007a4b626e4252 /src | |
parent | d3d7b397d0bda83fad35ba7e07202e5bc61991a5 (diff) | |
parent | 33b3c7e31ac501c6cf570df0d3e54b10c91baf5a (diff) | |
download | poezio-23d81901e7725bf67363113bc36a6e171bdb2033.tar.gz poezio-23d81901e7725bf67363113bc36a6e171bdb2033.tar.bz2 poezio-23d81901e7725bf67363113bc36a6e171bdb2033.tar.xz poezio-23d81901e7725bf67363113bc36a6e171bdb2033.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src')
-rw-r--r-- | src/core.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core.py b/src/core.py index 3c43104b..e2ba8ce1 100644 --- a/src/core.py +++ b/src/core.py @@ -203,8 +203,7 @@ class Core(object): if config.get('firstrun', ''): self.information(_( 'It seems that it is the first time you start poezio.\n' + \ - 'The configuration help is here: http://dev.louiz.org/project/poezio/doc/HowToConfigure\n' + \ - 'And the documentation for users is here: http://dev.louiz.org/project/poezio/doc/HowToUse\n' + \ + 'The online help is here http://poezio.eu/en/documentation.php.\n' + \ 'By default, you are in poezio’s chatroom, where you can ask for help or tell us how great it is.\n' + \ 'Just press Ctrl-n.' \ )) |