Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
ensure URLs in documentation are clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
rvolosatovs committed Oct 7, 2021
1 parent e0e17aa commit 7ccb357
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/certs/builtin/milan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//! AMD's Milan certificates.
//!
//! Certificate provenance: https://developer.amd.com/wp-content/resources/ask_ark_milan.cert
//! Certificate provenance: <https://developer.amd.com/wp-content/resources/ask_ark_milan.cert>
//!
//! For convenience, the certificate chain has been split into individual
//! certificates and are embedded here as byte slices.
Expand Down
2 changes: 1 addition & 1 deletion src/certs/builtin/naples/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//! AMD's Naples certificates.
//!
//! Certificate provenance: https://developer.amd.com/wp-content/resources/ask_ark_naples.cert
//! Certificate provenance: <https://developer.amd.com/wp-content/resources/ask_ark_naples.cert>
//!
//! For convenience, the certificate chain has been split into individual
//! certificates and are embedded here as byte slices.
Expand Down
2 changes: 1 addition & 1 deletion src/certs/builtin/rome/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//! AMD's Rome certificates.
//!
//! Certificate provenance: https://developer.amd.com/wp-content/resources/ask_ark_rome.cert
//! Certificate provenance: <https://developer.amd.com/wp-content/resources/ask_ark_rome.cert>
//!
//! For convenience, the certificate chain has been split into individual
//! certificates and are embedded here as byte slices.
Expand Down

0 comments on commit 7ccb357

Please sign in to comment.