Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit f6a6fa5

Browse files
committed
new docs url
1 parent 79cd05c commit f6a6fa5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
documentation = "https://gtk-rs.org/docs/gtk/"
2+
documentation = "https://gtk-rs.org/docs-src/gtk/"
33
categories = ["api-bindings", "gui"]
44
license = "MIT"
55
description = "Rust bindings for the GTK+ 3 library"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# gtk [![Build Status](https://travis-ci.org/gtk-rs/gtk.png?branch=master)](https://travis-ci.org/gtk-rs/gtk) [![Build status](https://ci.appveyor.com/api/projects/status/5mot32ipr12iocw0?svg=true)](https://ci.appveyor.com/project/GuillaumeGomez/gtk) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gtk-rs/gtk)
22

3-
[Project site](https://gtk-rs.org/) | [Online documentation](https://gtk-rs.org/docs/)
3+
[Project site](https://gtk-rs.org/) | [Online documentation](https://gtk-rs.org/docs-src/)
44

55
__Rust__ bindings and wrappers for __GLib__, __GDK 3__, __GTK+ 3__ and __Cairo__.
66

77
## Building
88

99
__gtk__ expects __GTK+__, __GLib__ and __Cairo__ development files to be installed on your system.
10-
See the [requirements page](https://gtk-rs.org/docs/requirements.html).
10+
See the [requirements page](https://gtk-rs.org/docs-src/requirements.html).
1111

1212
## Using
1313

@@ -66,7 +66,7 @@ Generate the docs:
6666

6767
Contributor you're welcome!
6868

69-
See the general [bindings documentation](https://gtk-rs.org/docs/glib/).
69+
See the general [bindings documentation](https://gtk-rs.org/docs-src/glib/).
7070

7171
Most of the bindings ([`src/auto`](src/auto)) are generated by [gir](https://github.com/gtk-rs/gir) using [this configuration file](Gir.toml). After editing `Gir.toml` the sources can be regenerated with
7272

0 commit comments

Comments
 (0)