From 5578c07c442ac3bf81d57f489ab95d7d1a677201 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 30 Jul 2025 08:21:35 +0100 Subject: [PATCH] fix image path in README.md (#434) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b25c74..cc5ebad 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,6 @@ For the github webhook configure the following: This repository utilizes `vuepress-deploy` to automatically deploy the current `master` branch to github pages. -![repo-architecture](./docs/images/docs/architecture.png) +![repo-architecture](./docs/.vuepress/public/images/docs/architecture.png) A Pullrequest-Review-Workflow is applied to get changes into the `master`. From there on an automatic github workflow script utilizing `vuepress-deploy` is taking over. The vuepress page is built and force-pushed to the `gh-pages` branch, which in turn is then deployed on the github pages infrastructure and bound to the web address [IT4C.dev](https://www.it4c.dev).