Hey, Thanks for noticing this problem. Do you think you could make a pull request with those changes?
The github repo is here: https://github.com/JuliaLang/julialang.github.com I think you'll just need to edit index.md: https://github.com/JuliaLang/julialang.github.com/blob/master/index.md -- Leah On Sat, Jun 27, 2015 at 8:53 PM, Alex Ames <[email protected]> wrote: > I found several broken links on julialang.org: the links for random > number generation, signal processing, and string processing all lead to > http://docs.julialang.org/en/release-0.3/stdlib/base/ instead of those > topics' current locations. The corrected links should be: > > - > http://docs.julialang.org/en/release-0.3/stdlib/numbers/#random-numbers > - > http://docs.julialang.org/en/release-0.3/stdlib/math/#signal-processing > - http://docs.julialang.org/en/release-0.3/manual/strings/ > >
