Skip to content

Commit 8c969b2

Browse files
committed
Update doc URL to new domain
Signed-off-by: Siddharth Chandrasekaran <sidcha.dev@gmail.com>
1 parent a5f24fd commit 8c969b2

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and other OSDP related tools such as osdpctl. You can also take a look at the
1717
- `scripts` - Tools for developers working on this project.
1818

1919
[1]: https://github.com/goToMain/libosdp
20-
[2]: https://libosdp.sidcha.dev/
20+
[2]: https://doc.osdp.dev/
2121
[3]: https://img.shields.io/crates/v/libosdp-sys?style=flat&logo=rust&logoColor=DDD&label=crate%20%3A%20libosdp-sys&link=https%3A%2F%2Fcrates.io%2Fcrates%2Flibosdp-sys
2222
[4]: https://crates.io/crates/libosdp-sys
2323
[5]: 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

libosdp-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
authors = ["Siddharth Chandrasekaran <sidcha.dev@gmail.com>"]
66
description = "Sys crate for https://github.com/goToMain/libosdp"
77
documentation = "https://docs.rs/libosdp-sys"
8-
homepage = "https://libosdp.sidcha.dev/"
8+
homepage = "https://doc.osdp.dev/"
99
readme = "README.md"
1010
repository = "https://github.com/goToMain/libosdp-rs"
1111
license = "Apache-2.0"

libosdp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.2.0"
55
authors = ["Siddharth Chandrasekaran <sidcha.dev@gmail.com>"]
66
description = "Library implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol)"
77
documentation = "https://docs.rs/libosdp"
8-
homepage = "https://libosdp.sidcha.dev/"
8+
homepage = "https://doc.osdp.dev/"
99
readme = "README.md"
1010
repository = "https://github.com/goToMain/libosdp-rs"
1111
license = "Apache-2.0"

libosdp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This crate provides safe wrappers for accessing the C library [LibOSDP][1].
44
LibOSDP the most popular open source library for creating Open Supervised Device
55
Protocol (OSDP) devices. For more information about the library or OSDP in
6-
general, see [libosdp.sidcha.dev][4].
6+
general, see [doc.osdp.dev][4].
77

88
The documentation for this crate can be found [here][5].
99

@@ -60,6 +60,6 @@ See [examples][2] for a working implementation.
6060

6161
[1]: https://github.cobm/goToMain/liosdp
6262
[2]: https://github.com/goToMain/libosdp-rs/tree/master/libosdp/examples
63-
[3]: https://libosdp.sidcha.dev/protocol/commands-and-replies
64-
[4]: https://libosdp.sidcha.dev/
63+
[3]: https://doc.osdp.dev/protocol/commands-and-replies
64+
[4]: https://doc.osdp.dev/
6565
[5]: https://docs.rs/libosdp

libosdp/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
//!
5353
//! You can find a template implementation for CP app [here][3] and PD app [here][4].
5454
//!
55-
//! [1]: https://libosdp.sidcha.dev/protocol/
55+
//! [1]: https://doc.osdp.dev/protocol/
5656
//! [2]: https://www.securityindustry.org/industry-standards/open-supervised-device-protocol/
5757
//! [3]: https://docs.rs/crate/libosdp/latest/source/examples/cp.rs
5858
//! [4]: https://docs.rs/crate/libosdp/latest/source/examples/pd.rs

osdpctl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.0.1"
44
edition = "2021"
55
authors = ["Siddharth Chandrasekaran <sidcha.dev@gmail.com>"]
66
description = "Tool to help setup, manage and control OSDP devices"
7-
documentation = "https://libosdp.sidcha.dev/osdpctl/introduction.html"
8-
homepage = "https://libosdp.sidcha.dev/"
7+
documentation = "https://doc.osdp.dev/osdpctl/introduction.html"
8+
homepage = "https://doc.osdp.dev/"
99
readme = "README.md"
1010
repository = "https://github.com/goToMain/libosdp-rs"
1111
license = "Apache-2.0"

osdpctl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ osdpctl is a tool that uses libosdp to setup, manage and control osdp devices.
44

55
Read more about [osdpctl here][1].
66

7-
[1]: https://libosdp.sidcha.dev/osdpctl/introduction.html
7+
[1]: https://doc.osdp.dev/osdpctl/introduction.html

0 commit comments

Comments
 (0)