X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frsd.php;h=bd8042f0cd86cc3a10945a25b01c8d1f32f11bd2;hb=aac6a21c4e53ed5952d195a6d39e6dbd0537637f;hp=1ad3b815e8b542a77b7e74fbbde55f23173a60e7;hpb=220b51d8be61e9bd316567f3ad03fffdbc4b7526;p=quix0rs-gnu-social.git diff --git a/actions/rsd.php b/actions/rsd.php index 1ad3b815e8..bd8042f0cd 100644 --- a/actions/rsd.php +++ b/actions/rsd.php @@ -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');