Skip to content

Commit b2a7dde

Browse files
change homepage
1 parent e81fcbb commit b2a7dde

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img align="right" width="70" height="70" alt="Deputy logo" src="https://upload.wikimedia.org/wikipedia/commons/2/2b/Deputy_logo.svg">
44

5-
[Deputy](https://w.wiki/5k$q) is
5+
[Deputy](https://w.wiki/7NWR) is
66
a [contributor copyright investigation](https://en.wikipedia.org/wiki/Wikipedia:Contributor_copyright_investigations) (CCI) and copyright cleanup assistance tool for Wikipedia. Its goal is to streamline the workflow for CCI case pages, making it easier to
77
process and go through each case. As of now, it is in an extreme in-development phase, meaning most of the targeted
88
features are not yet ready. Progress is done every day to accomplish the goals originally set.

src/MwApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default class MwApi {
1010

1111
public static readonly USER_AGENT = `Deputy/${
1212
deputyVersion
13-
} (https://w.wiki/5k$q; User:Chlod; [email protected])`;
13+
} (https://w.wiki/7NWR; User:Chlod; [email protected])`;
1414

1515
/**
1616
* @return A mw.Api for the current wiki.
@@ -21,7 +21,7 @@ export default class MwApi {
2121
headers: {
2222
'Api-User-Agent': `Deputy/${
2323
deputyVersion
24-
} (https://w.wiki/5k$q; User:Chlod; [email protected])`
24+
} (https://w.wiki/7NWR; User:Chlod; [email protected])`
2525
}
2626
},
2727
parameters: {

src/ui/config/ConfigurationAboutTabPanel.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function initConfigurationGroupTabPanel() {
6262
</div>
6363
</div>
6464
<div>
65-
<a href="https://w.wiki/5k$q" target="_blank">{
65+
<a href="https://w.wiki/7NWR" target="_blank">{
6666
unwrapWidget( new OO.ui.ButtonWidget( {
6767
label: mw.msg( 'deputy.about.homepage' ),
6868
flags: [ 'progressive' ]
@@ -74,7 +74,7 @@ function initConfigurationGroupTabPanel() {
7474
flags: [ 'progressive' ]
7575
} ) )
7676
}</a>
77-
<a href="https://w.wiki/5k$p" target="_blank">{
77+
<a href="https://w.wiki/7NWS" target="_blank">{
7878
unwrapWidget( new OO.ui.ButtonWidget( {
7979
label: mw.msg( 'deputy.about.contact' ),
8080
flags: [ 'progressive' ]

0 commit comments

Comments
 (0)