From 319a907d220127d30b9ac641d06aeee1e8ca9346 Mon Sep 17 00:00:00 2001 From: raskad <32105367+raskad@users.noreply.github.com> Date: Sun, 25 Sep 2022 18:01:49 +0000 Subject: [PATCH] Fix links in readme (#2304) Fix the links to `crates.io` and `docs.rs` in the readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e01aa758b7..89097380fe 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Currently, it has support for some of the language. [![Build Status][build_badge]][build_link] [![codecov](https://codecov.io/gh/boa-dev/boa/branch/main/graph/badge.svg)](https://codecov.io/gh/boa-dev/boa) -[![Crates.io](https://img.shields.io/crates/v/Boa.svg)](https://crates.io/crates/Boa) -[![Docs.rs](https://docs.rs/Boa/badge.svg)](https://docs.rs/Boa/) +[![Crates.io](https://img.shields.io/crates/v/boa_engine.svg)](https://crates.io/crates/boa_engine) +[![Docs.rs](https://docs.rs/boa_engine/badge.svg)](https://docs.rs/boa_engine) [![Discord](https://img.shields.io/discord/595323158140158003?logo=discord)](https://discord.gg/tUFFk9Y) [build_badge]: https://github.com/boa-dev/boa/actions/workflows/rust.yml/badge.svg?event=push&branch=main