From b8c60ce27240f3ac7e7b8888782bf0b2e94e2faa Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Sat, 28 Aug 2021 10:12:41 +0100 Subject: [PATCH] Try another URL format (all one line) for github.io. --- index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.md b/index.md index daf7aca..158815a 100644 --- a/index.md +++ b/index.md @@ -15,8 +15,8 @@ flexible API, the code of PCRE2 has been much improved since the fork. As well as downloading from the [GitHub site](https://github.com/PhilipHazel/pcre2), you can download PCRE2 -or the older, unmaintained PCRE1 library from an [*unofficial* mirror] -(https://sourceforge.net/projects/pcre/files/) at SourceForge. +or the older, unmaintained PCRE1 library from an +[*unofficial* mirror](https://sourceforge.net/projects/pcre/files/) at SourceForge. You can check out the PCRE2 source code via Git or Subversion: @@ -26,12 +26,12 @@ You can check out the PCRE2 source code via Git or Subversion: ## Contributed Ports If you just need the command-line PCRE2 tools on Windows, precompiled binary -versions are available at this [Rexegg page] -(http://www.rexegg.com/pcregrep-pcretest.html). +versions are available at this +[Rexegg page](http://www.rexegg.com/pcregrep-pcretest.html). A PCRE2 port for z/OS, a mainframe operating system which uses EBCDIC as its -default character encoding, can be found at [http://www.cbttape.org] -(http://www.cbttape.org/) (File 939). +default character encoding, can be found at +[http://www.cbttape.org](http://www.cbttape.org/) (File 939). ## Documentation @@ -43,8 +43,8 @@ community authored Wikipedia entry for PCRE. There is a curated summary of changes for each PCRE release, copies of documentation from older releases, and other useful information from the third -party authored [RexEgg PCRE Documentation and Change Log page] -(http://www.rexegg.com/pcre-documentation.html). +party authored +[RexEgg PCRE Documentation and Change Log page](http://www.rexegg.com/pcre-documentation.html). ## Contact