diff --git a/README.md b/README.md index 02a98a4..e90903f 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ It is possible to pass additional options to enable more features. The following If ```IPCL_DETECT_IFMA_RUNTIME``` flag is set to ```ON```, it will determine whether the system supports the AVX512IFMA instructions on runtime. It is still possible to disable IFMA exclusive feature (multi-buffer modular exponentiation) during runtime by setting up the environment variable ```IPCL_DISABLE_AVX512IFMA=1```. ### Installing and Using Example -For installing and using the library externally, see [example/README.md]](./example/README.md). +For installing and using the library externally, see [example/README.md](./example/README.md). ## Testing and Benchmarking To run a set of unit tests via [Googletest](https://github.com/google/googletest), configure and build library with `-DIPCL_TEST=ON` (see [Instructions](#instructions)).