Index: trunk/phase3/includes/api/ApiQueryIWLinks.php |
— | — | @@ -134,7 +134,7 @@ |
135 | 135 | protected function getExamples() { |
136 | 136 | return array( |
137 | 137 | 'Get interwiki links from the [[Main Page]]:', |
138 | | - ' api.php?action=query&prop=iwlinks&titles=Main%20Page&redirects', |
| 138 | + ' api.php?action=query&prop=iwlinks&titles=Main%20Page', |
139 | 139 | ); |
140 | 140 | } |
141 | 141 | |