aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladyslav Hnatiuk <aders1234@gmail.com>2021-04-03 07:39:41 +0200
committerVladyslav Hnatiuk <aders1234@gmail.com>2021-04-03 07:39:41 +0200
commit8858c40091ed73b730fe62bf565b34cdda1b4e39 (patch)
tree385849e9ffd93f84bcafd78f8f3e2666cb0a67c8
parent337809639b5e9b3e78a4b33eafe0e1e3bb3288fc (diff)
downloadlibquotient-8858c40091ed73b730fe62bf565b34cdda1b4e39.tar.gz
libquotient-8858c40091ed73b730fe62bf565b34cdda1b4e39.zip
Fix broken links in README.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0ed599b3..c993c31e 100644
--- a/README.md
+++ b/README.md
@@ -85,13 +85,13 @@ a recommended way of linking your application with libQuotient on this platform.
Static linkage is the default on Windows/macOS; feel free to experiment
with dynamic linking and submit PRs if you get reusable results.
-[Quotest](tests), the test application that comes with libQuotient, includes
+[Quotest](quotest), the test application that comes with libQuotient, includes
most common use cases such as sending messages, uploading files,
setting room state etc.; for more extensive usage check out the source code
of [Quaternion](https://github.com/quotient-im/Quaternion)
(the reference client of Quotient) or [Spectral](https://gitlab.com/b0/spectral).
-To ease the first step, `tests/CMakeLists.txt` is a good starting point
+To ease the first step, `quotest/CMakeLists.txt` is a good starting point
for your own CMake-based project using libQuotient.
## Building the library
@@ -155,7 +155,7 @@ You can install the library with CMake:
cmake --build . --target install
```
This will also install cmake package config files; once this is done, you
-should be able to use [`tests/CMakeLists.txt`](tests/CMakeLists.txt) to compile quotest
+should be able to use [`quotest/CMakeLists.txt`](quotest/CMakeLists.txt) to compile quotest
with the _installed_ library. Installation of the `quotest` binary
along with the rest of the library can be skipped
by setting `Quotient_INSTALL_TESTS` to `OFF`.