Skip to content

Commit 5057934

Browse files
mxpvsameo
authored andcommitted
Update links after migration
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent fe2ba0f commit 5057934

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# hv
22

3-
[![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)](https://github.com/mxpv/hv/blob/main/LICENSE)
3+
[![CI](https://github.com/cloud-hypervisor/hypervisor-framework/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/cloud-hypervisor/hypervisor-framework/actions/workflows/ci.yml)
4+
[![GitHub](https://img.shields.io/github/license/cloud-hypervisor/hypervisor-framework)](https://github.com/cloud-hypervisor/hypervisor-framework/blob/main/LICENSE)
55
[![docs.rs](https://img.shields.io/docsrs/hv)](https://docs.rs/hv/)
66

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

hv-sys/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "hv-sys"
33
version = "0.1.0"
44
edition = "2018"
55
description = "Unsafe bindings for Hypervisor Framework generated with bindgen"
6-
authors = ["Maksym Pavlenko <[email protected]>"]
7-
repository = "https://github.com/mxpv/hv"
6+
authors = ["Maksym Pavlenko <[email protected]>", "The Cloud Hypervisor Authors"]
7+
repository = "https://github.com/cloud-hypervisor/hypervisor-framework"
88
license = "Apache-2.0"
99
readme = "README.md"
1010
keywords = ["hypervisor", "virtualization", "microvm", "macos", "apple"]

hv-sys/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hv-sys
22

3-
[![CI](https://github.com/mxpv/hv/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/mxpv/hv/actions/workflows/ci.yml)
3+
[![CI](https://github.com/cloud-hypervisor/hypervisor-framework/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/cloud-hypervisor/hypervisor-framework/actions/workflows/ci.yml)
44
[![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

@@ -9,7 +9,7 @@ Unsafe `-sys` crate with raw, unsafe bindings for [Hypervisor Framework](https:/
99
Please don't use this crate directly, have a look on [hv](https://crates.io/crates/hv) crate instead.
1010
It offers high level safer Rust API to access Hypervisor Framework.
1111

12-
Also please see the [repository](https://github.com/mxpv/hv) for ongoing work, questions, submit bugs, etc.
12+
Also please see the [repository](https://github.com/cloud-hypervisor/hypervisor-framework) for ongoing work, questions, submit bugs, etc.
1313

1414
## Usage
1515

hv/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "hv"
33
version = "0.1.1"
44
edition = "2018"
55
description = "High level Rust bidings to Hypervisor Framework"
6-
authors = ["Maksym Pavlenko <[email protected]>"]
7-
repository = "https://github.com/mxpv/hv"
6+
authors = ["Maksym Pavlenko <[email protected]>", "The Cloud Hypervisor Authors"]
7+
repository = "https://github.com/cloud-hypervisor/hypervisor-framework"
88
license = "Apache-2.0"
99
readme = "README.md"
1010
keywords = ["hypervisor", "virtualization", "microvm", "macos", "apple"]

hv/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hv
22

3-
[![CI](https://github.com/mxpv/hv/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/mxpv/hv/actions/workflows/ci.yml)
3+
[![CI](https://github.com/cloud-hypervisor/hypervisor-framework/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/cloud-hypervisor/hypervisor-framework/actions/workflows/ci.yml)
44
[![Crates.io](https://img.shields.io/crates/v/hv)](https://crates.io/crates/hv)
55
![Crates.io](https://img.shields.io/crates/l/hv)
66
[![docs.rs](https://img.shields.io/docsrs/hv)](https://docs.rs/hv/)
@@ -12,7 +12,7 @@ Build virtualization solutions on top of a lightweight hypervisor using Rust:
1212
- Supports Apple Silicon.
1313
- Safe Rust API.
1414

15-
Please also see the [repository](https://github.com/mxpv/hv) for latest changes and updates.
15+
Please also see the [repository](https://github.com/cloud-hypervisor/hypervisor-framework) for latest changes and updates.
1616

1717
## Requirements
1818

0 commit comments

Comments
 (0)