PROTON-827: Update go README to point to correct location.
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/23861732 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/23861732 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/23861732 Branch: refs/heads/cjansen-cpp-client Commit: 238617325001b2b0e72ea384d7931a65f86ae63b Parents: 485b23d Author: Alan Conway <[email protected]> Authored: Fri May 29 15:27:49 2015 -0400 Committer: Alan Conway <[email protected]> Committed: Fri May 29 15:27:49 2015 -0400 ---------------------------------------------------------------------- proton-c/bindings/go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/23861732/proton-c/bindings/go/README.md ---------------------------------------------------------------------- diff --git a/proton-c/bindings/go/README.md b/proton-c/bindings/go/README.md index a5580e9..0d3a74e 100644 --- a/proton-c/bindings/go/README.md +++ b/proton-c/bindings/go/README.md @@ -2,4 +2,4 @@ Experimental work on the Go language binding has been moved to the `go1` branch until it is ready for use. You can `git checkout go1` on your git clone, or -browse at https://github.com/apache/qpid-proton/blob/go1/go/README.md +browse at https://github.com/apache/qpid-proton/blob/go1/proton-c/bindings/go/README.md --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
