From 36d5ac1156dbcb1bf6305ce7490ba7d34d391daa Mon Sep 17 00:00:00 2001 From: Shawn Toffel Date: Tue, 18 Jul 2023 13:29:15 -0600 Subject: [PATCH] Updated documentation links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc5ff9f..bee3015 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ response, err := client.Forecast(ctx, apiToken, request) ## Documentation - [![Go Reference](https://pkg.go.dev/badge/github.com/shawntoffel/go-pirateweather.svg)](https://pkg.go.dev/github.com/shawntoffel/go-pirateweather) -- [Getting Started](https://pirateweather.net/getting-started) -- [API](https://docs.pirateweather.net/en/latest/) +- [Getting Started](https://pirateweather.net/en/latest/) +- [API](https://pirateweather.net/en/latest/API/) ## Examples - [Simple forecast](https://github.com/shawntoffel/go-pirateweather/tree/master/examples/simple/main.go)