Skip to content

Commit

Permalink
Update inference.md (#49031)
Browse files Browse the repository at this point in the history
Update URLs to JuliaHub blog

(cherry picked from commit abae35c)
  • Loading branch information
ferrolho authored and KristofferC committed Aug 10, 2023
1 parent 7a5d1d4 commit 0de8c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/devdocs/inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
to the process of deducing the types of later values from the types of
input values. Julia's approach to inference has been described in blog
posts
([1](https://juliacomputing.com/blog/2016/04/inference-convergence/),
[2](https://juliacomputing.com/blog/2017/05/inference-converage2/)).
([1](https://info.juliahub.com/inference-convergence-algorithm-in-julia/),
[2](https://info.juliahub.com/inference-convergence-algorithm-in-julia-revisited/)).

## Debugging compiler.jl

Expand Down

0 comments on commit 0de8c64

Please sign in to comment.