From aff7242ad3fadadafb2e1b7bcf1fe17419c59626 Mon Sep 17 00:00:00 2001 From: Matthew Barr Date: Thu, 26 Oct 2017 09:40:40 +1100 Subject: [PATCH] Migrated from github.com/01org to github.com/intel --- README.md | 2 +- doc/dev-reference/getting_started.rst | 2 +- tools/hsbench/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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/).