mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
Update github links (#202)
This commit is contained in:
parent
1d3ba5494a
commit
b558edbb9f
3 changed files with 10 additions and 10 deletions
|
@ -142,7 +142,7 @@ docker run -d -p 8000:8000 pokeapi
|
|||
|
||||
All contributions are welcome: bug fixes, data contributions, recommendations.
|
||||
|
||||
Please see the [issues on GitHub](https://github.com/phalt/pokeapi/issues) before you submit a pull request or raise an issue, someone else might have beat you to it.
|
||||
Please see the [issues on GitHub](https://github.com/PokeAPI/pokeapi/issues) before you submit a pull request or raise an issue, someone else might have beat you to it.
|
||||
|
||||
To contribute to this repository:
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
</p>
|
||||
<div class="well">
|
||||
<p>
|
||||
We know! Feel free to contribute to open issues on <a href="https://github.com/phalt/pokeapi/">GitHub</a>. <br/>
|
||||
We know! Feel free to contribute to open issues on <a href="https://github.com/PokeAPI/pokeapi/">GitHub</a>. <br/>
|
||||
Have ideas for new features? We're on Slack! Sign up <a href="https://pokeapi-slack-invite.herokuapp.com/">right here.</a> then visit our <a href="https://pokeapi.slack.com">slack team</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block docsversionstate %}
|
||||
|
||||
|
||||
<li class="active"><a href="#">V1</a></li>
|
||||
<li><a href="/docsv2/">V2</a></li>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block docsnav %}
|
||||
|
@ -41,7 +41,7 @@
|
|||
<p class="lead">Wrappers for these languages have been made:</p>
|
||||
|
||||
<ul>
|
||||
<li><b>Python</b> - <a href="http://github.com/phalt/pykemon">Pykemon</a> by Paul Hallett.</li>
|
||||
<li><b>Python</b> - <a href="http://github.com/PokeAPI/pykemon">Pykemon</a> by Paul Hallett.</li>
|
||||
<li><b>.NET</b> - <a href="https://gitlab.com/PoroCYon/PokeApi.NET/tree/master">PokeAPI.NET</a> by PoroCYon.</li>
|
||||
<li><b>Racket</b> - <a href="https://github.com/scottlindeman/racketmon">Racketmon</a> by Scott Lindeman.</li>
|
||||
<li><b>Java</b> - <a href="https://github.com/mickeyjk/PokeJava">PokeJava</a> by Mickeyjk.</li>
|
||||
|
@ -82,7 +82,7 @@
|
|||
<li><b>modified</b> - the last time this resource was modified.</li>
|
||||
<li><b>pokemon</b> - a big list of pokemon within this pokedex.</li>
|
||||
</ul> -->
|
||||
|
||||
|
||||
<h4>Pokedex</h4>
|
||||
|
||||
<table>
|
||||
|
@ -201,7 +201,7 @@
|
|||
"weight": "15.2lbs"
|
||||
}
|
||||
</pre>
|
||||
|
||||
|
||||
<h4>Pokemon</h4>
|
||||
|
||||
<table>
|
||||
|
@ -431,7 +431,7 @@
|
|||
]
|
||||
}
|
||||
</pre>
|
||||
|
||||
|
||||
<h4>Type</h4>
|
||||
|
||||
<table>
|
||||
|
@ -593,7 +593,7 @@
|
|||
"resource_uri": "/api/v1/ability/1/"
|
||||
}
|
||||
</pre>
|
||||
|
||||
|
||||
<h4>Ability</h4>
|
||||
|
||||
<table>
|
||||
|
@ -861,7 +861,7 @@ resource_uri: '/api/v1/description/2/'
|
|||
"resource_uri": "/api/v1/game/1/"
|
||||
}
|
||||
</pre>
|
||||
|
||||
|
||||
<h4>Game</h4>
|
||||
|
||||
<table>
|
||||
|
|
Loading…
Reference in a new issue