diff options
Diffstat (limited to 'view/fr')
-rwxr-xr-x | view/fr/htconfig.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index c535cefa6..76709ea75 100755 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -49,8 +49,8 @@ $a->config['php_path'] = '$phpath'; // Location of global directory submission page. -$a->config['system']['directory_submit_url'] = 'http://dir.friendika.com/submit'; -$a->config['system']['directory_search_url'] = 'http://dir.friendika.com/directory?search='; +$a->config['system']['directory_submit_url'] = 'http://dir.friendica.com/submit'; +$a->config['system']['directory_search_url'] = 'http://dir.friendica.com/directory?search='; // PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts |