-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
Description
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:
- Open apps/meteor/packages/rocketchat-i18n/README.md.
- Click the
how livechat didlink. - 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
Reactions are currently unavailable