Skip to content

Commit 352128e

Browse files
zecakehsdroege
authored andcommitted
gtk4-macros: Fix link to Blueprint homepage
Since Blueprint has moved to the GNOME namespace, the previous link didn't work anymore.
1 parent 5c5a183 commit 352128e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtk4-macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pub fn include_blueprint(input: TokenStream) -> TokenStream {
144144
/// }
145145
/// ```
146146
///
147-
/// The [`CompositeTemplate`] macro can also be used with [Blueprint](https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/)
147+
/// The [`CompositeTemplate`] macro can also be used with [Blueprint](https://gnome.pages.gitlab.gnome.org/blueprint-compiler/)
148148
/// if the feature `blueprint` is enabled.
149149
/// you can use `string` or `file` relative to the project directory but not
150150
/// `resource`

0 commit comments

Comments
 (0)