README: Fix links to other READMEs

In the top-level README.md, fix links to
other READMEs:

* adjust the reference to the wsd one to include the
  `.md` suffix as the file was renamed in commit
  79b667a331

* Use the path to the actual file for the URL/target,
  not just to the parent directory, as just browsing
  to the containing directory when clicking on the link
  text showing a specific file name is rather unexpected

Signed-off-by: Michael Weghorn <m.weghorn@posteo.de>
Change-Id: I81ceb48193bc5a7b00ceaedc6852696719fb90e6
This commit is contained in:
Michael Weghorn 2024-07-18 11:27:53 +02:00 committed by pedropintosilva
parent aebb43f48d
commit f0fd253a32

View file

@ -66,14 +66,14 @@ This project has several components:
## Further recommended reading with build details
Please consult the README files in the component's directory for more details:
- **[wsd/README](wsd)**
- **[browser/README](browser)**
- **[wsd/README.md](wsd/README.md)**
- **[browser/README](browser/README)**
## iOS and Android apps
See the corresponding READMEs:
* **[ios/README](ios)**
* **[android/README](android)**
* **[ios/README](ios/README)**
* **[android/README](android/README)**
## GitPod