Skip to content

Commit 7332715

Browse files
committed
Fix url in readme
1 parent 1d18f38 commit 7332715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ this crate ends up, as long as it's there):
2020

2121
``` toml
2222
[dependencies]
23-
compiler-builtins = { git = "https://github.com/rustc-lang-nursery/compiler-builtins" }
23+
compiler-builtins = { git = "https://github.com/rust-lang-nursery/compiler-builtins" }
2424
```
2525

2626
If you still get an "undefined reference to $INTRINSIC" error after that change,
@@ -35,7 +35,7 @@ implementation as well for unimplemented intrinsics:
3535

3636
```toml
3737
[dependencies.compiler-builtins]
38-
git = "https://github.com/rustc-lang-nursery/compiler-builtins"
38+
git = "https://github.com/rust-lang-nursery/compiler-builtins"
3939
features = ["c"]
4040
```
4141

0 commit comments

Comments
 (0)