Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
explorer: Link to radicle.network
Lorenz Leutgeb committed 5 months ago
commit e37e8f14e9f444f634117d701fe47197da7a421e
parent 625145a
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}"