From c2b110d4017144c5a6bae94132965890e05a8d4f Mon Sep 17 00:00:00 2001 From: jesseck3013 Date: Thu, 5 Feb 2026 18:07:01 +0800 Subject: [PATCH] Fix broken link in CONTRIBUTING.md --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index c122a9f6c..498237ab8 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -40,7 +40,7 @@ primitives and higher order resources. ### Local Development -Check out the [local development](./local-development.md) guide for instructions for working on the `step` CLI code. +Check out the [local development](./docs/local-development.md) guide for instructions for working on the `step` CLI code. ### Submitting Patches