Skip to content

Commit 7c7da09

Browse files
authored
Update Cargo.toml
updated documentation location
1 parent 50ee9ef commit 7c7da09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "numpy"
33
version = "0.11.0"
44
authors = ["Toshiki Teramura <[email protected]>", "Yuji Kanagawa <[email protected]>"]
55
description = "Rust binding of NumPy C-API"
6-
documentation = "https://rust-numpy.github.io/rust-numpy/numpy"
6+
documentation = "https://pyo3.github.io/rust-numpy/numpy"
77
edition = "2018"
88
repository = "https://github.com/rust-numpy/rust-numpy"
99
keywords = ["numpy", "python", "binding"]
@@ -25,4 +25,4 @@ python3 = ["pyo3/python3"]
2525

2626

2727
[workspace]
28-
members = ["examples/*"]
28+
members = ["examples/*"]

0 commit comments

Comments
 (0)