PokeAPI / pokeapi.co

The PokéAPI documentation website
https://pokeapi.co
BSD 3-Clause "New" or "Revised" License
136 stars 52 forks source link

Fix Broken Hyperlink to pokeapi.co in README #147

Closed JintoYamanaka closed 10 months ago

JintoYamanaka commented 10 months ago

Issue:

The hyperlink to pokeapi.co is interpreted as a relative path, leading to a GitHub 404 page instead of the actual PokeAPI website when clicked from the README.

Resolution:

Updated the URL to include the https:// prefix, ensuring proper redirection.

With this correction, anyone reading the README will be directed to the correct PokeAPI website upon clicking the link.