Some changes for switch to Gitlab and making public
This commit is contained in:
parent
49f6b2aabd
commit
83439d537f
10
README.md
10
README.md
|
@ -1,14 +1,14 @@
|
|||
# pokebattle-sim [![Build Status](https://secure.travis-ci.org/sarenji/pokebattle-sim.png?branch=master)](http://travis-ci.org/sarenji/pokebattle-sim)
|
||||
# Insurgence Battle Simulator
|
||||
|
||||
A competitive Pokemon battle simulator playable in the browser.
|
||||
A competitive Pokemon battle simulator playable in the browser. Based on https://github.com/sarenji/pokebattle-sim
|
||||
|
||||
## Set up
|
||||
|
||||
### Installation
|
||||
|
||||
```bash
|
||||
git clone git://github.com/sarenji/pokebattle-sim.git
|
||||
cd pokebattle-sim
|
||||
git clone https://gitlab.com/Deukhoofd/BattleSim.git
|
||||
cd BattleSim
|
||||
npm install
|
||||
```
|
||||
|
||||
|
@ -112,4 +112,4 @@ Other contributions (e.g. to the client) are much less strict!
|
|||
## Issues
|
||||
|
||||
Report issues in GitHub's [issue
|
||||
tracker](https://github.com/sarenji/pokebattle-sim/issues).
|
||||
tracker](https://gitlab.com/Deukhoofd/BattleSim/issues).
|
||||
|
|
|
@ -10,7 +10,7 @@ ul.nav
|
|||
a(href="/replays", target="_blank").nav_item Your Replays
|
||||
a(href="/leaderboard/", target="_blank").nav_item Leaderboard
|
||||
a(href="/tiers/", target="_blank").nav_item Tier List
|
||||
a(href="//bitbucket.org/PInsurgence/battle-simulator/issues?status=new&status=open", target="_blank").nav_item Bug Reports
|
||||
a(href="//gitlab.com/Deukhoofd/BattleSim/issues", target="_blank").nav_item Bug Reports
|
||||
a(href="//forums.p-insurgence.com/c/battle-simulator/feature-requests", target="_blank").nav_item Feature Requests
|
||||
|
||||
ul.nav.nav_battles.hidden
|
||||
|
|
Loading…
Reference in New Issue