diff options
author | Ivan Kohler <ivan-debian@420.am> | 2012-03-10 14:47:36 -0800 |
---|---|---|
committer | Ivan Kohler <ivan-debian@420.am> | 2012-03-10 14:47:36 -0800 |
commit | 8f155ea8e7013a3876033b1ccf8d3099fce5cfc1 (patch) | |
tree | 660d21c00978178aa3582900056098537bfe778f | |
parent | 984fff08c579ff72f6eb7f658d9373079eafb16a (diff) |
fix everyone.net link pointing to CP, RT#16840
-rw-r--r-- | FS/FS/part_export/everyone_net.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/everyone_net.pm b/FS/FS/part_export/everyone_net.pm index e04318e10..0fd32fa8b 100644 --- a/FS/FS/part_export/everyone_net.pm +++ b/FS/FS/part_export/everyone_net.pm @@ -20,7 +20,7 @@ tie my %options, 'Tie::IxHash', 'options'=> \%options, 'notes' => <<'END' Real-time export to -<a href="http://www.cp.net/">Everyone.net</a> via the XRC Remote API. +<a href="http://www.everyone.net/">Everyone.net</a> via the XRC Remote API. Requires installation of <a href="http://search.cpan.org/dist/Net-XRC">Net::XRC</a> from CPAN. |