From 4b10e9d457204e83ff99b42fc5a60fa195367b4f Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Tue, 19 Nov 2024 02:40:27 -0800 Subject: [PATCH] update `000-structure-for-initial-milestone.md` reference Signed-off-by: Emmanuel Ferdman --- docs/01-start-here/05-development-tips.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/01-start-here/05-development-tips.md b/docs/01-start-here/05-development-tips.md index 64413a92c3d..c1a92532fe4 100644 --- a/docs/01-start-here/05-development-tips.md +++ b/docs/01-start-here/05-development-tips.md @@ -26,7 +26,7 @@ make validate ``` These will fix the linting issues to make sure you won't have any issue trying to push or with the simple parts of the build. -If you have already committed you can use `make fix-commits` to verify & fix your commited code. It's +If you have already committed you can use `make fix-commits` to verify & fix your committed code. It's faster than `make fix` but you will need to amend your previous commits to get a clean history. If you are wondering what other options make has, you can simply type `make` at the comment line. @@ -68,4 +68,4 @@ without having to configure the debugger yourself: ### Viewing AMP Pages -[Use DCR](https://github.com/guardian/dotcom-rendering/blob/main/docs/architecture/amp/000-structure-for-initial-milestone.md) +[Use DCR](https://github.com/guardian/dotcom-rendering/blob/main/dotcom-rendering/docs/architecture/amp/000-structure-for-initial-milestone.md)