limetext / lime

Open source API-compatible alternative to the text editor Sublime Text
http://limetext.github.io
BSD 2-Clause "Simplified" License
15.31k stars 1.07k forks source link

Godoc links on wiki page for `Implementing commands` are broken #549

Closed axiomabsolute closed 9 years ago

axiomabsolute commented 9 years ago

The Godoc links on the (Implementing commands)[https://github.com/limetext/lime/wiki/Implementing-commands] Wiki page return 404 Not Found. This appears to be due to a mis-formatting of the URL caused by restructuring the project.

Before (broken): http://godoc.org/github.com/limetext/lime/backend#TextCommand

After (correct): http://godoc.org/github.com/limetext/lime-backend/lib#TextCommand

axiomabsolute commented 9 years ago

Fixed GoDoc links on the wiki page mentioned, as well as a link to the commands directory in the lime-backend repo.

erbridge commented 9 years ago

Looks like you've fixed this. No need to open an issue in future. Just go in and make the changes.