Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
e9f61e9e23c0e00887e00dd726b80126fcdcfd8c
Use HTTPS for seed url
Alexis Sellier
committed
4 years ago
commit e9f61e9e23c0e00887e00dd726b80126fcdcfd8c
parent
8e598eeef31ee89d61cc3bcac4cef9ba2e2f8d4a
1 file changed
+1
-1
modified
src/config.json
@@ -44,6 +44,6 @@
}
},
"seed": {
-
"url": "http://sprout.radicle.xyz"
+
"url": "https://sprout.radicle.xyz"
}
}