You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgalt="Recording of a terminal session showing the PCRE2 quickstart; reproduced in text form below"width="787px"src="https://github.com/user-attachments/assets/7b90180e-276e-4202-b590-b72871cff91a">
# We fetched, built, and called PCRE2 successfully! :)
162
161
```
163
162
164
163
</details>
@@ -213,7 +212,7 @@ There are accompanying utility functions for converting glob patterns and POSIX
213
212
214
213
As well as the PCRE2 API, the library also offers a POSIX-compatible `<regex.h>` header and `regexec()` function. However, this does not provide the ability to pass PCRE2 flags, so we recommend users consume the PCRE2 API if possible.
215
214
216
-
See the [full library and API documentation](https://pcre2project.github.io/pcre2/doc/html/index.html) for further details.
215
+
See the [full library and API documentation](https://pcre2project.github.io/pcre2/doc/) for further details.
217
216
218
217
For third-party documentation, see further:
219
218
@@ -241,7 +240,7 @@ Other systems are likely to work (including mobile, embedded platforms, and comm
241
240
242
241
PCRE2 releases support CMake for building, and for UNIX platforms include a `./configure` script built by Autoconf. Build files for the Bazel build system and `zig build` are also included. Integrating PCRE2 with other systems can be done by including the `.c` files in an existing project.
243
242
244
-
Please see the files [README](./README) and [NON-AUTOTOOLS-BUILD](./NON-AUTOTOOLS-BUILD) for full build documentation, as well as the man pages, including [`man pcre2/doc/pcre2build.3`](https://pcre2project.github.io/pcre2/doc/html/pcre2build.html).
243
+
Please see the files [README](./README) and [NON-AUTOTOOLS-BUILD](./NON-AUTOTOOLS-BUILD) for full build documentation, as well as the man pages, including [`man pcre2/doc/pcre2build.3`](https://pcre2project.github.io/pcre2/doc/pcre2build/).
0 commit comments