Migrated from github.com/01org to github.com/intel

This commit is contained in:
Matthew Barr 2017-10-26 09:40:40 +11:00
parent 3dcd51c272
commit aff7242ad3
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ Hyperscan is typically used in a DPI library stack.
# Documentation # Documentation
Information on building the Hyperscan library and using its API is available in Information on building the Hyperscan library and using its API is available in
the [Developer Reference Guide](http://01org.github.io/hyperscan/dev-reference/). the [Developer Reference Guide](http://intel.github.io/hyperscan/dev-reference/).
# License # License

View File

@ -10,7 +10,7 @@ Very Quick Start
#. Clone Hyperscan :: #. Clone Hyperscan ::
cd <where-you-want-hyperscan-source> cd <where-you-want-hyperscan-source>
git clone git://github/01org/hyperscan git clone git://github/intel/hyperscan
#. Configure Hyperscan #. Configure Hyperscan

View File

@ -5,4 +5,4 @@ The `hsbench` tool provides an easy way to measure Hyperscan's performance
for a particular set of patterns and corpus of data to be scanned. for a particular set of patterns and corpus of data to be scanned.
Documentation describing its operation is available in the Tools section of the Documentation describing its operation is available in the Tools section of the
[Developer Reference Guide](http://01org.github.io/hyperscan/dev-reference/). [Developer Reference Guide](http://intel.github.io/hyperscan/dev-reference/).