Skip to content

Commit 640cc01

Browse files
docs moved to Wikipedia:Deputy
1 parent eb4e1e9 commit 640cc01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ perform bulk data operations. Dispatch is hosted on Wikimedia Toolforge, more in
1515
found [here](https://github.com/ChlodAlejandro/deputy-dispatch#README).
1616

1717
## Installation
18-
See [User:Chlod/Scripts/Deputy § Installation](https://en.wikipedia.org/wiki/User:Chlod/Scripts/Deputy#Installation) on the English Wikipedia for more information.
18+
See [Wikipedia:Deputy § Installation](https://en.wikipedia.org/wiki/Wikipedia:Deputy#Installation) on the English Wikipedia for more information.
1919

2020
## Developing
2121

src/wiki/util/decorateEditSummary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import deputyVersion from '../../DeputyVersion';
77
* @return The decorated edit summary (in wikitext)
88
*/
99
export default function ( editSummary: string ): string {
10-
return `${editSummary} ([[User:Chlod/Scripts/Deputy|Deputy]] v${deputyVersion})`;
10+
return `${editSummary} ([[Wikipedia:Deputy|Deputy]] v${deputyVersion})`;
1111
}

0 commit comments

Comments
 (0)