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
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

View File

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