sourcegraph / go-vcs

manipulate and inspect VCS repositories in Go
https://sourcegraph.com/sourcegraph/go-vcs
Other
79 stars 20 forks source link

README: Fix broken links. #98

Closed dmitshur closed 8 years ago

dmitshur commented 8 years ago

Point to the vcs.Repository interface, since that's a better starting point for this project than the root directory (i.e. https://sourcegraph.com/github.com/sourcegraph/go-vcs).

Thanks to @prashantv for reporting the issue.

rothfels commented 8 years ago

LGTM

dmitshur commented 8 years ago

CI is failing because of some hg tests. We need to update Travis config to newer versions and fix the failing tests.