From 5e70201b0a43a2b4c005eac80f81d3ae9801127f Mon Sep 17 00:00:00 2001 From: Ayush Gade Date: Fri, 2 Jan 2026 09:36:16 +0530 Subject: [PATCH] Update Meteor installation link in guidelines What this PR does: Updates broken documentation links in the guidelines by pointing them to their current, working locations. Why this change is needed: The previous links were outdated and no longer accessible, which could cause confusion for contributors following the setup instructions. Notes: Both links were verified after the update. --- product/development/development-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/development/development-guidelines.md b/product/development/development-guidelines.md index 83139159..b35d6a4f 100644 --- a/product/development/development-guidelines.md +++ b/product/development/development-guidelines.md @@ -4,7 +4,7 @@ Your development workstation needs to have at least 8GB RAM or more to be able to build the Rocket.Chat's source code. -Rocket.Chat runs on top of [Meteor](https://www.meteor.com/). To run it on development mode you need to [install Meteor](https://www.meteor.com/install) and clone/download the Rocket.Chat's code, then just open the code folder and run: +Rocket.Chat runs on top of [Meteor](https://www.meteor.com/). To run it on development mode you need to [install Meteor](https://docs.meteor.com/about/install.html) and clone/download the Rocket.Chat's code, then just open the code folder and run: ```text meteor npm install && meteor