Update the docs.

This commit is contained in:
Daniel Nichter
2013-06-14 20:52:54 -07:00
parent d074c1746b
commit 7d2d3bfbfc
2 changed files with 71 additions and 133 deletions

View File

@@ -50,7 +50,7 @@ has 'entry_link' => (
is => 'rw',
isa => 'Str',
required => 0,
default => sub { return 'https://api-pws.percona.com' },
default => sub { return 'https://cloud-api.percona.com' },
);
has 'ua' => (