Skip to content

Commit a4147ab

Browse files
authored
Switch doc links to docs.rs (#234)
Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
1 parent e7b3f32 commit a4147ab

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "gleam"
33
version = "0.15.1"
4-
license = "MIT OR Apache-2.0"
54
authors = ["The Servo Project Developers"]
6-
build = "build.rs"
7-
documentation = "https://doc.servo.org/gleam/"
8-
repository = "https://github.com/servo/gleam"
95
description = "Generated OpenGL bindings and wrapper for Servo."
6+
documentation = "https://docs.rs/gleam"
7+
repository = "https://github.com/servo/gleam"
8+
license = "MIT OR Apache-2.0"
9+
build = "build.rs"
1010

1111
[build-dependencies]
1212
gl_generator = "0.14"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
servo-gl
22
========
33

4-
[Documentation](https://doc.servo.org/gleam/)
4+
[Documentation](https://docs.rs/gleam)
55

6-
OpenGL bindings for Servo
6+
OpenGL bindings for Servo.

0 commit comments

Comments
 (0)