From af1c2e815ff962bf4f086ffa56e1b742dae9843e Mon Sep 17 00:00:00 2001 From: Michael Winters <1688867+mwinters0@users.noreply.github.com> Date: Fri, 13 Jun 2025 12:44:59 -0500 Subject: [PATCH] Fix malformed engineering handbook links (#29816) --- handbook/engineering/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handbook/engineering/README.md b/handbook/engineering/README.md index 2b1ba5c5a0..75a06dba55 100644 --- a/handbook/engineering/README.md +++ b/handbook/engineering/README.md @@ -57,9 +57,9 @@ It's important to frame engineering-initiated user stories the same way we frame The engineering output and architecture DRI reviews and triages engineering-initiated stories weekly on the [Engineering board](https://github.com/orgs/fleetdm/projects/73) and selects stories to prioritize for drafting by adding the `:product` label, placing it in the "Ready" column, and assigning to the engineer listed as the product designer. -1. The assigned engineer is responsible for completing the user story drafting process by completing the specs and [defining done]([url](https://fleetdm.com/handbook/company/product-groups#defining-done)). Move the issue into "In progress" on the drafting board and populate all TODOs in the issue description, define implementation details, and draft the first version of the test plan. +1. The assigned engineer is responsible for completing the user story drafting process by completing the specs and [defining done](https://fleetdm.com/handbook/company/product-groups#defining-done). Move the issue into "In progress" on the drafting board and populate all TODOs in the issue description, define implementation details, and draft the first version of the test plan. -2. When all sections have been populated, move it to the "User story review" column on the drafting board and assign to your EM. The EM will bring the story to [weekly user story review]([url](https://fleetdm.com/handbook/company/product-groups#user-story-reviews)), and then to estimation before prioritizing into an upcoming sprint. +2. When all sections have been populated, move it to the "User story review" column on the drafting board and assign to your EM. The EM will bring the story to [weekly user story review](https://fleetdm.com/handbook/company/product-groups#user-story-reviews), and then to estimation before prioritizing into an upcoming sprint. ### Fix a bug