From 87420871ba4cb01329b318965f7ecee22bc3f6c7 Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Sat, 4 Aug 2018 12:27:28 +0800 Subject: [PATCH] Fix a link error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10c319f..63a7541 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ option(WEBCC_BUILD_EXAMPLE "Build examples?" ON) set(WEBCC_LOG_LEVEL "VERB" CACHE STRING "Log level (VERB, INFO, WARN, ERRO or FATA)") ``` -Options `WEBCC_ENABLE_LOG` and `WEBCC_LOG_LEVEL` together define how logging behaves. See (Wiki/Logging)[https://github.com/sprinfall/webcc/wiki/Logging] for more details. +Options `WEBCC_ENABLE_LOG` and `WEBCC_LOG_LEVEL` together define how logging behaves. See [Wiki/Logging](https://github.com/sprinfall/webcc/wiki/Logging) for more details. If `WEBCC_ENABLE_SOAP` is `ON`, **pugixml** (already included) is used to parse and compose XML strings.