Skip to content

Commit 5ff07a9

Browse files
committed
chore: Switch doc to new osdp.dev domain
Signed-off-by: Siddharth Chandrasekaran <sidcha.dev@gmail.com>
1 parent 46c8d8a commit 5ff07a9

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ In some cases, it might help to provide a comprehensive log file (see how you
2929
can generate this [here][1]). This is an optional requirement, so use your best
3030
judgment and decide if it is needed.
3131

32-
[1]: https://libosdp.sidcha.dev/libosdp/debugging.html
32+
[1]: https://doc.osdp.dev/libosdp/debugging.html

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(PROJECT_AUTHOR_EMAIL "sidcha.dev@gmail.com")
1717
set(PROJECT_YEAR "2019")
1818
set(PROJECT_ORG "goToMain")
1919
set(PROJECT_URL "https://github.com/goToMain/libosdp/")
20-
set(PROJECT_HOMEPAGE "https://libosdp.sidcha.dev/")
20+
set(PROJECT_HOMEPAGE "https://doc.osdp.dev/")
2121
set(PROJECT_DESCRIPTION "Open Supervised Device Protocol (OSDP) Library")
2222
set(PROJECT_LICENSE "Apache License, Version 2.0 (Apache-2.0)")
2323

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ To add new tests for the feature you are working one, see the other tests in
174174

175175
This sections is for those who want to build the HTML documentation for this
176176
project locally. The latest version of the doc can always be found at
177-
[libosdp.sidcha.dev][6].
177+
[doc.osdp.dev][6].
178178

179179
Build the docs by doing the following (build directory has the html files).
180180

@@ -218,28 +218,28 @@ Your support will ensure sustained development of LibOSDP.
218218
[3]: https://github.com/goTomain/libosdp/workflows/Build%20CI/badge.svg
219219
[4]: https://github.com/goTomain/libosdp/actions?query=workflow%3A%22Build+CI%22
220220
[5]: https://docs.pytest.org/en/latest/
221-
[6]: https://libosdp.sidcha.dev/
221+
[6]: https://doc.osdp.dev/
222222
[7]: https://github.com/ARMmbed/mbedtls
223223
[8]: https://www.openssl.org/
224224
[9]: https://www.doxygen.nl/index.html
225225
[10]: https://crates.io/crates/libosdp
226226
[11]: https://github.com/goToMain/libosdp-rs/tree/master/libosdp
227227
[12]: https://pypi.org/project/libosdp/
228228
[13]: https://github.com/goToMain/libosdp/tree/master/python
229-
[14]: https://libosdp.sidcha.dev/libosdp/debugging
229+
[14]: https://doc.osdp.dev/libosdp/debugging
230230
[15]: https://github.com/sponsors/sidcha
231231
[16]: https://img.shields.io/pypi/v/libosdp?logo=python&link=https%3A%2F%2Fpypi.org%2Fproject%2Flibosdp%2F
232232
[17]: https://badges.registry.platformio.org/packages/sidcha/library/LibOSDP.svg
233233
[18]: https://registry.platformio.org/libraries/sidcha/LibOSDP
234234
[19]: https://crates.io/search?q=libosdp
235235
[20]: https://www.securityindustry.org/industry-standards/open-supervised-device-protocol/
236-
[21]: https://libosdp.sidcha.dev/protocol/
237-
[22]: https://libosdp.sidcha.dev/protocol/commands-and-replies.html
238-
[23]: https://libosdp.sidcha.dev/libosdp/build-and-install.html
236+
[21]: https://doc.osdp.dev/protocol/
237+
[22]: https://doc.osdp.dev/protocol/commands-and-replies.html
238+
[23]: https://doc.osdp.dev/libosdp/build-and-install.html
239239
[24]: https://github.com/goTomain/libosdp
240240
[25]: https://github.com/goTomain/c-utils
241-
[26]: https://libosdp.sidcha.dev/api/
242-
[27]: https://libosdp.sidcha.dev/protocol/faq.html
241+
[26]: https://doc.osdp.dev/api/
242+
[27]: https://doc.osdp.dev/protocol/faq.html
243243
[28]: https://github.com/goToMain/libosdp/issues/new/choose
244244
[29]: https://github.com/goToMain/libosdp/blob/master/python
245245
[30]: https://github.com/goToMain/libosdp/tree/master/tests/pytest/testlib

doc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
These files here are source files for sphinx documentation. Individual files and
44
links (rendered by github) will not work as you might expect.
55

6-
Please visit [https://libosdp.sidcha.dev/][1] for html documentation.
6+
Please visit [https://doc.osdp.dev/][1] for html documentation.
77

88
## Build the html doc locally
99

@@ -19,4 +19,4 @@ mkdir build && cd build && cmake ..
1919
make html_docs
2020
```
2121

22-
[1]: https://libosdp.sidcha.dev/
22+
[1]: https://doc.osdp.dev/

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ while True:
9595

9696
see [examples/pd_app.py][3] for more details.
9797

98-
[1]: https://libosdp.sidcha.dev/api/
98+
[1]: https://doc.osdp.dev/api/
9999
[2]: https://github.com/goToMain/libosdp/blob/master/examples/python/cp_app.py
100100
[3]: https://github.com/goToMain/libosdp/blob/master/examples/python/pd_app.py

0 commit comments

Comments
 (0)