We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5121d42 commit 6359e72Copy full SHA for 6359e72
rust/bambam-omf/src/graph/connector_in_segment.rs
@@ -23,7 +23,7 @@ impl ConnectorInSegment {
23
///
24
/// this follows the pattern described by OvertureMaps when assigning unique
25
/// identifiers to sub-segments by their segment id along with linear reference ranges.
26
- /// see [[https://docs.overturemaps.org/guides/transportation/#transportation-splitter]]
+ /// see <https://docs.overturemaps.org/guides/transportation/#transportation-splitter>
27
pub fn new_without_connector_id(segment_id: String, linear_reference: f64) -> Self {
28
let connector_id = format!("{}@{}", segment_id, linear_reference);
29
Self {
0 commit comments