commit 09fbe784b01d8c95490cd8024c228cb339dd0ff2
parent 5ebb4893e04ce15e8cb72f937002d924d718d5c9
Author: Nick Econopouly <wry@mm.st>
Date: Wed, 3 Mar 2021 10:21:32 -0500
wiki: add small corrections to links and grammar
Diffstat:
4 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/build-instructions/index.rst b/build-instructions/index.rst
@@ -13,13 +13,12 @@ A working Jami setup consists of three ingredients:
provides the user interface
-There are two ways to build Jami:
+**There are two ways to build Jami**:
1. Build each part individually. They must be built in the order given above.
- 2. Build Jami using the `master repository
- <https://git.jami.net/savoirfairelinux/ring-project>`_, which
- provides a script to build all of the components at once. This
- is easier for most people.
+ 2. Build Jami using the :doc:`master repository
+ <master-repository>`, which provides a script to build all of
+ the components at once. This is easier for most people.
Whichever method you choose, you should follow the build instructions
in the README or INSTALL file of your chosen repository.
diff --git a/build-instructions/master-repository.md b/build-instructions/master-repository.md
@@ -8,8 +8,8 @@ Run the following command to download the project:
$ git clone https://review.jami.net/ring-project
```
-Then follow the instructions in the
-[README](https://git.jami.net/savoirfairelinux/ring-project).
+Then follow the instructions in the [master repository
+README](https://git.jami.net/savoirfairelinux/ring-project).
## Updating your copy
diff --git a/general/faq.txt b/general/faq.txt
@@ -117,7 +117,7 @@ distributed nature.
Your messages can't be queued on a central server so both contacts
must be online to message each other. If you send a message to an
offline contact, Jami will save the message on your device and send it
-to them then they come online.
+to them when they come online.
There are some possible future solutions to this issue, including
:ref:`swarms <general/technical-overview:swarms>`, which will allow
diff --git a/general/troubleshooting.txt b/general/troubleshooting.txt
@@ -36,3 +36,6 @@ I have no sound
~~~~~~~~~~~~~~~
End call and try changing audio driver or audio output device.
+
+Not receiving notifications
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~