The current link no longer works.
The `sd_pattern` rule option is powered by the open source Hyperscan
library from Intel. It provides a regex grammar which is mostly PCRE
compatible. To learn more about Hyperscan see
-http://01org.github.io/hyperscan/dev-reference/
+https://intel.github.io/hyperscan/dev-reference/
==== Syntax
`sd_pattern`. It supports 3 built in patterns which are configured by name:
"credit_card", "us_social" and "us_social_nodashes", as well as user
defined regular expressions of the Hyperscan dialect (see
-http://01org.github.io/hyperscan/dev-reference/compilation.html#pattern-support).
+https://intel.github.io/hyperscan/dev-reference/compilation.html#pattern-support).
sd_pattern:"credit_card";
<div class="paragraph"><p>The <code>sd_pattern</code> rule option is powered by the open source Hyperscan\r
library from Intel. It provides a regex grammar which is mostly PCRE\r
compatible. To learn more about Hyperscan see\r
-<a href="http://01org.github.io/hyperscan/dev-reference/">http://01org.github.io/hyperscan/dev-reference/</a></p></div>\r
+<a href="https://intel.github.io/hyperscan/dev-reference/">https://intel.github.io/hyperscan/dev-reference/</a></p></div>\r
</div>\r
<div class="sect3">\r
<h4 id="_syntax">Syntax</h4>\r
<code>sd_pattern</code>. It supports 3 built in patterns which are configured by name:\r
"credit_card", "us_social" and "us_social_nodashes", as well as user\r
defined regular expressions of the Hyperscan dialect (see\r
-<a href="http://01org.github.io/hyperscan/dev-reference/compilation.html#pattern-support">http://01org.github.io/hyperscan/dev-reference/compilation.html#pattern-support</a>).</p></div>\r
+<a href="https://intel.github.io/hyperscan/dev-reference/compilation.html#pattern-support">https://intel.github.io/hyperscan/dev-reference/compilation.html#pattern-support</a>).</p></div>\r
<div class="literalblock">\r
<div class="content">\r
<pre><code>sd_pattern:"credit_card";</code></pre>\r
not exist without satisfying that dependency.
Hyperscan documentation can be found online
-http://01org.github.io/hyperscan/dev-reference
+https://intel.github.io/hyperscan/dev-reference
The "sd_pattern" will be used as a fast pattern in the future (like "regex")
for performance.