Skip to content

Commit

Permalink
Update links to those of OpenIPC
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Sep 30, 2024
1 parent d6be654 commit a7f8be4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion include/smolrtsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* A small, portable, extensible RTSP 1.0 implementation in C99.<br>
*
* See the <a href="files.html">file list</a> for the available abstractions.
* See <a href="https://github.com/Hirrolot/smolrtsp">our official GitHub
* See <a href="https://github.com/OpenIPC/smolrtsp">our official GitHub
* repository</a> for a high-level overview.
*/

Expand Down

0 comments on commit a7f8be4

Please sign in to comment.