Skip to content

Commit e60bfa9

Browse files
committed
Add link to Apple's Hypervisor documentation
1 parent a8fe0f4 commit e60bfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
`hypervisor` is a Rust library that enables hardware-accelerated execution of
88
virtual machines on OS X.
99

10-
It binds to the `Hypervisor` framework on OS X, and exposes a safe Rust
10+
It binds to the [Hypervisor](https://developer.apple.com/library/mac/documentation/Hypervisor/Reference/Hypervisor_Reference/index.html#//apple_ref/doc/uid/TP40016756) framework on OS X, and exposes a safe Rust
1111
interface through the `hypervisor` module, and an unsafe foreign function
1212
interface through the `hypervisor::ffi` module.
1313

0 commit comments

Comments
 (0)