Update URLs.

This commit is contained in:
Dan Gohman
2018-02-23 16:16:44 -08:00
parent ec746c3359
commit 2a26b70854
11 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ version = "0.1.0"
description = "Low-level code generator library"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/stoklund/cretonne"
repository = "https://github.com/Cretonne/cretonne"
readme = "README.md"
build = "build.rs"

View File

@@ -4,7 +4,7 @@ name = "filecheck"
version = "0.1.0"
description = "Library for matching test outputs against filecheck directives"
license = "Apache-2.0"
repository = "https://github.com/stoklund/cretonne"
repository = "https://github.com/Cretonne/cretonne"
documentation = "https://docs.rs/filecheck"
[lib]

View File

@@ -5,7 +5,7 @@ version = "0.1.0"
description = "Cretonne IL builder helper"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/stoklund/cretonne"
repository = "https://github.com/Cretonne/cretonne"
readme = "README.md"
[lib]

View File

@@ -3,7 +3,7 @@ name = "cretonne-native"
version = "0.1.0"
authors = ["The Cretonne Project Developers"]
description = "Support for targeting the host with Cretonne"
repository = "https://github.com/stoklund/cretonne"
repository = "https://github.com/Cretonne/cretonne"
license = "Apache-2.0"
readme = "README.md"

View File

@@ -5,7 +5,7 @@ version = "0.1.0"
description = "Cretonne textual IL reader"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/stoklund/cretonne"
repository = "https://github.com/Cretonne/cretonne"
readme = "README.md"
[lib]

View File

@@ -3,7 +3,7 @@ name = "cretonne-wasm"
version = "0.1.0"
authors = ["The Cretonne Project Developers"]
description = "Translator from WebAssembly to Cretonne IL"
repository = "https://github.com/stoklund/cretonne"
repository = "https://github.com/Cretonne/cretonne"
license = "Apache-2.0"
readme = "README.md"