Skip to content

Commit a36d964

Browse files
authored
Merge pull request #29 from nav-solutions/migrate_url
Url migration
2 parents 6f3435a + ceb7df2 commit a36d964

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "gnss-rs"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
license = "MPL-2.0"
55
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
6-
description = "GNSS constellations and space vehicles support"
7-
homepage = "https://github.com/rtk-rs/gnss"
8-
repository = "https://github.com/rtk-rs/gnss"
6+
description = "GNSS constellations"
7+
homepage = "https://github.com/nav-solutions"
8+
repository = "https://github.com/nav-solutions/gnss"
99
keywords = ["gnss", "gps", "glonass", "galileo"]
1010
categories = ["science", "science::geo"]
1111
edition = "2021"

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# GNSS
22

3-
[![Rust](https://github.com/rtk-rs/gnss/actions/workflows/rust.yml/badge.svg)](https://github.com/rtk-rs/gnss/actions/workflows/rust.yml)
4-
[![Rust](https://github.com/rtk-rs/gnss/actions/workflows/daily.yml/badge.svg)](https://github.com/rtk-rs/gnss/actions/workflows/daily.yml)
3+
[![Rust](https://github.com/nav-solutions/gnss/actions/workflows/rust.yml/badge.svg)](https://github.com/nav-solutions/gnss/actions/workflows/rust.yml)
4+
[![Rust](https://github.com/nav-solutions/gnss/actions/workflows/daily.yml/badge.svg)](https://github.com/nav-solutions/gnss/actions/workflows/daily.yml)
55
[![crates.io](https://img.shields.io/crates/v/gnss-rs.svg)](https://crates.io/crates/gnss-rs)
66
[![crates.io](https://docs.rs/gnss-rs/badge.svg)](https://docs.rs/gnss-rs)
77

8-
[![License](https://img.shields.io/badge/license-MPL_2.0-orange?style=for-the-badge&logo=mozilla)](https://github.com/rtk-rs/qc-traits/blob/main/LICENSE)
8+
[![License](https://img.shields.io/badge/license-MPL_2.0-orange?style=for-the-badge&logo=mozilla)](https://github.com/nav-solutions/qc-traits/blob/main/LICENSE)
99

1010
High level definitions to work with GNSS in Rust
1111

@@ -89,13 +89,13 @@ Amongst them, be sure to checkout:
8989

9090
- [Nyx](https://github.com/nyx-space/nyx): Orbital navigation
9191
- [ANISE](https://github.com/nyx-space/anise): Earth orientation modeling and Orbital navigation
92-
- [Rtk-rs](https://github.com/rtk-rs/gnss-rtk): Precise Point Positioning, related calculations and modeling
93-
- [RINEX](https://github.com/georust/rinex): files processing and management
94-
- [SP3](https://github.com/georust/rinex): files processing and management
92+
- [GNSS-RTK](https://github.com/nav-solutions/gnss-rtk): Precise Point Positioning, related calculations and modeling
93+
- [RINEX](https://github.com/nav-solutions/rinex): files processing and management
94+
- [SP3](https://github.com/nav-solutions/sp3): files processing and management
9595
- [Hifitime](https://github.com/nyx-space/hifitime): Timescale and related calculations
96-
- [CGGTTS](https://github.com/gwbres/cggtts): files production and processing
96+
- [CGGTTS](https://github.com/nav-solutions/cggtts): files production and processing
9797

9898
## License
9999

100-
This library is part of the [RTK-rs framework](https://github.com/rtk-rs) which
100+
This library is part of the [NAV-Solutions framework](https://github.com/nav-solutions) which
101101
is delivered under the [Mozilla V2 Public](https://www.mozilla.org/en-US/MPL/2.0) license.

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#![doc(html_logo_url = "https://raw.githubusercontent.com/rtk-rs/.github/master/logos/logo2.jpg")]
1+
#![doc(
2+
html_logo_url = "https://raw.githubusercontent.com/nav-solutions/.github/master/logos/logo2.jpg"
3+
)]
24
#![doc = include_str!("../README.md")]
35
#![cfg_attr(docsrs, feature(doc_cfg))]
46

0 commit comments

Comments
 (0)