Cherry-pick fix for broken links in Go documentation from 'master' Doc link fixes only, no code changes.
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/3826a8e5 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/3826a8e5 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/3826a8e5 Branch: refs/heads/go1 Commit: 3826a8e5bc9fcebea49379d2c3cb8c73159b4e11 Parents: d9ef152 Author: Alan Conway <[email protected]> Authored: Wed Jul 4 11:56:15 2018 -0400 Committer: Alan Conway <[email protected]> Committed: Wed Jul 4 11:56:15 2018 -0400 ---------------------------------------------------------------------- README.md | 2 +- electron/doc.go | 3 --- electron/example_client_server_test.go | 3 --- 3 files changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3826a8e5/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 5292454..8e34ea2 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ event-driven, concurrent-unsafe package that closely follows the proton C API. Most Go programmers will find the [electron](http://godoc.org/qpid.apache.org/electron) package easier to use. -See the [examples](https://github.com/apache/qpid-proton/blob/master/examples/go/README.md) +See the [examples](https://github.com/apache/qpid-proton/blob/master/go/examples/README.md) to help you get started. Feedback is encouraged at: http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3826a8e5/electron/doc.go ---------------------------------------------------------------------- diff --git a/electron/doc.go b/electron/doc.go index 39137c0..2330992 100644 --- a/electron/doc.go +++ b/electron/doc.go @@ -40,13 +40,10 @@ in both directions on a single Connection. Some of the documentation examples show client and server side by side in a single program, in separate goroutines. This is only for example purposes, real AMQP applications would run in separate processes on the network. -More realistic examples: https://github.com/apache/qpid-proton/blob/master/examples/go/README.md Some of the documentation examples show client and server side by side in a single program, in separate goroutines. This is only for example purposes, real AMQP applications would run in separate processes on the network. -More realistic examples: https://github.com/apache/qpid-proton/blob/master/examples/go/README.md - */ package electron http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/3826a8e5/electron/example_client_server_test.go ---------------------------------------------------------------------- diff --git a/electron/example_client_server_test.go b/electron/example_client_server_test.go index 385c865..536d95b 100644 --- a/electron/example_client_server_test.go +++ b/electron/example_client_server_test.go @@ -51,9 +51,6 @@ func Server(l net.Listener) { // Example client sending messages to a server running in a goroutine. // -// Normally client and server would be separate processes. For more realistic and detailed examples: -// https://github.com/apache/qpid-proton/blob/master/examples/go/README.md -// func Example_clientServer() { l, err := net.Listen("tcp", "127.0.0.1:0") // tcp4 so example will work on ipv6-disabled platforms if err != nil { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
