diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-07-29 15:52:48 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-07-29 15:52:48 -0400 |
commit | b352a0d92278a3c94d536cd44b1ec0807a7c4980 (patch) | |
tree | 9513a86881b6aa8a9804c6ca988478789b0fafbf | |
parent | 29d04728a1f94feeefe8a8df07a6343fa554ca9b (diff) | |
download | pfsense-packages-b352a0d92278a3c94d536cd44b1ec0807a7c4980.tar.gz pfsense-packages-b352a0d92278a3c94d536cd44b1ec0807a7c4980.tar.bz2 pfsense-packages-b352a0d92278a3c94d536cd44b1ec0807a7c4980.zip |
Fix-up URLs for Snort rule subscription sign-ups.
-rw-r--r-- | config/snort/snort_interfaces_global.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort_interfaces_global.php b/config/snort/snort_interfaces_global.php index 849dea8f..195e1a5e 100644 --- a/config/snort/snort_interfaces_global.php +++ b/config/snort/snort_interfaces_global.php @@ -219,8 +219,8 @@ if ($input_errors) <td><span class="vexpl"><?php echo gettext("Snort VRT free Registered User or paid Subscriber rules"); ?></span></td> <tr> <td> </td> - <td><a href="https://www.snort.org/signup" target="_blank"><?php echo gettext("Sign Up for a free Registered User Rule Account"); ?> </a><br/> - <a href="http://www.snort.org/vrt/buy-a-subscription" target="_blank"> + <td><a href="https://www.snort.org/users/sign_up" target="_blank"><?php echo gettext("Sign Up for a free Registered User Rule Account"); ?> </a><br/> + <a href="https://www.snort.org/products" target="_blank"> <?php echo gettext("Sign Up for paid Sourcefire VRT Certified Subscriber Rules"); ?></a></td> </tr> </table> |