Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Rename [iris,rosa].radicle.dev -> [iris,rosa].radicle.network
Rūdolfs Ošiņš committed 7 days ago
commit 269c6e52ead32b27594712d814cd5b2f51356a25
parent b21faa1
3 files changed +5 -5
modified README.md
@@ -126,11 +126,11 @@ The UI is distributed under the terms of GPLv3. See [LICENSE][lic] for details.
[con]: ./CONTRIBUTING.md
[def]: ./config/default.json
[env]: ./config/custom-environment-variables.json
-
[iss]: https://radicle.network/nodes/iris.radicle.dev/rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5/issues
+
[iss]: https://radicle.network/nodes/iris.radicle.network/rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5/issues
[lic]: ./LICENSE
[nco]: https://github.com/node-config/node-config/wiki/Configuration-Files
[nod]: https://nodejs.org
[npm]: https://www.npmjs.com
-
[pat]: https://radicle.network/nodes/iris.radicle.dev/rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5/patches
+
[pat]: https://radicle.network/nodes/iris.radicle.network/rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5/patches
[rad]: https://radicle.dev
[zul]: https://radicle.zulipchat.com/#narrow/stream/369278-web
modified config/default.json
@@ -13,7 +13,7 @@
  "deploymentId": null,
  "preferredSeeds": [
    {
-
      "hostname": "rosa.radicle.dev",
+
      "hostname": "rosa.radicle.network",
      "port": 443,
      "scheme": "https"
    },
@@ -23,7 +23,7 @@
      "scheme": "https"
    },
    {
-
      "hostname": "iris.radicle.dev",
+
      "hostname": "iris.radicle.network",
      "port": 443,
      "scheme": "https"
    }
modified src/views/nodes/SeedSelector.ts
@@ -45,7 +45,7 @@ export function determineSeed() {
    get(selectedSeed) ??
    config.preferredSeeds[0] ?? {
      schema: "https",
-
      hostname: "iris.radicle.dev",
+
      hostname: "iris.radicle.network",
      port: 443,
    }
  );