diff --git a/README.md b/README.md index 1753ecbe..e152eeac 100644 --- 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 diff --git a/doc/dev-reference/getting_started.rst b/doc/dev-reference/getting_started.rst index 1d44705b..1c5002f5 100644 --- a/doc/dev-reference/getting_started.rst +++ b/doc/dev-reference/getting_started.rst @@ -10,7 +10,7 @@ Very Quick Start #. Clone Hyperscan :: cd - git clone git://github/01org/hyperscan + git clone git://github/intel/hyperscan #. Configure Hyperscan diff --git a/tools/hsbench/README.md b/tools/hsbench/README.md index 344a6c00..3e6417be 100644 --- a/tools/hsbench/README.md +++ b/tools/hsbench/README.md @@ -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/).