diff --git a/.vscode/settings.json b/.vscode/settings.json index 5775415..8a138df 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,7 @@ "json.schemas": [ { "fileMatch": ["*.ckan", "*.frozen"], - "url": "https://raw.githubusercontent.com/KSAModding/CKAN-KSA/master/CKAN.schema" + "url": "https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/CKAN.schema" } ] } diff --git a/README.md b/README.md index 02b885f..3f3c0c8 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ If you're wondering what the CKAN is, start with [this README](https://github.co > Note: KSA support for CKAN is still under active development. Once the indexer > is wired up, the `.ckan` files here will be generated automatically from the -> templates in [KSA-NetKAN](https://github.com/KSAModding/KSA-NetKAN); +> templates in [KSA-NetKAN](https://github.com/KSP-CKAN/KSA-NetKAN); > until then, entries may be added by hand. ### Opening issues -For metadata issues (wrong information about a mod, a missing version, or an incorrect install), open an issue on the [KSA-NetKAN repository](https://github.com/KSAModding/KSA-NetKAN/issues). +For metadata issues (wrong information about a mod, a missing version, or an incorrect install), open an issue on the [KSA-NetKAN repository](https://github.com/KSP-CKAN/KSA-NetKAN/issues). For issues about CKAN as a whole, open an issue on the [CKAN repository](https://github.com/KSP-CKAN/CKAN/issues). diff --git a/repositories.json b/repositories.json index e22ab97..85f9dc3 100644 --- a/repositories.json +++ b/repositories.json @@ -2,7 +2,7 @@ "repositories": [ { "name": "KSA-default", - "uri": "https://github.com/KSAModding/KSA-CKAN-meta/archive/main.tar.gz", + "uri": "https://github.com/KSP-CKAN/KSA-CKAN-meta/archive/main.tar.gz", "x_mirror": false, "x_comment": "Well-known default CKAN metadata repository for KSA. x_mirror flips to true once Internet Archive mirroring is set up with the indexer." }