Skip to content

Commit 41b6f43

Browse files
committed
fix: prev post url
1 parent 58199e2 commit 41b6f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scicloj/cfd/data_viz/interactive_visualization.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[scicloj.kindly.v4.kind :as kind]
1515
[scicloj.cfd.intro.linear-1d-convection-with-array :as lin-conv]))
1616

17-
;; In my [earlier post](./scicloj/cfd/intro/linear_1d_convection_with_array.html),
17+
;; In my [earlier post](../intro/linear_1d_convection_with_array.html),
1818
;; I demonstrated how to implement a linear fluid dynamics simulation (linear convection equation)
1919
;; using primitive Java arrays in a one-dimensional setting.
2020
;; The example showed how the flow velocity array gets recalculated and overwritten

0 commit comments

Comments
 (0)