Skip to content

Commit 941ee6b

Browse files
committed
fix rustdocs
1 parent 6f0040c commit 941ee6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-webhook/src/tls/cert_resolver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ impl CertificateResolver {
107107

108108
/// FIXME: This should *not* construct a CA cert and cert, but only a cert!
109109
/// This needs some changes in stackable-certs though.
110-
/// See https://github.com/stackabletech/decisions/issues/56
110+
/// See [the relevant decision](https://github.com/stackabletech/decisions/issues/56)
111111
async fn generate_new_cert(
112112
subject_alterative_dns_names: Arc<Vec<String>>,
113113
) -> Result<(Certificate, Arc<CertifiedKey>)> {

0 commit comments

Comments
 (0)