Skip to content

Commit 05c56ec

Browse files
authored
Merge pull request rust-lang#119 from Voultapher/master
Fix README llvm-sys example link
2 parents f38a4ef + 67a49a6 commit 05c56ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Documentation is automatically [deployed here](https://thedan64.github.io/inkwel
4646

4747
## Examples
4848

49-
### Tari's [llvm-sys example](https://bitbucket.org/tari/llvm-sys.rs/src/ea4ac92a171da2c1851806b91e531ed3a0b41091/examples/jit-function.rs) written in safe code<sup>1</sup> with Inkwell:
49+
### Tari's [llvm-sys example](https://gitlab.com/taricorp/llvm-sys.rs/blob/6411edb2fed1a805b7ec5029afc9c3ae1cf6c842/examples/jit-function.rs) written in safe code<sup>1</sup> with Inkwell:
5050

5151
```rust
5252
use inkwell::OptimizationLevel;

0 commit comments

Comments
 (0)