radicle-cli icon indicating copy to clipboard operation
radicle-cli copied to clipboard

Point users to `.xyz` domain instead of `.network`.

Open yonas opened this issue 2 years ago • 2 comments

The Your project is available at: message should point to the .xyz domain instead of .network.

Visiting the .network link returns a 404 error.

yonas avatar Nov 08 '22 15:11 yonas

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 avatar Nov 25 '22 22:11 namelessperson0

@namelessperson0 Does #265 fix this for you? I don't have time to test right now.

yonas avatar Nov 26 '22 14:11 yonas