Skip to content

Commit

Permalink
Update links following repository migration to a new account
Browse files Browse the repository at this point in the history
Signed-off-by: Renato Westphal <[email protected]>
  • Loading branch information
rwestphal committed Mar 9, 2024
1 parent 8996853 commit ec3d85b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "libyang2 bindings for Rust"
keywords = ["yang", "libyang"]
edition = "2018"
license = "MIT"
repository = "https://github.com/rwestphal/yang2-rs"
repository = "https://github.com/holo-routing/yang2-rs"
documentation = "https://docs.rs/yang2"
readme = "README.md"
categories = ["parser-implementations"]
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
[docs-badge]: https://docs.rs/yang2/badge.svg
[docs-url]: https://docs.rs/yang2
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: https://github.com/rwestphal/yang2-rs/blob/master/LICENSE
[actions-badge]: https://github.com/rwestphal/yang2-rs/workflows/CI/badge.svg
[actions-url]: https://github.com/rwestphal/yang2-rs/actions?query=workflow%3ACI+branch%3Amaster
[codecov-badge]: https://codecov.io/gh/rwestphal/yang2-rs/branch/master/graph/badge.svg?token=1KE3JMHG0H
[codecov-url]: https://codecov.io/gh/rwestphal/yang2-rs
[mit-url]: https://github.com/holo-routing/yang2-rs/blob/master/LICENSE
[actions-badge]: https://github.com/holo-routing/yang2-rs/workflows/CI/badge.svg
[actions-url]: https://github.com/holo-routing/yang2-rs/actions?query=workflow%3ACI+branch%3Amaster
[codecov-badge]: https://codecov.io/gh/holo-routing/yang2-rs/branch/master/graph/badge.svg?token=1KE3JMHG0H
[codecov-url]: https://codecov.io/gh/holo-routing/yang2-rs

Rust bindings for the [libyang2] library.

For raw FFI bindings for libyang2, see [libyang2-sys].

[libyang2]: https://github.com/CESNET/libyang/tree/libyang2
[libyang2-sys]: https://github.com/rwestphal/yang2-rs/tree/master/libyang2-sys
[libyang2-sys]: https://github.com/holo-routing/yang2-rs/tree/master/libyang2-sys

#### Cargo.toml

Expand Down Expand Up @@ -98,14 +98,14 @@ fn main() -> std::io::Result<()> {
Note the `NO_STATE` flag passed to `parse_file` since the example json file does not contain state data.
More examples can be found [here][examples].

[examples]: https://github.com/rwestphal/yang2-rs/tree/master/examples
[examples]: https://github.com/holo-routing/yang2-rs/tree/master/examples

## License

This project is licensed under the [MIT license].

[MIT license]: https://github.com/rwestphal/yang2-rs/blob/master/LICENSE
[MIT license]: https://github.com/holo-routing/yang2-rs/blob/master/LICENSE

### Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/rwestphal/yang2-rs.
Bug reports and pull requests are welcome on GitHub at https://github.com/holo-routing/yang2-rs.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! For raw FFI bindings for libyang2, see [libyang2-sys].
//!
//! [libyang2]: https://github.com/CESNET/libyang/tree/libyang2
//! [libyang2-sys]: https://github.com/rwestphal/yang2-rs/tree/master/libyang2-sys
//! [libyang2-sys]: https://github.com/holo-routing/yang2-rs/tree/master/libyang2-sys
//!
//! ## Design Goals
//! * Provide high-level bindings for libyang2 using idiomatic Rust
Expand All @@ -35,7 +35,7 @@
//!
//! ## Examples
//!
//! See <https://github.com/rwestphal/yang2-rs/tree/master/examples>
//! See <https://github.com/holo-routing/yang2-rs/tree/master/examples>
#![warn(rust_2018_idioms)]

Expand Down

0 comments on commit ec3d85b

Please sign in to comment.