doc: Fix examples-folder link in readme

This commit is contained in:
Joni Räsänen 2022-09-22 08:06:29 +03:00 committed by GitHub
parent ec7114e530
commit f9cb143ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,9 +31,9 @@ See [BUILDING.md](BUILDING.md) for instructions on how to build and use uvgRTP
## Learning to use uvgRTP
The [examples](docs/examples) folder contains working examples and a basic tutorial on uvgRTP usage. For more advanced details, check the [documentation folder](docs/README.md) where you can find more info on advanced topics and description of all uvgRTP flags.
The [examples](examples) folder contains working examples and a basic tutorial on uvgRTP usage. For more details, check the [documentation](docs/README.md) where you can find info on advanced topics and descriptions of all uvgRTP flags.
Furthermore, we also provide [documentation of the public API](https://ultravideo.github.io/uvgRTP/html/index.html) on Github.
Furthermore, we also provide a Doxygen documentation of the [public API](https://ultravideo.github.io/uvgRTP/html/index.html) on Github.
## Contributing