Skip to content

Commit 0c3815e

Browse files
committed
fixing broken link
fixing broken link
1 parent a963c83 commit 0c3815e

File tree

1 file changed

+1
-1
lines changed
  • docs/howto/weather-and-distance-tool

1 file changed

+1
-1
lines changed

docs/howto/weather-and-distance-tool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Parsing JSON in Python is relatively straightforward but can become quite verbos
2929
* [Run in Designer](#run-in-designer)
3030

3131
## Get WeatherAPI Key
32-
[WeatherAPI](weatherapi.com) offers weather data via a JSON RESTful API. While it is free, it does require an API key to make requests. Sign up to get an API key which will be used in this demo.
32+
[WeatherAPI](https://www.weatherapi.com/) offers weather data via a JSON RESTful API. While it is free, it does require an API key to make requests. Sign up to get an API key which will be used in this demo.
3333

3434
## Get Google Maps API Key
3535
The [Google Maps Distance Matrix API](https://developers.google.com/maps/documentation/distance-matrix/overview) also requires an API key, which requires a Google billing account. While it's technically not a free API, there is an automatic credit of \$200 applied each month. For non GCP users, there is a trial in which \$300 worth of API calls can be consumed, without charge. With the first 100,000 API calls running $0.005, this will be quite hard to breach.

0 commit comments

Comments
 (0)