Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update repo links #2238

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pokémon Showdown Client
Navigation: [Website][1] | [Server repository][2] | **Client repository** | [Dex repository][3]

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

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

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

Browser support
------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/Zarel/Pokemon-Showdown-Client.git"
"url": "https://github.com/smogon/pokemon-showdown-client.git"
},
"scripts": {
"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 .",
Expand Down
4 changes: 2 additions & 2 deletions play.pokemonshowdown.com/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
++++++++++++ =======+

Viewing source? We're open source! Check us out on GitHub!
https://github.com/Zarel/Pokemon-Showdown
https://github.com/Zarel/Pokemon-Showdown-Client (you are here)
https://github.com/smogon/pokemon-showdown
https://github.com/smogon/pokemon-showdown-client (you are here)

Also visit us in the Dev chatroom:
https://psim.us/dev
Expand Down
2 changes: 1 addition & 1 deletion play.pokemonshowdown.com/js/client-battle.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
// This is backwards compatibility with old code that violates the
// expectation that server messages can be streamed line-by-line.
// Please do NOT EVER push protocol changes without a pull request.
// https://github.com/Zarel/Pokemon-Showdown/commit/e3c6cbe4b91740f3edc8c31a1158b506f5786d72#commitcomment-21278523
// https://github.com/smogon/pokemon-showdown/commit/e3c6cbe4b91740f3edc8c31a1158b506f5786d72#commitcomment-21278523
choiceText = '?';
data = data.slice(2, nlIndex);
} else if (nlIndex >= 0) {
Expand Down
Loading