-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
Description
Description:
The federation documentation link in the root README.md points to a dead page.
Current link in README.md:
https://docs.rocket.chat/docs/rocketchat-native-federation
It redirects/finalizes to:
https://docs.rocket.chat/docs/federation-in-rocket-chat (404)
Steps to reproduce:
- Open the root
README.md. - Go to the deployment section and click the federation link.
- Observe the destination page.
Expected behavior:
The link should open a valid Rocket.Chat federation documentation page.
Actual behavior:
The link resolves to a 404 docs page.
Server Setup Information:
- Version of Rocket.Chat Server: N/A (documentation issue)
- License Type: N/A
- Number of Users: N/A
- Operating System: N/A
- Deployment Method: N/A
- Number of Running Instances: N/A
- DB Replicaset Oplog: N/A
- NodeJS Version: N/A
- MongoDB Version: N/A
Client Setup Information
- Desktop App or Browser Version: Any modern browser
- Operating System: Any
Additional context
A valid replacement URL is:
https://docs.rocket.chat/docs/decentralized-communication-with-federation-in-rocketchat
Relevant logs:
curl -L -s -o /dev/null -w "%{http_code} %{url_effective}\n" "https://docs.rocket.chat/docs/rocketchat-native-federation"
# 404 https://docs.rocket.chat/docs/federation-in-rocket-chat
curl -L -s -o /dev/null -w "%{http_code} %{url_effective}\n" "https://docs.rocket.chat/docs/decentralized-communication-with-federation-in-rocketchat"
# 200 https://docs.rocket.chat/docs/decentralized-communication-with-federation-in-rocketchatReactions are currently unavailable