Skip to content

Commit 7313747

Browse files
committed
Fix links
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
1 parent 79579b5 commit 7313747

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# hv
22

33
[![CI](https://github.com/mxpv/hv/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/mxpv/hv/actions/workflows/ci.yml)
4-
![GitHub](https://img.shields.io/github/license/mxpv/hv)
5-
![docs.rs](https://img.shields.io/docsrs/hv)
4+
[![GitHub](https://img.shields.io/github/license/mxpv/hv)](https://github.com/mxpv/hv/blob/main/LICENSE)
5+
[![docs.rs](https://img.shields.io/docsrs/hv)](https://docs.rs/hv/)
66

77
`hv` is a high level Rust bindings for Hypervisor Framework.
88

@@ -16,8 +16,8 @@ Build virtualization solutions on top of a lightweight hypervisor using Rust:
1616
This repository contains the following crates:
1717
| Name | Description | Links |
1818
| --- | --- | --- |
19-
| [`hv-sys`](./hv-sys) | Unsafe bindings generated with bindgen | [![Crates.io](https://img.shields.io/crates/v/hv-sys)](https://img.shields.io/crates/v/hv-sys) |
20-
| [`hv`](./hv) | High level API to access Hypervisor Framework | [![Crates.io](https://img.shields.io/crates/v/hv)](https://img.shields.io/crates/v/hv) |
19+
| [`hv-sys`](./hv-sys) | Unsafe bindings generated with bindgen | [![Crates.io](https://img.shields.io/crates/v/hv-sys)](https://crates.io/crates/hv-sys) |
20+
| [`hv`](./hv) | High level API to access Hypervisor Framework | [![Crates.io](https://img.shields.io/crates/v/hv)](https://crates.io/crates/hv) |
2121

2222
### Current list of things to do:
2323
- Make high level API safer.

hv-sys/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# hv-sys
22

33
[![CI](https://github.com/mxpv/hv/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/mxpv/hv/actions/workflows/ci.yml)
4-
![Crates.io](https://img.shields.io/crates/v/hv-sys)
4+
[![Crates.io](https://img.shields.io/crates/v/hv-sys)](https://crates.io/crates/hv-sys)
55
![Crates.io](https://img.shields.io/crates/l/hv-sys)
66

77
Unsafe `-sys` crate with raw, unsafe bindings for [Hypervisor Framework](https://developer.apple.com/documentation/hypervisor), automatically generated with `bindgen`.

hv/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# hv
22

33
[![CI](https://github.com/mxpv/hv/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/mxpv/hv/actions/workflows/ci.yml)
4-
![Crates.io](https://img.shields.io/crates/v/hv)
4+
[![Crates.io](https://img.shields.io/crates/v/hv)](https://crates.io/crates/hv)
55
![Crates.io](https://img.shields.io/crates/l/hv)
6-
![docs.rs](https://img.shields.io/docsrs/hv)
6+
[![docs.rs](https://img.shields.io/docsrs/hv)](https://docs.rs/hv/)
77

88
`hv` is a high level Rust bindings for Hypervisor Framework.
99

0 commit comments

Comments
 (0)