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/
