summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2020-10-26 12:04:27 +0100
committerManuel Bentele2020-10-26 12:04:27 +0100
commit5d0a0516c960a2c8d10ae1599b6ef537d5569c22 (patch)
tree25ceae2a8ce488451b7d8765e01a58012fc29d20
parent[DOC] updated README with general information and build instructions (diff)
downloaddnbd3-5d0a0516c960a2c8d10ae1599b6ef537d5569c22.tar.gz
dnbd3-5d0a0516c960a2c8d10ae1599b6ef537d5569c22.tar.xz
dnbd3-5d0a0516c960a2c8d10ae1599b6ef537d5569c22.zip
[DOC] Fix URL to the Linux kernel documentation in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d53ae49..4f00d7a 100644
--- a/README.md
+++ b/README.md
@@ -203,7 +203,7 @@ During operation, debug messages from debug statements in the code can be custom
echo "module dnbd3 +pflmt" > <DEBUG_FS>/dynamic_debug/control
```
-More information regarding the Linux kernel's dynamic debug feature can be found in the (https://www.kernel.org/doc/html/latest/admin-guide/dynamic-debug-howto.html)[Linux kernel documentation].
+More information regarding the Linux kernel's dynamic debug feature can be found in the [Linux kernel documentation](https://www.kernel.org/doc/html/latest/admin-guide/dynamic-debug-howto.html).
## Development notes