Skip to content
Snippets Groups Projects
Commit 62b313d6 authored by Nick Fitzgerald's avatar Nick Fitzgerald
Browse files

Fix README's badges

parent c7b41d03
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,12 @@ ...@@ -6,14 +6,12 @@
<strong>Facilitating high-level interactions between Wasm modules and JavaScript.</strong> <strong>Facilitating high-level interactions between Wasm modules and JavaScript.</strong>
</p> </p>
<!-- Build Status --> <p>
<a href="https://dev.azure.com/rustwasm/wasm-bindgen/_build/latest?definitionId=1&branchName=master"><img src="https://img.shields.io/azure-devops/build/rustwasm/wasm-bindgen/1.svg?style=flat-square" alt="Build Status" /></a> <a href="https://dev.azure.com/rustwasm/wasm-bindgen/_build/latest?definitionId=1&branchName=master"><img src="https://img.shields.io/azure-devops/build/rustwasm/wasm-bindgen/1.svg?style=flat-square" alt="Build Status" /></a>
<!-- Crates version --> <a href="https://crates.io/crates/wasm-bindgen"><img src="https://img.shields.io/crates/v/wasm-bindgen.svg?style=flat-square" alt="Crates.io version" /></a>
<a href="https://crates.io/crates/wasm-bindgen"><img src="https://img.shields.io/crates/v/wasm-bindgen.svg?style=flat-square" alt="Crates.io version" /></a> <a href="https://crates.io/crates/wasm-bindgen"><img src="https://img.shields.io/crates/d/wasm-bindgen.svg?style=flat-square" alt="Download" /></a>
<!-- Downloads --> <a href="https://docs.rs/wasm-bindgen"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>
<a href="https://crates.io/crates/wasm-bindgen"><img src="https://img.shields.io/crates/d/wasm-bindgen.svg?style=flat-square" alt="Download" /></a> </p>
<!-- docs.rs docs -->
<a href="https://docs.rs/wasm-bindgen"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>
<h3> <h3>
<a href="https://rustwasm.github.io/docs/wasm-bindgen/">Guide</a> <a href="https://rustwasm.github.io/docs/wasm-bindgen/">Guide</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment