From 63a6517eb289c117ecc1dc49e2d84e9527bab0c6 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 1 Dec 2022 11:03:58 -0800 Subject: [PATCH] Update README.md Noted the open source and Intel versions of Hyperscan. Removed broken mailing list references. --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9f4c03723..8793d1d25 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ matching of regular expressions across streams of data. Hyperscan is typically used in a DPI library stack. +This open source version of the library is available at https://github.com/intel/hyperscan. +Intel also has an upgraded library version that is available through your Intel sales representative. + # Documentation Information on building the Hyperscan library and using its API is available in @@ -23,21 +26,20 @@ project repository. # Versioning The `master` branch on Github will always contain the most recent release of -Hyperscan. Each version released to `master` goes through QA and testing before -it is released; if you're a user, rather than a developer, this is the version -you should be using. +the open source version of Hyperscan. Each version released to `master` goes +through QA and testing before it is released; if you're a user, rather than +a developer, this is the version you should be using. Further development towards the next release takes place on the `develop` branch. +Intel also has an upgraded library version that is available through your Intel sales representative. + # Get Involved The official homepage for Hyperscan is at [www.hyperscan.io](https://www.hyperscan.io). -If you have questions or comments, we encourage you to [join the mailing -list](https://lists.01.org/mailman/listinfo/hyperscan). Bugs can be filed by -sending email to the list, or by creating an issue on Github. +If you have questions or comments, we encourage you to reach out ot the developers on Github. -If you wish to contact the Hyperscan team at Intel directly, without posting -publicly to the mailing list, send email to +If you wish to contact the Hyperscan team at Intel directly, send email to [hyperscan@intel.com](mailto:hyperscan@intel.com).