We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef99c9f commit 33cb323Copy full SHA for 33cb323
README.md
@@ -75,7 +75,7 @@ half of which is re-implementing Julia's buggy `Core.checked_dims` function.
75
[Bumper.jl](https://github.com/MasonProtter/Bumper.jl) provides bump allocators which allow
76
you to manage your own allocation stack, bypassing the Julia GC.
77
78
-[StaticTools.jl](https://github.com/brenhinkeller/) is a much larger package which provides,
+[StaticTools.jl](https://github.com/brenhinkeller/StaticTools.jl) is a much larger package which provides,
79
among other things, a
80
[MallocArray](https://brenhinkeller.github.io/StaticTools.jl/dev/#StaticTools.MallocArray)
81
type that behaves similarly to PtrArray. As StaticTools.jl is meant to run without the Julia
0 commit comments