diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-08-23 21:45:41 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-08-23 21:45:41 +0200 |
commit | dd53725e3999fa482c67980709bf556567ba49f1 (patch) | |
tree | 0b6d99c96b0568e6b4dd83851985a0615f7b0a3a | |
parent | b28715588f2b3f8556dfe6c4abfac75103c6b306 (diff) | |
download | notes-dd53725e3999fa482c67980709bf556567ba49f1.tar.gz notes-dd53725e3999fa482c67980709bf556567ba49f1.zip |
remove extra whitespace to fix link
-rw-r--r-- | src/development/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/development/README.md b/src/development/README.md index 4a6ed0d..bbd27a2 100644 --- a/src/development/README.md +++ b/src/development/README.md @@ -4,7 +4,7 @@ - [c++](./c++.md) - [glibc](./glibc.md) - [gcc](./gcc.md) -- [make] (./make.md) +- [make](./make.md) - [ld.so](./ld.so.md) - [symbol versioning](./symbolver.md) - [python](./python.md) |