Skip to content

Commit

Permalink
Correcting base URL for the example API (#9245)
Browse files Browse the repository at this point in the history
  • Loading branch information
anujgupta0711 authored Jan 13, 2022
1 parent dc24d87 commit ecfc9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connector-development/tutorials/cdk-speedrun.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ In your `source.py` file, add this `Pokemon` class. This stream represents an en

```python
class Pokemon(HttpStream):
url_base = "https://api.exchangeratesapi.io/"
url_base = "https://pokeapi.co/api/v2/"

# Set this as a noop.
primary_key = None
Expand Down

0 comments on commit ecfc9e1

Please sign in to comment.