diff --git a/CHANGELOG.md b/CHANGELOG.md index e7aa924..8ac011f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ file. This change log follows the conventions of ## [Unreleased] +### Changed + +- The GitHub repository has been renamed from `mihai-dinculescu/simconnect-sdk` to `mihai-dinculescu/simconnect-sdk-rs`. + ## [v0.2.0] - 2022-10-29 ### Added @@ -51,10 +55,10 @@ file. This change log follows the conventions of ### Initial Release of simconnect-sdk -[unreleased]: https://github.com/mihai-dinculescu/simconnect-sdk -[v0.2.0]: https://github.com/mihai-dinculescu/simconnect-sdk/tree/v0.2.0 -[v0.1.3]: https://github.com/mihai-dinculescu/simconnect-sdk/tree/v0.1.3 -[v0.1.2]: https://github.com/mihai-dinculescu/simconnect-sdk/tree/v0.1.2 -[v0.1.1]: https://github.com/mihai-dinculescu/simconnect-sdk/tree/v0.1.1 -[v0.1.0]: https://github.com/mihai-dinculescu/simconnect-sdk/tree/v0.1.0 +[unreleased]: https://github.com/mihai-dinculescu/simconnect-sdk-rs +[v0.2.0]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/tree/v0.2.0 +[v0.1.3]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/tree/v0.1.3 +[v0.1.2]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/tree/v0.1.2 +[v0.1.1]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/tree/v0.1.1 +[v0.1.0]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/tree/v0.1.0 [keepachangelog]: https://keepachangelog.com diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc4c79b..34b18df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,6 @@ If you're thinking to create a PR with large feature/change, please first discus Create a [new release][releases]. \ The `publish.yml` GitHub Action will pick it up and do the actual release to [crates.io][crates_io]. -[issues]: https://github.com/mihai-dinculescu/simconnect-sdk/issues -[releases]: https://github.com/mihai-dinculescu/simconnect-sdk/releases +[issues]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/issues +[releases]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/releases [crates_io]: https://crates.io diff --git a/README.md b/README.md index 15a7d46..abb37ac 100644 --- a/README.md +++ b/README.md @@ -102,13 +102,13 @@ Inspired by [rylev/msfs2020][msfs2020] and [Sequal32/simconnect-rust][simconnect [crates]: https://crates.io/crates/simconnect-sdk [documentation_badge]: https://docs.rs/simconnect-sdk/badge.svg [documentation]: https://docs.rs/simconnect-sdk -[ci_badge]: https://github.com/mihai-dinculescu/simconnect-sdk/workflows/CI/badge.svg?branch=main -[ci]: https://github.com/mihai-dinculescu/simconnect-sdk/actions +[ci_badge]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/workflows/CI/badge.svg?branch=main +[ci]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/actions [license_badge]: https://img.shields.io/crates/l/simconnect-sdk.svg -[license]: https://github.com/mihai-dinculescu/simconnect-sdk/blob/main/LICENSE +[license]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/blob/main/LICENSE [crates_downloads_badge]: https://img.shields.io/crates/d/simconnect-sdk?label=downloads -[examples]: https://github.com/mihai-dinculescu/simconnect-sdk/tree/main/examples -[contributing]: https://github.com/mihai-dinculescu/simconnect-sdk/blob/main/CONTRIBUTING.md -[features]: https://github.com/mihai-dinculescu/simconnect-sdk/blob/main/FEATURES.md +[examples]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/tree/main/examples +[contributing]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/blob/main/CONTRIBUTING.md +[features]: https://github.com/mihai-dinculescu/simconnect-sdk-rs/blob/main/FEATURES.md [msfs2020]: https://github.com/rylev/msfs2020 [simconnect-rust]: https://github.com/Sequal32/simconnect-rust diff --git a/examples/README.md b/examples/README.md index eaf289d..db4e9c0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,8 +3,8 @@ ## Checkout the repository ```bash -git clone git@github.com:mihai-dinculescu/simconnect-sdk.git -cd simconnect-sdk +git clone git@github.com:mihai-dinculescu/simconnect-sdk-rs.git +cd simconnect-sdk-rs ``` ## Receiving data diff --git a/simconnect-sdk-derive/Cargo.toml b/simconnect-sdk-derive/Cargo.toml index 3d83056..b5a14f5 100644 --- a/simconnect-sdk-derive/Cargo.toml +++ b/simconnect-sdk-derive/Cargo.toml @@ -8,7 +8,7 @@ description = "Macros implementation for SimConnect SDK. An opinionated SimConne keywords = ["simconnect", "MSFS-2020", "simulation", "aerospace"] categories = ["aerospace", "simulation", "aerospace::simulation", "games"] readme = "README.md" -repository = "https://github.com/mihai-dinculescu/simconnect-sdk" +repository = "https://github.com/mihai-dinculescu/simconnect-sdk-rs" include = ["src/**", "LICENSE", "README.md"] autotests = false diff --git a/simconnect-sdk/Cargo.toml b/simconnect-sdk/Cargo.toml index dad96d5..a45b581 100644 --- a/simconnect-sdk/Cargo.toml +++ b/simconnect-sdk/Cargo.toml @@ -8,7 +8,7 @@ description = "SimConnect SDK. An opinionated SimConnect Client that encapsulate keywords = ["simconnect", "MSFS-2020", "simulation", "aerospace"] categories = ["aerospace", "simulation", "aerospace::simulation", "games"] readme = "README.md" -repository = "https://github.com/mihai-dinculescu/simconnect-sdk" +repository = "https://github.com/mihai-dinculescu/simconnect-sdk-rs" include = ["src/**", "ffi/**/*", "build.rs", "LICENSE", "README.md"] [features] diff --git a/simconnect-sdk/src/lib.rs b/simconnect-sdk/src/lib.rs index a0e86a1..aa765d4 100644 --- a/simconnect-sdk/src/lib.rs +++ b/simconnect-sdk/src/lib.rs @@ -77,7 +77,7 @@ //! } //! ``` //! -//! See [more examples](https://github.com/mihai-dinculescu/simconnect-sdk/tree/main/examples). +//! See [more examples](https://github.com/mihai-dinculescu/simconnect-sdk-rs/tree/main/examples). mod bindings; mod domain;