Skip to content

Commit

Permalink
Fix some links.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Apr 18, 2024
1 parent e4d9a1e commit 7ba9557
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/literate-basics.fut
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ def plot3d n start end : ([]f64, []f64, []f64) =
-- # See also
--
-- [The other Literate Futhark
-- examples.](http://localhost:8000/examples.html#literate-futhark)
-- examples.](../examples.html#literate-futhark)
2 changes: 1 addition & 1 deletion examples/math-functions.fut
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def hypo (x: f32) (y: f32) = f32.sqrt (x*x + y*y)
--
-- [The builtin mathematical modules.](../docs/prelude/doc/prelude/math.html)
--
-- [Three-dimensional vectors](Three-dimensional vectors), [Complex numbers](complex-numbers.html).
-- [Three-dimensional vectors](3d-vectors.html), [Complex numbers](complex-numbers.html).
2 changes: 1 addition & 1 deletion examples/type-ascriptions.fut
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ def baz = [] : [0][10]f32
-- # See also
--
-- [Converting a value to a different type](converting.html), [Shape
-- coercions](shape-coercions.html).
-- coercions](size-coercions.html).

0 comments on commit 7ba9557

Please sign in to comment.