diff --git a/README.md b/README.md index a309c9df..7842150e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # vacs Data Repository -This is the central data repository for [**vacs**](https://github.com/MorpheusXAUT/vacs), the **VATSIM ATC Communication System**. It contains the configuration data for Stations, Positions, and Profiles used by vacs to manage diverse ATC setups across the VATSIM network. +This is the central data repository for [**vacs**](https://github.com/vacs-project/vacs), the **VATSIM ATC Communication System**. It contains the configuration data for Stations, Positions, and Profiles used by vacs to manage diverse ATC setups across the VATSIM network. By separating configuration from the core application code, we allow FIRs to manage and update their own data independently and define their controllers' experience using vacs. @@ -24,10 +24,10 @@ See the **[Tools Documentation](tools/README.md)** for more information. We welcome contributions from FIR staff and community members! Please refer to the [Dataset Documentation](docs/dataset/README.md) for detailed instructions on the file formats and directory structure. -1. [Fork the repository](https://github.com/MorpheusXAUT/vacs-data/fork). +1. [Fork the repository](https://github.com/vacs-project/vacs-data/fork). 2. Make your changes in your FIR's directory (or create it if it doesn't exist). 3. Validate your changes using the provided JSON schemas or the `vacs-data` tool. -4. [Submit a Pull Request](https://github.com/MorpheusXAUT/vacs-data/compare). Please make sure to enable "Allow edits by maintainers" so that the autofix.ci bot can automatically push formatting fixes to your PR branch. +4. [Submit a Pull Request](https://github.com/vacs-project/vacs-data/compare). Please make sure to enable "Allow edits by maintainers" so that the autofix.ci bot can automatically push formatting fixes to your PR branch. 5. Make sure to check our [contribution guidelines](CONTRIBUTING.md) for more information. ## License diff --git a/docs/dataset/README.md b/docs/dataset/README.md index 5e6e7048..07716183 100644 --- a/docs/dataset/README.md +++ b/docs/dataset/README.md @@ -2,7 +2,7 @@ This dataset configures the relationships between stations, positions, and profiles, defining the communication setup for controllers in a centralized and structured manner. -This repository is primarily intended for NAV team members and contributors who want to define or maintain how controllers communicate within their FIR using [`vacs`](https://github.com/MorpheusXAUT/vacs). It is not intended for end users, who should instead refer to the main [`vacs`](https://github.com/MorpheusXAUT/vacs) repository for information on how to use [`vacs`](https://github.com/MorpheusXAUT/vacs). +This repository is primarily intended for NAV team members and contributors who want to define or maintain how controllers communicate within their FIR using [`vacs`](https://github.com/vacs-project/vacs). It is not intended for end users, who should instead refer to the main [`vacs`](https://github.com/vacs-project/vacs) repository for information on how to use [`vacs`](https://github.com/vacs-project/vacs). ## Directory Structure @@ -39,6 +39,6 @@ If you are using [Visual Studio Code](https://code.visualstudio.com/), you can u If your tool of choice supports [JSON Schema](https://json-schema.org/), you can find the schemas for all dataset configurations in the [`docs/schemas`](../schemas/) directory or on GitHub: -- [stations.schema.json](../schemas/stations.schema.json) or [GitHub](https://raw.githubusercontent.com/MorpheusXAUT/vacs-data/refs/heads/main/docs/schemas/stations.schema.json) -- [positions.schema.json](../schemas/positions.schema.json) or [GitHub](https://raw.githubusercontent.com/MorpheusXAUT/vacs-data/refs/heads/main/docs/schemas/positions.schema.json) -- [profiles.schema.json](../schemas/profiles.schema.json) or [GitHub](https://raw.githubusercontent.com/MorpheusXAUT/vacs-data/refs/heads/main/docs/schemas/profiles.schema.json) +- [stations.schema.json](../schemas/stations.schema.json) or [GitHub](https://raw.githubusercontent.com/vacs-project/vacs-data/refs/heads/main/docs/schemas/stations.schema.json) +- [positions.schema.json](../schemas/positions.schema.json) or [GitHub](https://raw.githubusercontent.com/vacs-project/vacs-data/refs/heads/main/docs/schemas/positions.schema.json) +- [profiles.schema.json](../schemas/profiles.schema.json) or [GitHub](https://raw.githubusercontent.com/vacs-project/vacs-data/refs/heads/main/docs/schemas/profiles.schema.json) diff --git a/docs/schemas/positions.schema.json b/docs/schemas/positions.schema.json index b50d5341..171c1daf 100644 --- a/docs/schemas/positions.schema.json +++ b/docs/schemas/positions.schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/MorpheusXAUT/vacs-data/refs/heads/main/docs/schemas/positions.schema.json", + "$id": "https://raw.githubusercontent.com/vacs-project/vacs-data/refs/heads/main/docs/schemas/positions.schema.json", "title": "vacs dataset - position configuration", "type": "object", "additionalProperties": false, diff --git a/docs/schemas/profiles.schema.json b/docs/schemas/profiles.schema.json index 543fee60..1a7406fa 100644 --- a/docs/schemas/profiles.schema.json +++ b/docs/schemas/profiles.schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/MorpheusXAUT/vacs-data/refs/heads/main/docs/schemas/profiles.schema.json", + "$id": "https://raw.githubusercontent.com/vacs-project/vacs-data/refs/heads/main/docs/schemas/profiles.schema.json", "title": "vacs dataset - profile configuration", "type": "object", "oneOf": [ diff --git a/docs/schemas/stations.schema.json b/docs/schemas/stations.schema.json index b6ac7bff..bffa513d 100644 --- a/docs/schemas/stations.schema.json +++ b/docs/schemas/stations.schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/MorpheusXAUT/vacs-data/refs/heads/main/docs/schemas/stations.schema.json", + "$id": "https://raw.githubusercontent.com/vacs-project/vacs-data/refs/heads/main/docs/schemas/stations.schema.json", "title": "vacs dataset - station configuration", "type": "object", "additionalProperties": false, diff --git a/tools/Cargo.lock b/tools/Cargo.lock index f46dd80f..73452dfa 100644 --- a/tools/Cargo.lock +++ b/tools/Cargo.lock @@ -571,7 +571,7 @@ dependencies = [ [[package]] name = "vacs-protocol" version = "1.1.0" -source = "git+https://github.com/MorpheusXAUT/vacs?branch=v2#5336e4d2af83de97c031c7f9ff0ba95c7b241866" +source = "git+https://github.com/vacs-project/vacs?branch=v2#5336e4d2af83de97c031c7f9ff0ba95c7b241866" dependencies = [ "serde", "serde_json", @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "vacs-vatsim" version = "0.2.1" -source = "git+https://github.com/MorpheusXAUT/vacs?branch=v2#5336e4d2af83de97c031c7f9ff0ba95c7b241866" +source = "git+https://github.com/vacs-project/vacs?branch=v2#5336e4d2af83de97c031c7f9ff0ba95c7b241866" dependencies = [ "regex", "serde", diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 055ff4e6..77a18648 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -6,7 +6,7 @@ members = ["cli", "diagnostics", "importer", "validator"] version = "0.4.0" edition = "2024" license = "Apache-2.0 OR MIT" -repository = "https://github.com/MorpheusXAUT/vacs-data" +repository = "https://github.com/vacs-project/vacs-data" publish = false [workspace.dependencies] @@ -23,5 +23,5 @@ tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] } vacs-data-diagnostics = { path = "./diagnostics" } vacs-data-importer = { path = "./importer" } vacs-data-validator = { path = "./validator" } -vacs-protocol = { git = "https://github.com/MorpheusXAUT/vacs", branch = "v2", default-features = false, features = ["vatsim"] } -vacs-vatsim = { git = "https://github.com/MorpheusXAUT/vacs", branch = "v2", default-features = false, features = ["coverage"] } +vacs-protocol = { git = "https://github.com/vacs-project/vacs", branch = "v2", default-features = false, features = ["vatsim"] } +vacs-vatsim = { git = "https://github.com/vacs-project/vacs", branch = "v2", default-features = false, features = ["coverage"] } diff --git a/tools/README.md b/tools/README.md index 835f0ee2..f1cbbeec 100644 --- a/tools/README.md +++ b/tools/README.md @@ -6,7 +6,7 @@ This directory contains the CLI tools for managing the `vacs-data` repository. T ### Pre-built Binaries -You can download pre-built binaries for Linux, Windows, and macOS from the [GitHub Releases](https://github.com/MorpheusXAUT/vacs-data/releases/latest) page. +You can download pre-built binaries for Linux, Windows, and macOS from the [GitHub Releases](https://github.com/vacs-project/vacs-data/releases/latest) page. ## Usage diff --git a/tools/cliff.toml b/tools/cliff.toml index ab8947f0..0b25e81c 100644 --- a/tools/cliff.toml +++ b/tools/cliff.toml @@ -1,5 +1,5 @@ [remote.github] -owner = "MorpheusXAUT" +owner = "vacs-project" repo = "vacs-data" [changelog] @@ -47,7 +47,7 @@ body = """ """ post_processors = [ - { pattern = '', replace = "https://github.com/MorpheusXAUT/vacs-data" }, + { pattern = '', replace = "https://github.com/vacs-project/vacs-data" }, ] [git] diff --git a/tools/deny.toml b/tools/deny.toml index af451cfc..9f0fc35f 100644 --- a/tools/deny.toml +++ b/tools/deny.toml @@ -23,4 +23,4 @@ allow-wildcard-paths = true [sources] unknown-registry = "deny" unknown-git = "deny" -allow-git = ["https://github.com/MorpheusXAUT/vacs"] +allow-git = ["https://github.com/vacs-project/vacs"]