Point /protocol route to the current federation documentation.

This commit is contained in:
Dennis Schubert 2021-07-04 20:36:44 +02:00 committed by Benjamin Neff
parent 407f51d5a3
commit 805a35e985
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -213,7 +213,7 @@ Rails.application.routes.draw do
get 'help/:topic' => 'help#faq' get 'help/:topic' => 'help#faq'
#Protocol Url #Protocol Url
get "protocol" => redirect("https://wiki.diasporafoundation.org/Federation_Protocol_Overview") get "protocol" => redirect("https://diaspora.github.io/diaspora_federation/")
# NodeInfo # NodeInfo
get ".well-known/nodeinfo", to: "node_info#jrd" get ".well-known/nodeinfo", to: "node_info#jrd"