From 946e0dcc4ad7c37b7026924dc43caebcef03dde8 Mon Sep 17 00:00:00 2001 From: Samuel K Date: Mon, 3 Aug 2026 17:47:55 +0000 Subject: [PATCH] fix(readme): update image paths after docs site migration to Fumadocs PR #865 moved the docs site's static assets from sites/docs-devsy-sh/static/media/ to sites/docs-devsy-sh/public/docs/media/ and deleted the old static/ directory, but missed updating the three image references in the repo-root README.md that pointed at the old path. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b15850975..84d2ce5d1 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@

- - Devsy wordmark + + Devsy wordmark

@@ -29,7 +29,7 @@ Devsy enables teams and their AI coding agents to scale development using standa -![Devsy Flow](sites/docs-devsy-sh/static/media/devsy-flow.gif) +![Devsy Flow](sites/docs-devsy-sh/public/docs/media/devsy-flow.gif)

Downloads