From a7f8be4d794c64e623bd866ab238ceb4bd51d76e Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Mon, 30 Sep 2024 11:50:23 -0400 Subject: [PATCH] Update links to those of OpenIPC --- README.md | 4 ++-- include/smolrtsp.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e5bfa82..dc3e18a0 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 21b9fd7e..38f8d05b 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. */