From 2917430d94fab9e1336d7b8f0b64cc2b40476511 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Sun, 12 May 2024 08:37:24 -0700 Subject: [PATCH] Fixing image references to guide --- .rustme/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rustme/docs.md b/.rustme/docs.md index 36eb16d..b1a6e90 100644 --- a/.rustme/docs.md +++ b/.rustme/docs.md @@ -44,11 +44,11 @@ initially tested by creating an example. Many are focused on demonstrating a single feature, but there are some complex example such as a theme editor/previewer: - [![Theme Editor Example](https://cushy.rs/main/guide/examples/theme_editor.png)][theme-example] + [![Theme Editor Example](https://cushy.rs/$ref-name$/guide/examples/theme_editor.png)][theme-example] - Browse the [user's guide][guide]. The user guide is a work in progress, but features CI-generated screenshots and animations for its examples: - [![Hello, World User Guide Example](https://cushy.rs/main/guide/examples/intro.png)][guide] + [![Hello, World User Guide Example](https://cushy.rs/$ref-name$/guide/examples/intro.png)][guide] - Ask questions [in Discussions][discussions] or [on Discord][discord]. ## Project Status