From 4e6ba8a97a5be12d573d64f60a86814397194596 Mon Sep 17 00:00:00 2001 From: Sam Batschelet Date: Sat, 13 Oct 2018 17:47:34 -0400 Subject: [PATCH] *: Update org to etcd-io. --- .travis.yml | 2 +- README | 8 ++++---- README.md | 8 ++++---- lib/Net/Etcd.pm | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71e905a..256e858 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ matrix: - perl: "5.28" before_install: - curl https://coreos.com/dist/pubkeys/app-signing-pubkey.gpg | sudo apt-key add - - - wget https://github.com/coreos/etcd/releases/download/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -O /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz + - wget https://github.com/etcd-io/etcd/releases/download/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -O /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz - mkdir -p /tmp/test-etcd - tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/test-etcd --strip-components=1 - /tmp/test-etcd/etcd -version diff --git a/README b/README index 1258418..d896ea5 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME SYNOPSIS Etcd v3.1.0 or greater is required. To use the v3 API make sure to set environment - variable ETCDCTL_API=3. Precompiled binaries can be downloaded at https://github.com/coreos/etcd/releases. + variable ETCDCTL_API=3. Precompiled binaries can be downloaded at https://github.com/etcd-io/etcd/releases. $etcd = Net::Etcd->new(); # host: 127.0.0.1 port: 2379 $etcd = Net::Etcd->new({ host => $host, port => $port, ssl => 1 }); @@ -205,12 +205,12 @@ CONTRIBUTORS Ananth Kavuri Michael Fung ACKNOWLEDGEMENTS - The etcd developers and community. + The etcd developers and community. CAVEATS - The etcd v3 API is in heavy development + The etcd v3 API is in heavy development and can change at anytime please see api_reference_v3 - for latest details. Authentication provided by this module will only work with etcd v3.3.0+ diff --git a/README.md b/README.md index 65d57fd..496ebdd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Net::Etcd - etcd v3 REST API. # SYNOPSIS Etcd v3.1.0 or greater is required. To use the v3 API make sure to set environment - variable ETCDCTL_API=3. Precompiled binaries can be downloaded at https://github.com/coreos/etcd/releases. + variable ETCDCTL_API=3. Precompiled binaries can be downloaded at https://github.com/etcd-io/etcd/releases. $etcd = Net::Etcd->new(); # host: 127.0.0.1 port: 2379 $etcd = Net::Etcd->new({ host => $host, port => $port, ssl => 1 }); @@ -243,12 +243,12 @@ Michael Fung # ACKNOWLEDGEMENTS -The [etcd](https://github.com/coreos/etcd) developers and community. +The [etcd](https://github.com/etcd-io/etcd) developers and community. # CAVEATS -The [etcd](https://github.com/coreos/etcd) v3 API is in heavy development and can change at anytime please see - [api\_reference\_v3](https://github.com/coreos/etcd/blob/master/Documentation/dev-guide/api_reference_v3.md) +The [etcd](https://github.com/etcd-io/etcd) v3 API is in heavy development and can change at anytime please see + [api\_reference\_v3](https://github.com/etcd-io/etcd/blob/master/Documentation/dev-guide/api_reference_v3.md) for latest details. Authentication provided by this module will only work with etcd v3.3.0+ diff --git a/lib/Net/Etcd.pm b/lib/Net/Etcd.pm index 962fc27..bf0539b 100644 --- a/lib/Net/Etcd.pm +++ b/lib/Net/Etcd.pm @@ -37,7 +37,7 @@ our $VERSION = '0.022'; =head1 SYNOPSIS Etcd v3.1.0 or greater is required. To use the v3 API make sure to set environment - variable ETCDCTL_API=3. Precompiled binaries can be downloaded at https://github.com/coreos/etcd/releases. + variable ETCDCTL_API=3. Precompiled binaries can be downloaded at https://github.com/etcd-io/etcd/releases. $etcd = Net::Etcd->new(); # host: 127.0.0.1 port: 2379 $etcd = Net::Etcd->new({ host => $host, port => $port, ssl => 1 }); @@ -508,12 +508,12 @@ Michael Fung =head1 ACKNOWLEDGEMENTS -The L developers and community. +The L developers and community. =head1 CAVEATS -The L v3 API is in heavy development and can change at anytime please see - L +The L v3 API is in heavy development and can change at anytime please see + L for latest details. Authentication provided by this module will only work with etcd v3.3.0+