From 0c615365c645776c1abf42be89edc1d5292163c8 Mon Sep 17 00:00:00 2001 From: AnthonyMikh Date: Fri, 30 Dec 2022 05:16:51 +0300 Subject: [PATCH] Fix link to `object` library (#5491) --- cranelift/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/docs/index.md b/cranelift/docs/index.md index 96e733fe7c62..735403b92afe 100644 --- a/cranelift/docs/index.md +++ b/cranelift/docs/index.md @@ -47,7 +47,7 @@ - [cranelift-object](https://docs.rs/cranelift-object) This crate provides a object-based backend for `cranelift-module`, which emits native object files using the - `object `_ library. + [object](https://github.com/gimli-rs/object) library. - [cranelift-jit](https://docs.rs/cranelift-jit) This crate provides a JIT backend for `cranelift-module`, which