From 8f5ce94a8713d9f613850c06369278587b35acba Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Sat, 11 May 2024 19:42:50 -0700 Subject: [PATCH] Making screenshot link to guide --- .crate-docs.md | 2 +- .rustme/docs.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.crate-docs.md b/.crate-docs.md index 2f5c6c4..56e6bfd 100644 --- a/.crate-docs.md +++ b/.crate-docs.md @@ -57,7 +57,7 @@ initially tested by creating an 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) + [![Hello, World User Guide Example](https://cushy.rs/main/guide/examples/intro.png)][guide] - Ask questions [in Discussions][discussions] or [on Discord][discord]. ## Project Status diff --git a/.rustme/docs.md b/.rustme/docs.md index 4fb2a5e..0606249 100644 --- a/.rustme/docs.md +++ b/.rustme/docs.md @@ -44,7 +44,7 @@ initially tested by creating an 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) + [![Hello, World User Guide Example](https://cushy.rs/main/guide/examples/intro.png)][guide] - Ask questions [in Discussions][discussions] or [on Discord][discord]. ## Project Status diff --git a/README.md b/README.md index dece86c..1fec799 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ initially tested by creating an 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) + [![Hello, World User Guide Example](https://cushy.rs/main/guide/examples/intro.png)][guide] - Ask questions [in Discussions][discussions] or [on Discord][discord]. ## Project Status