You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2018/07/03 22:03:04 UTC

qpid-proton git commit: NO-JIRA: Fix broken links in Go documentation

Repository: qpid-proton
Updated Branches:
  refs/heads/master 9e8edc17d -> 65762fdd0


NO-JIRA: Fix broken links in Go documentation


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/65762fdd
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/65762fdd
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/65762fdd

Branch: refs/heads/master
Commit: 65762fdd0ca72faafa341d7e6b7d8c94a6fd1d4e
Parents: 9e8edc1
Author: Alan Conway <ac...@redhat.com>
Authored: Tue Jul 3 18:00:58 2018 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Tue Jul 3 18:00:58 2018 -0400

----------------------------------------------------------------------
 go/examples/README.md                                         | 2 --
 go/src/qpid.apache.org/README.md                              | 2 +-
 go/src/qpid.apache.org/electron/doc.go                        | 3 ---
 go/src/qpid.apache.org/electron/example_client_server_test.go | 3 ---
 4 files changed, 1 insertion(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/65762fdd/go/examples/README.md
----------------------------------------------------------------------
diff --git a/go/examples/README.md b/go/examples/README.md
index e6e73e9..07f9eed 100644
--- a/go/examples/README.md
+++ b/go/examples/README.md
@@ -95,8 +95,6 @@ The [proton](http://godoc.org/qpid.apache.org/proton) and
 [electron](http://godoc.org/qpid.apache.org/electron) packages provide two
 different APIs for building AMQP applications. For most applications,
 [electron](http://godoc.org/qpid.apache.org/electron) is easier to use.
-[The proton Go README](https://github.com/apache/qpid-proton/blob/master/go/src/qpid.apache.org/README.md)
-has some discussion about why there are two APIs.
 
 The examples [proton/broker.go](proton/broker.go) and
 [electron/broker.go](electron/broker.go) implement the same simple broker

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/65762fdd/go/src/qpid.apache.org/README.md
----------------------------------------------------------------------
diff --git a/go/src/qpid.apache.org/README.md b/go/src/qpid.apache.org/README.md
index 5292454..8e34ea2 100644
--- a/go/src/qpid.apache.org/README.md
+++ b/go/src/qpid.apache.org/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/65762fdd/go/src/qpid.apache.org/electron/doc.go
----------------------------------------------------------------------
diff --git a/go/src/qpid.apache.org/electron/doc.go b/go/src/qpid.apache.org/electron/doc.go
index 39137c0..2330992 100644
--- a/go/src/qpid.apache.org/electron/doc.go
+++ b/go/src/qpid.apache.org/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/65762fdd/go/src/qpid.apache.org/electron/example_client_server_test.go
----------------------------------------------------------------------
diff --git a/go/src/qpid.apache.org/electron/example_client_server_test.go b/go/src/qpid.apache.org/electron/example_client_server_test.go
index 385c865..536d95b 100644
--- a/go/src/qpid.apache.org/electron/example_client_server_test.go
+++ b/go/src/qpid.apache.org/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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org