Skip to content

Commit f53fe51

Browse files
committed
Update examples repository due to deprecation
Signed-off-by: Nick Gerace <nickagerace@gmail.com>
1 parent 178b218 commit f53fe51

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

docs-src/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The crate is then proposed to the **Gtk-rs** members. If no one has objections o
2626

2727
## I want more **Gtk-rs** examples!
2828

29-
Please open an issue on the [examples repository](https://github.com/gtk-rs/examples/).
29+
Please open an issue on the [`gtk-rs` repository](https://github.com/gtk-rs/gtk-rs/).
3030

3131
## I didn't understand something and the tutorials don't talk about.
3232

docs-src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ users will have it installed.
4444
## Tutorials and examples
4545

4646
* [Tutorials](/docs-src/tutorial).
47-
* [Examples repository](https://github.com/gtk-rs/examples).
47+
* [Examples directory in the `gtk-rs` repository](https://github.com/gtk-rs/gtk-rs).
4848
* [Projects using `gtk-rs`](/#projects-using-gtk-rs).

docs-src/tutorial/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ A tutorial is available [here](gir_tutorial) if you want to generate your own GN
2828

2929
## Going further
3030

31-
Make sure to check the [examples repository](https://github.com/gtk-rs/examples). Also you can take a look at the source code of [projects using `gtk-rs`](/#projects-using-gtk-rs).
31+
Make sure to check the examples directory in the [`gtk-rs` repository](https://github.com/gtk-rs/gtk-rs).
32+
Also you can take a look at the source code of [projects using `gtk-rs`](/#projects-using-gtk-rs).

docs-src/tutorial/rust_and_gtk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Then just compile normally, `cargo` will update the dependency by itself.
5050

5151
## Examples
5252

53-
Now that you know how to import `Gtk-rs` crates into your code, looking at the [examples repository](https://github.com/gtk-rs/examples/) could be a great idea!
53+
Now that you know how to import `Gtk-rs` crates into your code, looking at the examples directory in the [`gtk-rs` repository](https://github.com/gtk-rs/gtk-rs/) could be a great idea!
5454

5555
<div class="footer">
5656
<div></div>

0 commit comments

Comments
 (0)