]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/rsd.php
Gah and a 302 in the non-exception-handling redirect too
[quix0rs-gnu-social.git] / actions / rsd.php
index 1ad3b815e8b542a77b7e74fbbde55f23173a60e7..bd8042f0cd86cc3a10945a25b01c8d1f32f11bd2 100644 (file)
@@ -151,7 +151,7 @@ class RsdAction extends Action
             $this->elementStart('api', $apiAttrs);
             $this->elementStart('settings');
             $this->element('docs', null,
-                           'http://status.net/wiki/TwitterCompatibleAPI');
+                           common_local_url('doc', array('title' => 'api')));
             $this->element('setting', array('name' => 'OAuth'),
                            'true');
             $this->elementEnd('settings');