Skip to content
Snippets Groups Projects
Commit e4ca369d authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] Feeds + Wiki URLs were incorrect

parent f4a753c7
No related branches found
No related tags found
No related merge requests found
...@@ -73,11 +73,11 @@ ACCEPTED_MENUS = ['presentation', ...@@ -73,11 +73,11 @@ ACCEPTED_MENUS = ['presentation',
SOCIAL = (('Forum', 'https://forum.duniter.org', 'comment'), SOCIAL = (('Forum', 'https://forum.duniter.org', 'comment'),
('XMPP Chatroom', 'https://chat.duniter.org', 'comments'), ('XMPP Chatroom', 'https://chat.duniter.org', 'comments'),
('Bugs', '/wiki/rapporter-un-bug', 'bug'), ('Bugs', '/en/wiki/rapporter-un-bug', 'bug'),
('Twitter', 'https://twitter.com/duniter'), ('Twitter', 'https://twitter.com/duniter'),
('GitHub', 'https://github.com/duniter'), ('GitHub', 'https://github.com/duniter'),
('Diaspora', 'https://framasphere.org/people/1949ee70f6bc0134e6b32a0000053625', 'asterisk'), ('Diaspora', 'https://framasphere.org/people/1949ee70f6bc0134e6b32a0000053625', 'asterisk'),
('RSS', '/feeds/all.atom.xml'),) ('RSS', '/en/feeds/all.atom.xml'),)
DEFAULT_PAGINATION = 10 DEFAULT_PAGINATION = 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment