polygon-io / client-go

The official Go client library for the Polygon REST and WebSocket API.
MIT License
127 stars 36 forks source link

nit: outdated link in the docs #419

Closed rrshaban closed 2 months ago

rrshaban commented 2 months ago

https://polygon.io/blog/go-stock-market-data "From here, interacting with the Polygon.io API's is easy. We have over 50 example code snippet to help you get started, here's one on how to get aggregate bars for a stock over a given date range (code here):" shall point instead to https://github.com/polygon-io/client-go/blob/master/rest/example/main.go ?

justinpolygon commented 2 months ago

Thanks @rrshaban. I'll fix. Sorry about that.

justinpolygon commented 2 months ago

Fixed -- thanks for reporting. Deploying is going out now.