diff --git a/README.md b/README.md index 3e5bfa8..dc3e18a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ![OpenIPC Logo](https://cdn.themactep.com/images/logo_openipc.png) # SmolRTSP -[![CI](https://github.com/Hirrolot/smolrtsp/workflows/C/C++%20CI/badge.svg)](https://github.com/Hirrolot/smolrtsp/actions) -[![Docs](https://img.shields.io/badge/docs-latest-blue)](https://openipc.org/smolrtsp/files.html) +[![CI](https://github.com/OpenIPC/smolrtsp/workflows/C/C++%20CI/badge.svg)](https://github.com/OpenIPC/smolrtsp/actions) +[![Docs](https://img.shields.io/badge/docs-latest-blue)](https://openipc.github.io/smolrtsp/) SmolRTSP is a simple [RTSP 1.0] server library tailored for embedded devices, such as IP cameras. It supports both TCP and UDP, allows any payload format, and provides a convenient and flexible API. diff --git a/include/smolrtsp.h b/include/smolrtsp.h index 21b9fd7..38f8d05 100644 --- a/include/smolrtsp.h +++ b/include/smolrtsp.h @@ -9,7 +9,7 @@ * A small, portable, extensible RTSP 1.0 implementation in C99.
* * See the file list for the available abstractions. - * See our official GitHub + * See our official GitHub * repository for a high-level overview. */