docs: Rename "Slint language Reference" to "Slint Language Documentation"

This commit is contained in:
Tobias Hunger 2023-02-22 17:58:28 +01:00 committed by Tobias Hunger
parent 8afdead15b
commit 39d215bee0
8 changed files with 9 additions and 9 deletions

View file

@ -71,7 +71,7 @@ of elements and property bindings. Here's the obligatory "Hello World":
}
}
Check out the `language reference <../slint>`_ for more details.
Check out the `Slint Language Documentation <../slint>`_ for more details.
Architecture
============

View file

@ -15,7 +15,7 @@ This crate is the main entry point for embedding user interfaces designed with
## Related topics
*/
#![doc = concat!("* [The Slint language reference manual](https://slint-ui.com/releases/", env!("CARGO_PKG_VERSION"), "/doc/slint)")]
#![doc = concat!("* [The Slint Language Documentation](https://slint-ui.com/releases/", env!("CARGO_PKG_VERSION"), "/doc/slint)")]
/*! * [Examples and Recipes](docs::recipes)
* [Slint on Microcontrollers](docs::mcu)
* [Debugging Techniques](docs::debugging_techniques)