Skip to content

Commit 33cb323

Browse files
authored
README.md: fix link to StaticTools.jl (#22)
1 parent ef99c9f commit 33cb323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ half of which is re-implementing Julia's buggy `Core.checked_dims` function.
7575
[Bumper.jl](https://github.com/MasonProtter/Bumper.jl) provides bump allocators which allow
7676
you to manage your own allocation stack, bypassing the Julia GC.
7777

78-
[StaticTools.jl](https://github.com/brenhinkeller/) is a much larger package which provides,
78+
[StaticTools.jl](https://github.com/brenhinkeller/StaticTools.jl) is a much larger package which provides,
7979
among other things, a
8080
[MallocArray](https://brenhinkeller.github.io/StaticTools.jl/dev/#StaticTools.MallocArray)
8181
type that behaves similarly to PtrArray. As StaticTools.jl is meant to run without the Julia

0 commit comments

Comments
 (0)