Skip to content

Commit

Permalink
AutorshipRepository: update URL to WikiWho
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikAnimal committed Aug 7, 2023
1 parent 032a45a commit b3243a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/AuthorshipRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function getData(Page $page, ?int $revId, bool $returnRevId = false): ?ar
$projectLang = $page->getProject()->getLang();
$oRevId = $returnRevId ? 'true' : 'false';

$url = "https://wikiwho.wmflabs.org/$projectLang/api/v1.0.0-beta/rev_content/$title"
$url = "https://wikiwho.wmcloud.org/$projectLang/api/v1.0.0-beta/rev_content/$title"
.($revId ? "/$revId" : '')
."/?o_rev_id=$oRevId&editor=true&token_id=false&out=false&in=false";

Expand Down

0 comments on commit b3243a1

Please sign in to comment.