diff --git a/publishconf.py b/publishconf.py index 9bd2bfae8ed641f1856e500acb3af3796296701a..97c102dadd8bea2b3b22fc1146c2bd95c2281406 100644 --- a/publishconf.py +++ b/publishconf.py @@ -73,11 +73,11 @@ ACCEPTED_MENUS = ['comprendre', SOCIAL = (('Forum', 'https://forum.duniter.org', 'comment'), ('Salon XMPP', 'https://chat.duniter.org', 'comments'), - ('Bugs', '/wiki/rapporter-un-bug', 'bug'), + ('Bugs', '/fr/wiki/rapporter-un-bug', 'bug'), ('Twitter', 'https://twitter.com/duniter'), ('GitHub', 'https://github.com/duniter'), ('Diaspora', 'https://framasphere.org/people/1949ee70f6bc0134e6b32a0000053625', 'asterisk'), - ('RSS', '/feeds/all.atom.xml'),) + ('RSS', '/fr/feeds/all.atom.xml'),) DEFAULT_PAGINATION = 10 @@ -104,4 +104,4 @@ GITHUB_SHOW_USER_LINK = True GITHUB_SKIP_FORK = False GITHUB_REPO_COUNT = 2 -TWITTER_USERNAME = 'duniter' \ No newline at end of file +TWITTER_USERNAME = 'duniter'