Skip to content

Update examples repository due to deprecation #198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs-src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
3 changes: 2 additions & 1 deletion docs-src/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion docs-src/tutorial/rust_and_gtk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

<div class="footer">
<div></div>
Expand Down