From f585448538960f76e81818dea7ee48e645a90267 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Sun, 13 Oct 2024 10:34:43 -0700 Subject: [PATCH] docs: fix broken image link (#414) --- docs/formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formatting.md b/docs/formatting.md index d6c3adff..63a2d1ae 100644 --- a/docs/formatting.md +++ b/docs/formatting.md @@ -120,7 +120,7 @@ $ chmod u+x .git/hooks/pre-commit We recommend using [Aspect Workflows] to hook up the CI check to notify developers of formatting changes, and supply a patch file that can be locally applied. -![format on CI](./docs/format-ci-demo.png) +![format on CI](./format-ci-demo.png) To set this up manually, there are two supported methods: