Skip to content
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

Point to gnome installation page instead of ours #139

Merged
merged 1 commit into from
Feb 21, 2020
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
4 changes: 3 additions & 1 deletion docs-src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ layout: default
---
# Gtk-rs documentation

## [Requirements](requirements.html)
## Requirements

First, prepare your system by taking a look at the [GTK installation page](https://www.gtk.org/docs/installations/).

## Crate API docs

Expand Down
160 changes: 0 additions & 160 deletions docs-src/requirements.md

This file was deleted.

2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ layout: wide

## Using

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

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