Skip to content

Commit 362f7bd

Browse files
Fix MD Link (#2113)
1 parent cdd552f commit 362f7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/equations/traffic_flow_lwr_1d.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the maximum possible speed (e.g. due to speed limits) is $v_{\text{max}}$.
1717
For more details see e.g. Section 11.1 of
1818
- Randall LeVeque (2002)
1919
Finite Volume Methods for Hyperbolic Problems
20-
[DOI: 10.1017/CBO9780511791253]https://doi.org/10.1017/CBO9780511791253
20+
[DOI: 10.1017/CBO9780511791253](https://doi.org/10.1017/CBO9780511791253)
2121
"""
2222
struct TrafficFlowLWREquations1D{RealT <: Real} <: AbstractTrafficFlowLWREquations{1, 1}
2323
v_max::RealT

0 commit comments

Comments
 (0)