Skip to content

Commit

Permalink
Fix some links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Jan 23, 2019
1 parent 48a00e2 commit 47bfc82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Currently, the `@compat` macro supports the following syntaxes:
* `Complex32`, `Complex64`, and `Complex128` are now `ComplexF16`, `ComplexF32`, and
`ComplexF64`, respectively ([#24647]).

* `trace` is now `tr`, available as `Compat.tr` (#26365).
* `trace` is now `tr`, available as `Compat.tr` ([#26365]).

* `JULIA_HOME` is now `Sys.BINDIR`, available in the `Compat.Sys` submodule. ([#25102])

Expand Down Expand Up @@ -547,6 +547,7 @@ includes this fix. Find the minimum version from there.
[#25990]: https://github.com/JuliaLang/julia/issues/25990
[#25998]: https://github.com/JuliaLang/julia/issues/25998
[#26009]: https://github.com/JuliaLang/julia/issues/26009
[#26039]: https://github.com/JuliaLang/julia/issues/26039
[#26069]: https://github.com/JuliaLang/julia/issues/26069
[#26089]: https://github.com/JuliaLang/julia/issues/26089
[#26149]: https://github.com/JuliaLang/julia/issues/26149
Expand Down Expand Up @@ -575,3 +576,4 @@ includes this fix. Find the minimum version from there.
[#28295]: https://github.com/JuliaLang/julia/issues/28295
[#28302]: https://github.com/JuliaLang/julia/issues/28302
[#28303]: https://github.com/JuliaLang/julia/issues/28303
[#28708]: https://github.com/JuliaLang/julia/issues/28708

0 comments on commit 47bfc82

Please sign in to comment.