Skip to content

Commit

Permalink
doc: Update domain name to sidcha.dev as gotomain.io has expired
Browse files Browse the repository at this point in the history
  • Loading branch information
sidcha committed Sep 11, 2023
1 parent c9f3f98 commit d33cd5a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ In some cases, it might help to provide a comprehensive log file (see how you
can generate this [here][1]). This is an optional requirement, so use your best
judgment and decide if it is needed.

[1]: https://libosdp.gotomain.io/libosdp/debugging.html
[1]: https://libosdp.sidcha.dev/libosdp/debugging.html
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(PROJECT_AUTHOR_EMAIL "sidcha.dev@gmail.com")
set(PROJECT_YEAR "2019")
set(PROJECT_ORG "goToMain")
set(PROJECT_URL "https://github.com/goToMain/libosdp/")
set(PROJECT_HOMEPAGE "https://libosdp.gotomain.io/")
set(PROJECT_HOMEPAGE "https://libosdp.sidcha.dev/")
set(PROJECT_DESCRIPTION "Open Supervised Device Protocol (OSDP) Library")
set(PROJECT_LICENSE "Apache License, Version 2.0 (Apache-2.0)")

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ To add new tests for the feature you are working one, see the other tests in

This sections is for those who want to build the HTML documentation for this
project locally. The latest version of the doc can always be found at
[libosdp.gotomain.io][6].
[libosdp.sidcha.dev][6].

Install the dependencies (one time) with,

Expand Down Expand Up @@ -192,19 +192,19 @@ The OSDP specification can be obtained from SIA for a cost. Read more at our
[3]: https://github.com/goTomain/libosdp/workflows/Build%20CI/badge.svg
[4]: https://github.com/goTomain/libosdp/actions?query=workflow%3A%22Build+CI%22
[5]: https://docs.pytest.org/en/latest/
[6]: https://libosdp.gotomain.io/
[6]: https://libosdp.sidcha.dev/
[7]: https://github.com/ARMmbed/mbedtls
[8]: https://www.openssl.org/
[9]: https://www.doxygen.nl/index.html

[20]: https://www.securityindustry.org/industry-standards/open-supervised-device-protocol/
[21]: https://libosdp.gotomain.io/protocol/
[22]: https://libosdp.gotomain.io/protocol/commands-and-replies.html
[23]: https://libosdp.gotomain.io/libosdp/build-and-install.html
[21]: https://libosdp.sidcha.dev/protocol/
[22]: https://libosdp.sidcha.dev/protocol/commands-and-replies.html
[23]: https://libosdp.sidcha.dev/libosdp/build-and-install.html
[24]: https://github.com/goTomain/libosdp
[25]: https://github.com/goTomain/c-utils
[26]: https://libosdp.gotomain.io/api/
[27]: https://libosdp.gotomain.io/protocol/faq.html
[26]: https://libosdp.sidcha.dev/api/
[27]: https://libosdp.sidcha.dev/protocol/faq.html
[28]: https://github.com/goToMain/libosdp/issues/new/choose
[29]: https://github.com/goToMain/libosdp/blob/master/samples/python/cp_app.py
[30]: https://github.com/goToMain/libosdp/blob/master/samples/python/pd_app.py
Expand Down
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
These files here are source files for sphinx documentation. Individual files and
links (rendered by github) will not work as you might expect.

Please visit [https://libosdp.gotomain.io/][1] for html documentation.
Please visit [https://libosdp.sidcha.dev/][1] for html documentation.

## Build the html doc locally

Expand All @@ -19,4 +19,4 @@ mkdir build && cd build && cmake ..
make html_docs
```

[1]: https://libosdp.gotomain.io/
[1]: https://libosdp.sidcha.dev/
2 changes: 1 addition & 1 deletion osdpctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ product specific customizations are needed.

Read more about [osdpctl here][1].

[1]: https://libosdp.gotomain.io/osdpctl/introduction.html
[1]: https://libosdp.sidcha.dev/osdpctl/introduction.html
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ pd.set_command_callback(handle_command)

see [samples/pd_app.py][3] for more details.

[1]: https://libosdp.gotomain.io/api/
[1]: https://libosdp.sidcha.dev/api/
[2]: https://github.com/goToMain/libosdp/blob/master/samples/python/cp_app.py
[3]: https://github.com/goToMain/libosdp/blob/master/samples/python/pd_app.py

0 comments on commit d33cd5a

Please sign in to comment.