Skip to content

Commit

Permalink
testing new readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DGonzalezVillal committed Apr 4, 2024
1 parent 9d2e130 commit 8e1c991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To include the SEV-SNP APIs only:

### Platform Management

Refer to the [`firmware`] module for more information.
Refer to the [`firmware`](sev::firmware) module for more information.

### Guest Management

Expand Down Expand Up @@ -78,7 +78,6 @@ library, and a C header:

`cargo cinstall --prefix=/usr --libdir=/usr/lib64`

[`firmware`]: ./src/firmware/
[`launch`]: ./src/launch/

License: Apache-2.0
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
//!
//! ## Platform Management
//!
//! Refer to the [`firmware`] module for more information.
//! Refer to the [`firmware`](sev::firmware) module for more information.
//!
//! ## Guest Management
//!
Expand Down Expand Up @@ -73,7 +73,6 @@
//!
//! `cargo cinstall --prefix=/usr --libdir=/usr/lib64`
//!
//! [`firmware`]: ./src/firmware/
//! [`launch`]: ./src/launch/
#![deny(clippy::all)]
Expand Down

0 comments on commit 8e1c991

Please sign in to comment.