Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 81980ae

Browse files
committedFeb 19, 2020
Point to gnome installation page instead of ours
1 parent 0ae94ec commit 81980ae

File tree

3 files changed

+4
-162
lines changed

3 files changed

+4
-162
lines changed
 

‎docs-src/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ layout: default
33
---
44
# Gtk-rs documentation
55

6-
## [Requirements](requirements.html)
6+
## Requirements
7+
8+
First, prepare your system by taking a look at the [GNOME installation page](https://www.gtk.org/docs/installations/).
79

810
## Crate API docs
911

‎docs-src/requirements.md

Lines changed: 0 additions & 160 deletions
This file was deleted.

‎index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ layout: wide
5050

5151
## Using
5252

53-
First, prepare your system by taking a look at the [requirements](http://gtk-rs.org/docs-src/requirements.html).
53+
First, prepare your system by taking a look at the [GNOME installation page](https://www.gtk.org/docs/installations/).
5454

5555
Then include `gtk` and `gio` in your `Cargo.toml` and set the minimal GTK version required by your project:
5656
{% assign gtk = site.data.crates | where: "name", "gtk" %}

0 commit comments

Comments
 (0)
Please sign in to comment.