Skip to content

Commit

Permalink
Merge pull request #64 from hexfusion/fx_org
Browse files Browse the repository at this point in the history
*: Update org to etcd-io.
  • Loading branch information
hexfusion authored Oct 13, 2018
2 parents 697a08b + 4e6ba8a commit 2ae8460
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down Expand Up @@ -205,12 +205,12 @@ CONTRIBUTORS
Ananth Kavuri 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
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/coreos/etcd/blob/master/Documentation/dev-guide/api_
<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+
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down Expand Up @@ -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+
Expand Down
8 changes: 4 additions & 4 deletions lib/Net/Etcd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down Expand Up @@ -508,12 +508,12 @@ Michael Fung
=head1 ACKNOWLEDGEMENTS
The L<etcd|https://github.com/coreos/etcd> developers and community.
The L<etcd|https://github.com/etcd-io/etcd> developers and community.
=head1 CAVEATS
The L<etcd|https://github.com/coreos/etcd> v3 API is in heavy development and can change at anytime please see
L<api_reference_v3|https://github.com/coreos/etcd/blob/master/Documentation/dev-guide/api_reference_v3.md>
The L<etcd|https://github.com/etcd-io/etcd> v3 API is in heavy development and can change at anytime please see
L<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+
Expand Down

0 comments on commit 2ae8460

Please sign in to comment.