aboutsummaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-08-22 11:55:30 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2018-08-22 11:55:30 -0700
commitafe98de32a130e0033c9b10fa470bb2ff858ed8d (patch)
tree3a049ef1ae3725e37f4701f6ff4f9ffad64f811b /ruby
parent228530e2da79603450948d5d701fe4bb4e47c430 (diff)
downloadprotobuf-afe98de32a130e0033c9b10fa470bb2ff858ed8d.tar.gz
protobuf-afe98de32a130e0033c9b10fa470bb2ff858ed8d.tar.bz2
protobuf-afe98de32a130e0033c9b10fa470bb2ff858ed8d.zip
Replace repo links.
Diffstat (limited to 'ruby')
-rw-r--r--ruby/ext/google/protobuf_c/wrap_memcpy.c2
-rw-r--r--ruby/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/ruby/ext/google/protobuf_c/wrap_memcpy.c b/ruby/ext/google/protobuf_c/wrap_memcpy.c
index 394a52f9..18c03678 100644
--- a/ruby/ext/google/protobuf_c/wrap_memcpy.c
+++ b/ruby/ext/google/protobuf_c/wrap_memcpy.c
@@ -33,7 +33,7 @@
// On x86-64 Linux with glibc, we link against the 2.2.5 version of memcpy so
// that we avoid depending on the 2.14 version of the symbol. This way,
// distributions that are using pre-2.14 versions of glibc can successfully use
-// the gem we distribute (https://github.com/google/protobuf/issues/2783).
+// the gem we distribute (https://github.com/protocolbuffers/protobuf/issues/2783).
//
// This wrapper is enabled by passing the linker flags -Wl,-wrap,memcpy in
// extconf.rb.
diff --git a/ruby/pom.xml b/ruby/pom.xml
index adf6ff20..acd2453b 100644
--- a/ruby/pom.xml
+++ b/ruby/pom.xml
@@ -27,9 +27,9 @@
</license>
</licenses>
<scm>
- <url>https://github.com/google/protobuf</url>
+ <url>https://github.com/protocolbuffers/protobuf</url>
<connection>
- scm:git:https://github.com/google/protobuf.git
+ scm:git:https://github.com/protocolbuffers/protobuf.git
</connection>
</scm>