radicle-cli
radicle-cli copied to clipboard
Point users to `.xyz` domain instead of `.network`.
The Your project is available at:
message should point to the .xyz
domain instead of .network
.
Visiting the .network
link returns a 404 error.
I also faced the same issue.
After rad push
,
The below is shown
Your project is available at:
(web) https://app.radicle.network/seeds/...
But, the link returns 404. It should be below
Your project is available at:
(web) https://app.radicle.xyz/seeds/...
I think, the value is set below in https://github.com/radicle-dev/radicle-cli/blob/e2bbf2f7aff22b27ffb5472f90fc27d2148a9ed1/sync/src/lib.rs#L21 but it looks fine there.
@namelessperson0 Does #265 fix this for you? I don't have time to test right now.