From f53fe51c01f1627424448d7c217fc7a9898cbf3f Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Sat, 3 Apr 2021 17:57:41 -0400 Subject: [PATCH] Update examples repository due to deprecation Signed-off-by: Nick Gerace --- docs-src/faq.md | 2 +- docs-src/index.md | 2 +- docs-src/tutorial/index.md | 3 ++- docs-src/tutorial/rust_and_gtk.md | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs-src/faq.md b/docs-src/faq.md index d74297ef3..544887f4e 100644 --- a/docs-src/faq.md +++ b/docs-src/faq.md @@ -26,7 +26,7 @@ The crate is then proposed to the **Gtk-rs** members. If no one has objections o ## I want more **Gtk-rs** examples! -Please open an issue on the [examples repository](https://github.com/gtk-rs/examples/). +Please open an issue on the [`gtk-rs` repository](https://github.com/gtk-rs/gtk-rs/). ## I didn't understand something and the tutorials don't talk about. diff --git a/docs-src/index.md b/docs-src/index.md index 025c721df..6f0df5423 100644 --- a/docs-src/index.md +++ b/docs-src/index.md @@ -44,5 +44,5 @@ users will have it installed. ## Tutorials and examples * [Tutorials](/docs-src/tutorial). - * [Examples repository](https://github.com/gtk-rs/examples). + * [Examples directory in the `gtk-rs` repository](https://github.com/gtk-rs/gtk-rs). * [Projects using `gtk-rs`](/#projects-using-gtk-rs). diff --git a/docs-src/tutorial/index.md b/docs-src/tutorial/index.md index ed590f78c..a19f8df19 100644 --- a/docs-src/tutorial/index.md +++ b/docs-src/tutorial/index.md @@ -28,4 +28,5 @@ A tutorial is available [here](gir_tutorial) if you want to generate your own GN ## Going further -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). +Make sure to check the examples directory in the [`gtk-rs` repository](https://github.com/gtk-rs/gtk-rs). +Also you can take a look at the source code of [projects using `gtk-rs`](/#projects-using-gtk-rs). diff --git a/docs-src/tutorial/rust_and_gtk.md b/docs-src/tutorial/rust_and_gtk.md index e7139eac7..7c8c85aae 100644 --- a/docs-src/tutorial/rust_and_gtk.md +++ b/docs-src/tutorial/rust_and_gtk.md @@ -50,7 +50,7 @@ Then just compile normally, `cargo` will update the dependency by itself. ## Examples -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! +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!