You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/projects.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,5 @@
10
10
{% endfor %}
11
11
</ul>
12
12
13
-
If you want your app to be added to this list, please create a [Pull Request](https://github.com/gtk-rs/gtk-rs.github.io/edit/master/_data/projects.json) for it.
13
+
If you want your app to be added to this list, please create a [Pull Request](https://github.com/gtk-rs/gtk-rs.github.io/edit/main/_data/projects.json) for it.
Copy file name to clipboardExpand all lines: _posts/2019-02-21-new-release.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Let's see those in details.
24
24
25
25
#### Atk
26
26
27
-
The Atk crate is about accessibility. We thought it was a miss not having it considering how important accessibility is. Now it's fixed! You can find more information directly on the [`Atk` repository](https://github.com/gtk-rs/atk) or in the [accessibility example](https://github.com/gtk-rs/examples/blob/master/src/bin/accessibility.rs).
27
+
The Atk crate is about accessibility. We thought it was a miss not having it considering how important accessibility is. Now it's fixed! You can find more information directly on the [`Atk` repository](https://github.com/gtk-rs/atk) or in the [accessibility example](https://github.com/gtk-rs/examples/blob/main/src/bin/accessibility.rs).
28
28
29
29
#### Callbacks?
30
30
@@ -102,7 +102,7 @@ We moved it to `1.31.0` mainly because imports handling is much easier starting
102
102
103
103
#### subclassing support in GLib
104
104
105
-
This is a strongly asked feature and we now have it in GLib. A lot of work remains to be done, but it's mostly polishing. At its current state, it can be used already. Take a look at the [listbox_model](https://github.com/gtk-rs/examples/blob/master/src/bin/listbox_model.rs) if you want to see how it works.
105
+
This is a strongly asked feature and we now have it in GLib. A lot of work remains to be done, but it's mostly polishing. At its current state, it can be used already. Take a look at the [listbox_model](https://github.com/gtk-rs/examples/blob/main/src/bin/listbox_model.rs) if you want to see how it works.
0 commit comments