Radish alpha
r
Radicle website including documentation and guides
Radicle
Git (anonymous pull)
Log in to clone via SSH
explorer: Link to radicle.network
Lorenz Leutgeb committed 6 months ago
commit e37e8f14e9f444f634117d701fe47197da7a421e
parent 625145aca5e9fbc056a8ef6957d127840ae9fe2d
1 file changed +1 -1
modified _plugins/explorer.rb
@@ -1,7 +1,7 @@
module Jekyll
  module Explorer
    def explore(input)
-
      base = "https://app.radicle.xyz/nodes"
+
      base = "https://radicle.network/nodes"
      if input.include?(' ')
        prefix, suffix = input.split(' ', 2)
        "#{base}/#{prefix}/#{suffix}"