Point /protocol route to the current federation documentation.
This commit is contained in:
parent
407f51d5a3
commit
805a35e985
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue