Fixing doc urls for rustme

This commit is contained in:
Jonathan Johnson 2023-12-25 08:02:36 -08:00
parent cb65b014a3
commit 04fca53182
No known key found for this signature in database
GPG key ID: A66D6A34D6620579
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
![Gooey is considered alpha and unsupported](https://img.shields.io/badge/status-alpha-orange) ![Gooey is considered alpha and unsupported](https://img.shields.io/badge/status-alpha-orange)
[![crate version](https://img.shields.io/crates/v/gooey.svg)](https://crates.io/crates/gooey) [![crate version](https://img.shields.io/crates/v/gooey.svg)](https://crates.io/crates/gooey)
[![Documentation for `main` branch](https://img.shields.io/badge/docs-main-informational)](https://gooey.rs/main/gooey/) [![Documentation for `main` branch](https://img.shields.io/badge/docs-main-informational)](https://gooey.rs/main/docs/gooey/)
Gooey is an experimental Graphical User Interface (GUI) crate for the Rust Gooey is an experimental Graphical User Interface (GUI) crate for the Rust
programming language. It is powered by: programming language. It is powered by:

View file

@ -37,16 +37,16 @@ Configuration(
release: "v0.1.3", release: "v0.1.3",
), ),
"docs": ( "docs": (
default: "https://gooey.rs/main/gooey/", default: "https://gooey.rs/main/docs/gooey/",
release: "https://docs.rs/gooey", release: "https://docs.rs/gooey",
), ),
"widget": ( "widget": (
default: "https://gooey.rs/main/gooey/widget/trait.Widget.html", default: "https://gooey.rs/main/docs/gooey/widget/trait.Widget.html",
release: "https://docs.rs/gooey/*/gooey/widget/trait.Widget.html", release: "https://docs.rs/gooey/*/gooey/widget/trait.Widget.html",
for_docs: "crate::widget::Widget", for_docs: "crate::widget::Widget",
), ),
"widgets": ( "widgets": (
default: "https://gooey.rs/main/gooey/widgets/index.html", default: "https://gooey.rs/main/docs/gooey/widgets/index.html",
release: "https://docs.rs/gooey/*/gooey/widgets/index.html", release: "https://docs.rs/gooey/*/gooey/widgets/index.html",
for_docs: "mod@crate::widgets", for_docs: "mod@crate::widgets",
), ),

View file

@ -60,8 +60,8 @@ 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 pull requests, as it ensures changes fit the vision the maintainers have for
Gooey. Gooey.
[widget]: https://gooey.rs/main/gooey/widget/trait.Widget.html [widget]: https://gooey.rs/main/docs/gooey/widget/trait.Widget.html
[widgets]: https://gooey.rs/main/gooey/widgets/index.html [widgets]: https://gooey.rs/main/docs/gooey/widgets/index.html
[button-example]: https://github.com/khonsulabs/gooey/tree/main/examples/basic-button.rs [button-example]: https://github.com/khonsulabs/gooey/tree/main/examples/basic-button.rs
[examples]: https://github.com/khonsulabs/gooey/tree/main/examples/ [examples]: https://github.com/khonsulabs/gooey/tree/main/examples/
[kludgine]: https://github.com/khonsulabs/kludgine [kludgine]: https://github.com/khonsulabs/kludgine