@@ -383,7 +383,7 @@ macro_rules! g_log_inner {
383
383
// rustdoc-stripper-ignore-next
384
384
/// Macro used to log using GLib logging system. It uses [g_log].
385
385
///
386
- /// [g_log]: https://developer.gnome .org/glib/stable/glib-Message-Logging.html#g- log
386
+ /// [g_log]: https://docs.gtk .org/glib/func. log.html
387
387
///
388
388
/// Example:
389
389
///
@@ -436,7 +436,7 @@ macro_rules! g_log {
436
436
// rustdoc-stripper-ignore-next
437
437
/// Macro used to log using GLib logging system. It uses [g_log].
438
438
///
439
- /// [g_log]: https://developer.gnome .org/glib/stable/glib-Message-Logging.html#g- log
439
+ /// [g_log]: https://docs.gtk .org/glib/func. log.html
440
440
///
441
441
/// It is the same as calling the [`g_log!`] macro with [`LogLevel::Error`].
442
442
///
@@ -473,7 +473,7 @@ macro_rules! g_error {
473
473
// rustdoc-stripper-ignore-next
474
474
/// Macro used to log using GLib logging system. It uses [g_log].
475
475
///
476
- /// [g_log]: https://developer.gnome .org/glib/stable/glib-Message-Logging.html#g- log
476
+ /// [g_log]: https://docs.gtk .org/glib/func. log.html
477
477
///
478
478
/// It is the same as calling the [`g_log!`] macro with [`LogLevel::Critical`].
479
479
///
@@ -510,7 +510,7 @@ macro_rules! g_critical {
510
510
// rustdoc-stripper-ignore-next
511
511
/// Macro used to log using GLib logging system. It uses [g_log].
512
512
///
513
- /// [g_log]: https://developer.gnome .org/glib/stable/glib-Message-Logging.html#g- log
513
+ /// [g_log]: https://docs.gtk .org/glib/func. log.html
514
514
///
515
515
/// It is the same as calling the [`g_log!`] macro with [`LogLevel::Warning`].
516
516
///
@@ -547,7 +547,7 @@ macro_rules! g_warning {
547
547
// rustdoc-stripper-ignore-next
548
548
/// Macro used to log using GLib logging system. It uses [g_log].
549
549
///
550
- /// [g_log]: https://developer.gnome .org/glib/stable/glib-Message-Logging.html#g- log
550
+ /// [g_log]: https://docs.gtk .org/glib/func. log.html
551
551
///
552
552
/// It is the same as calling the [`g_log!`] macro with [`LogLevel::Message`].
553
553
///
@@ -584,7 +584,7 @@ macro_rules! g_message {
584
584
// rustdoc-stripper-ignore-next
585
585
/// Macro used to log using GLib logging system. It uses [g_log].
586
586
///
587
- /// [g_log]: https://developer.gnome .org/glib/stable/glib-Message-Logging.html#g- log
587
+ /// [g_log]: https://docs.gtk .org/glib/func. log.html
588
588
///
589
589
/// It is the same as calling the [`g_log!`] macro with [`LogLevel::Info`].
590
590
///
@@ -621,7 +621,7 @@ macro_rules! g_info {
621
621
// rustdoc-stripper-ignore-next
622
622
/// Macro used to log using GLib logging system. It uses [g_log].
623
623
///
624
- /// [g_log]: https://developer.gnome .org/glib/stable/glib-Message-Logging.html#g- log
624
+ /// [g_log]: https://docs.gtk .org/glib/func. log.html
625
625
///
626
626
/// It is the same as calling the [`g_log!`] macro with [`LogLevel::Debug`].
627
627
///
@@ -706,7 +706,7 @@ macro_rules! g_print_inner {
706
706
// rustdoc-stripper-ignore-next
707
707
/// Macro used to print messages. It uses [g_print].
708
708
///
709
- /// [g_print]: https://developer.gnome .org/glib/stable/glib-Warnings-and-Assertions.html#g- print
709
+ /// [g_print]: https://docs.gtk .org/glib/func. print.html
710
710
///
711
711
/// Example:
712
712
///
@@ -733,7 +733,7 @@ macro_rules! g_print {
733
733
// rustdoc-stripper-ignore-next
734
734
/// Macro used to print error messages. It uses [g_printerr].
735
735
///
736
- /// [g_printerr]: https://developer.gnome .org/glib/stable/glib-Warnings-and-Assertions.html#g- printerr
736
+ /// [g_printerr]: https://docs.gtk .org/glib/func. printerr.html
737
737
///
738
738
/// Example:
739
739
///
0 commit comments