@@ -105,7 +105,7 @@ commands and replies and their support status in LibOSDP [here][22].
105105
106106 * A working C compiler; such as gcc, clang or msvc
107107 * CMake 3.14 or newer (or GNU Make)
108- * [ goToMain /C-Utils] [ 25 ] submodule
108+ * [ osdp-dev /C-Utils] [ 25 ] submodule
109109
110110Optionally,
111111 * Python3 (host)
@@ -142,7 +142,7 @@ You can also read the [API documentation][26] for a comprehensive list of APIs
142142that are exposed by LibOSDP.
143143
144144``` sh
145- git clone https://github.com/goToMain /libosdp --recurse-submodules
145+ git clone https://github.com/osdp-dev /libosdp --recurse-submodules
146146cd libosdp
147147cmake -B build .
148148cmake --build build --parallel
@@ -203,17 +203,17 @@ supporting the development by donations though my [GitHub sponsors page][15].
203203Your support will ensure sustained development of LibOSDP.
204204
205205[ 1 ] : https://img.shields.io/github/v/release/GoToMain/libosdp?display_name=tag&logo=github
206- [ 2 ] : https://github.com/goToMain /libosdp/releases/latest
206+ [ 2 ] : https://github.com/osdp-dev /libosdp/releases/latest
207207[ 3 ] : https://github.com/goTomain/libosdp/workflows/Build%20CI/badge.svg
208208[ 4 ] : https://github.com/goTomain/libosdp/actions?query=workflow%3A%22Build+CI%22
209209[ 5 ] : https://docs.pytest.org/en/latest/
210210[ 7 ] : https://github.com/ARMmbed/mbedtls
211211[ 8 ] : https://www.openssl.org/
212212[ 9 ] : https://www.doxygen.nl/index.html
213213[ 10 ] : https://crates.io/crates/libosdp
214- [ 11 ] : https://github.com/goToMain /libosdp-rs/tree/master/libosdp
214+ [ 11 ] : https://github.com/osdp-dev /libosdp-rs/tree/master/libosdp
215215[ 12 ] : https://pypi.org/project/libosdp/
216- [ 13 ] : https://github.com/goToMain /libosdp/tree/master/python
216+ [ 13 ] : https://github.com/osdp-dev /libosdp/tree/master/python
217217[ 14 ] : https://doc.osdp.dev/libosdp/debugging
218218[ 15 ] : https://github.com/sponsors/sidcha
219219[ 16 ] : https://img.shields.io/pypi/v/libosdp?logo=python&link=https%3A%2F%2Fpypi.org%2Fproject%2Flibosdp%2F
@@ -227,15 +227,15 @@ Your support will ensure sustained development of LibOSDP.
227227[ 25 ] : https://github.com/goTomain/c-utils
228228[ 26 ] : https://doc.osdp.dev/api/
229229[ 27 ] : https://doc.osdp.dev/protocol/faq
230- [ 28 ] : https://github.com/goToMain /libosdp/issues/new/choose
231- [ 31 ] : https://github.com/goToMain /libosdp/issues
230+ [ 28 ] : https://github.com/osdp-dev /libosdp/issues/new/choose
231+ [ 31 ] : https://github.com/osdp-dev /libosdp/issues
232232[ 32 ] : https://img.shields.io/vcpkg/v/libosdp
233233[ 33 ] : https://vcpkg.link/ports/libosdp
234234[ 34 ] : https://img.shields.io/crates/v/libosdp?style=flat&logo=rust&logoColor=DDD&label=crate%20%3A%20libosdp&link=https%3A%2F%2Fcrates.io%2Fcrates%2Flibosdp
235235[ 35 ] : https://crates.io/crates/libosdp
236236[ 36 ] : https://img.shields.io/crates/v/osdpctl?style=flat&logo=rust&logoColor=DDD&label=crate%20%3A%20osdpctl&link=https%3A%2F%2Fcrates.io%2Fcrates%2Fosdpctl
237237[ 37 ] : https://crates.io/crates/osdpctl
238- [ 38 ] : https://github.com/goToMain /libosdp/blob/master/include/osdp.h
239- [ 39 ] : https://github.com/goToMain /libosdp/tree/master/examples
238+ [ 38 ] : https://github.com/osdp-dev /libosdp/blob/master/include/osdp.h
239+ [ 39 ] : https://github.com/osdp-dev /libosdp/tree/master/examples
240240[ 40 ] : https://doc.osdp.dev/libosdp/compatibility
241241[ 41 ] : https://doc.osdp.dev/libosdp/secure-channel
0 commit comments