From 805a35e985262d07425221410d3cc9f06da5ebe1 Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Sun, 4 Jul 2021 20:36:44 +0200 Subject: [PATCH] Point /protocol route to the current federation documentation. --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index bd624d1f4..73bd3a383 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -213,7 +213,7 @@ Rails.application.routes.draw do get 'help/:topic' => 'help#faq' #Protocol Url - get "protocol" => redirect("https://wiki.diasporafoundation.org/Federation_Protocol_Overview") + get "protocol" => redirect("https://diaspora.github.io/diaspora_federation/") # NodeInfo get ".well-known/nodeinfo", to: "node_info#jrd"