Skip to content

Commit 0885838

Browse files
committed
Update doc link
1 parent 96b751b commit 0885838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lambda-events/src/event/vpc_lattice

lambda-events/src/event/vpc_lattice/v2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use serde::{Deserialize, Serialize};
88
use serde_json::Value;
99

1010
/// `VpcLatticeRequestV2` contains data coming from VPC Lattice service (V2 format)
11-
/// see: https://docs.aws.amazon.com/vpc-lattice/latest/ug/lambda-functions.html#receive-event-from-service
11+
/// see: <https://docs.aws.amazon.com/vpc-lattice/latest/ug/lambda-functions.html#receive-event-from-service>
1212
/// for field definitions.
1313
#[non_exhaustive]
1414
#[derive(Clone, Debug, Default, Deserialize, PartialEq, Serialize)]

0 commit comments

Comments
 (0)