From 7dc00f27e03479f809c3ca8117e4fb450b63e306 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Mon, 18 Dec 2023 11:40:45 -0800 Subject: [PATCH] Fixing links in readme I somehow lost my variables at some point. --- .crate-docs.md | 6 +++--- .rustme/config.ron | 15 +++++++++------ .rustme/docs.md | 8 ++++---- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 8 ++++---- 6 files changed, 22 insertions(+), 19 deletions(-) diff --git a/.crate-docs.md b/.crate-docs.md index ba5533061..e3ec2a4e2 100644 --- a/.crate-docs.md +++ b/.crate-docs.md @@ -59,13 +59,13 @@ pull requests, as it ensures changes fit the vision the maintainers have for Gooey. [widget]: crate::widget::Widget +[widgets]: mod@crate::widgets +[button-example]: https://github.com/khonsulabs/gooey/tree/main/examples/basic-button.rs +[examples]: https://github.com/khonsulabs/gooey/tree/main/examples/ [kludgine]: https://github.com/khonsulabs/kludgine [figures]: https://github.com/khonsulabs/figures [wgpu]: https://github.com/gfx-rs/wgpu [winit]: https://github.com/rust-windowing/winit -[widgets]: mod@crate::widgets -[button-example]: https://github.com/khonsulabs/gooey/tree/main/examples/basic-button.rs -[examples]: https://github.com/khonsulabs/gooey/tree/main/examples/ [cosmic_text]: https://github.com/pop-os/cosmic-text [palette]: https://github.com/Ogeon/palette [arboard]: https://github.com/1Password/arboard diff --git a/.rustme/config.ron b/.rustme/config.ron index 3f9dd6b8a..ff80242e3 100644 --- a/.rustme/config.ron +++ b/.rustme/config.ron @@ -1,10 +1,13 @@ Configuration( files: { - "../README.md": [ - "header.md", - "docs.md", - "https://github.com/khonsulabs/.github/raw/main/snippets/readme-footer.md", - ], + "../README.md": ( + for_docs: false, + sections: [ + "header.md", + "docs.md", + "https://github.com/khonsulabs/.github/raw/main/snippets/readme-footer.md", + ], + ), "../.crate-docs.md": ( for_docs: true, sections: [ @@ -31,7 +34,7 @@ Configuration( // "msrv": "1.70", "ref-name": ( default: "main", - release: "v0.1.0", + release: "v0.1.1", ), "docs": ( default: "https://gooey.rs/main/gooey/", diff --git a/.rustme/docs.md b/.rustme/docs.md index 8ce725e0e..5fbf36540 100644 --- a/.rustme/docs.md +++ b/.rustme/docs.md @@ -45,14 +45,14 @@ and problem it aims to solve. Doing so will help prevent friction in merging pull requests, as it ensures changes fit the vision the maintainers have for Gooey. -[widget]: crate::widget::Widget +[widget]: $widget$ +[widgets]: $widgets$ +[button-example]: https://github.com/khonsulabs/gooey/tree/$ref-name$/examples/basic-button.rs +[examples]: https://github.com/khonsulabs/gooey/tree/$ref-name$/examples/ [kludgine]: https://github.com/khonsulabs/kludgine [figures]: https://github.com/khonsulabs/figures [wgpu]: https://github.com/gfx-rs/wgpu [winit]: https://github.com/rust-windowing/winit -[widgets]: mod@crate::widgets -[button-example]: https://github.com/khonsulabs/gooey/tree/main/examples/basic-button.rs -[examples]: https://github.com/khonsulabs/gooey/tree/main/examples/ [cosmic_text]: https://github.com/pop-os/cosmic-text [palette]: https://github.com/Ogeon/palette [arboard]: https://github.com/1Password/arboard diff --git a/Cargo.lock b/Cargo.lock index 4e9701c02..cdbb38fa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "gooey" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ahash", "alot", diff --git a/Cargo.toml b/Cargo.toml index 62eeddc57..4122ebe8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "gooey" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A wgpu-powered graphical user interface (GUI) library with a reactive data model" repository = "https://github.com/khonsulabs/gooey" diff --git a/README.md b/README.md index bd93046fd..f56517a3c 100644 --- a/README.md +++ b/README.md @@ -60,14 +60,14 @@ and problem it aims to solve. Doing so will help prevent friction in merging pull requests, as it ensures changes fit the vision the maintainers have for Gooey. -[widget]: crate::widget::Widget +[widget]: https://gooey.rs/main/gooey/widget/trait.Widget.html +[widgets]: https://gooey.rs/main/gooey/widgets/index.html +[button-example]: https://github.com/khonsulabs/gooey/tree/main/examples/basic-button.rs +[examples]: https://github.com/khonsulabs/gooey/tree/main/examples/ [kludgine]: https://github.com/khonsulabs/kludgine [figures]: https://github.com/khonsulabs/figures [wgpu]: https://github.com/gfx-rs/wgpu [winit]: https://github.com/rust-windowing/winit -[widgets]: mod@crate::widgets -[button-example]: https://github.com/khonsulabs/gooey/tree/main/examples/basic-button.rs -[examples]: https://github.com/khonsulabs/gooey/tree/main/examples/ [cosmic_text]: https://github.com/pop-os/cosmic-text [palette]: https://github.com/Ogeon/palette [arboard]: https://github.com/1Password/arboard