hybridgroup / gobot

Golang framework for robotics, drones, and the Internet of Things (IoT)
https://gobot.io
Other
8.98k stars 1.04k forks source link

Bad URL in Sphero install documentation #204

Closed cjqian closed 9 years ago

cjqian commented 9 years ago

http://gobot.io/documentation/drivers/sphero/

Install the library with: go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/sphero

should be

Install the library with: go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/sphero

deadprogram commented 9 years ago

That has been corrected in https://github.com/hybridgroup/gobot-site/commit/68d1805c4a1856b1bb1e07169a5db80d82b4fb9b thank you for reporting!