Skip to content

Broken relative link in rocketchat-i18n README points to non-existent target #39137

@successbyte

Description

@successbyte

Description:

The relative link in apps/meteor/packages/rocketchat-i18n/README.md points to ../package.js, which resolves to apps/meteor/packages/package.js (non-existent).

Steps to reproduce:

  1. Open apps/meteor/packages/rocketchat-i18n/README.md.
  2. Click the how livechat did link.
  3. Observe that it points to a missing file.

Expected behavior:

The link should open apps/meteor/packages/rocketchat-i18n/package.js, which is the referenced example file.

Actual behavior:

The current relative path points to a non-existent target.

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
  • Operating System: Any

Additional context

The correct relative target is ./package.js.

Relevant logs:

N/A

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