Skip to content

README: federation documentation link points to 404 #39127

@successbyte

Description

@successbyte

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:

  1. Open the root README.md.
  2. Go to the deployment section and click the federation link.
  3. 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-rocketchat

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions