Skip to content

Commit 9bf99a0

Browse files
committed
Update repo links
1 parent b01c150 commit 9bf99a0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pokémon Showdown Client
44
Navigation: [Website][1] | [Server repository][2] | **Client repository** | [Dex repository][3]
55

66
[1]: http://pokemonshowdown.com/
7-
[2]: https://github.com/Zarel/Pokemon-Showdown
7+
[2]: https://github.com/smogon/pokemon-showdown
88
[3]: https://github.com/Zarel/Pokemon-Showdown-Dex
99

1010
Introduction
@@ -17,7 +17,7 @@ This is what runs `play.pokemonshowdown.com`.
1717
**WARNING: You probably want the [Pokémon Showdown server][4]**, if you're
1818
setting up a server.
1919

20-
[4]: https://github.com/Zarel/Pokemon-Showdown
20+
[4]: https://github.com/smogon/pokemon-showdown
2121

2222
Browser support
2323
------------------------------------------------------------------------

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "AGPL-3.0",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/Zarel/Pokemon-Showdown-Client.git"
9+
"url": "https://github.com/smogon/pokemon-showdown-client.git"
1010
},
1111
"scripts": {
1212
"lint": "eslint --config=.eslintrc.js --cache --cache-file=caches/eslint-base.json play.pokemonshowdown.com/js/ && eslint --config=build-tools/.eslintrc.js --cache --cache-file=caches/eslint-build.json build-tools/update build-tools/build-indexes && tslint --project .",

Diff for: play.pokemonshowdown.com/index.template.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
++++++++++++ =======+
1818
1919
Viewing source? We're open source! Check us out on GitHub!
20-
https://github.com/Zarel/Pokemon-Showdown
21-
https://github.com/Zarel/Pokemon-Showdown-Client (you are here)
20+
https://github.com/smogon/pokemon-showdown
21+
https://github.com/smogon/pokemon-showdown-client (you are here)
2222
2323
Also visit us in the Dev chatroom:
2424
https://psim.us/dev

Diff for: play.pokemonshowdown.com/js/client-battle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
// This is backwards compatibility with old code that violates the
164164
// expectation that server messages can be streamed line-by-line.
165165
// Please do NOT EVER push protocol changes without a pull request.
166-
// https://github.com/Zarel/Pokemon-Showdown/commit/e3c6cbe4b91740f3edc8c31a1158b506f5786d72#commitcomment-21278523
166+
// https://github.com/smogon/pokemon-showdown/commit/e3c6cbe4b91740f3edc8c31a1158b506f5786d72#commitcomment-21278523
167167
choiceText = '?';
168168
data = data.slice(2, nlIndex);
169169
} else if (nlIndex >= 0) {

0 commit comments

Comments
 (0)