Skip to content

Commit 6359e72

Browse files
committed
copilot review
1 parent 5121d42 commit 6359e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/bambam-omf/src/graph/connector_in_segment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ impl ConnectorInSegment {
2323
///
2424
/// this follows the pattern described by OvertureMaps when assigning unique
2525
/// identifiers to sub-segments by their segment id along with linear reference ranges.
26-
/// see [[https://docs.overturemaps.org/guides/transportation/#transportation-splitter]]
26+
/// see <https://docs.overturemaps.org/guides/transportation/#transportation-splitter>
2727
pub fn new_without_connector_id(segment_id: String, linear_reference: f64) -> Self {
2828
let connector_id = format!("{}@{}", segment_id, linear_reference);
2929
Self {

0 commit comments

Comments
 (0)