]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Migrated from github.com/01org to github.com/intel
authorMatthew Barr <matthew.barr@intel.com>
Wed, 25 Oct 2017 22:40:40 +0000 (09:40 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 25 Oct 2017 22:40:40 +0000 (09:40 +1100)
README.md
doc/dev-reference/getting_started.rst
tools/hsbench/README.md

index 1753ecbea53d245e421d8a956eeec4bf1e581c7a..e152eeace57379b036cbd80373cf7e0ef9cdc1b0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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
 
index 1d44705b4b8845bd031bc63ade2cbba94ea24fe9..1c5002f5bc33ed7869dab98e9dc8be073ff4a62a 100644 (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
 
index 344a6c00e9a039393225222fa47a78a7c05c419b..3e6417be2f66e8617595dcc4eb05fc4950843b03 100644 (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/).