Skip to content

Commit

Permalink
Fix links (#24821)
Browse files Browse the repository at this point in the history
  • Loading branch information
scls19fr authored and KristofferC committed Nov 28, 2017
1 parent 5d7ecf9 commit 2316bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/manual/dates.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ julia> for i = 1:10^5
end
```

A full suite of parsing and formatting tests and examples is available in [`tests/dates/io.jl`](https://github.com/JuliaLang/julia/blob/master/test/dates/io.jl).
A full suite of parsing and formatting tests and examples is available in [`stdlib/Dates/test/io.jl`](https://github.com/JuliaLang/julia/blob/master/stdlib/Dates/test/io.jl).

## Durations/Comparisons

Expand Down Expand Up @@ -503,7 +503,7 @@ julia> filter(dr) do x
2014-11-11
```

Additional examples and tests are available in [`test/dates/adjusters.jl`](https://github.com/JuliaLang/julia/blob/master/test/dates/adjusters.jl).
Additional examples and tests are available in [`stdlib/Dates/test/adjusters.jl`](https://github.com/JuliaLang/julia/blob/master/stdlib/Dates/test/adjusters.jl).

## Period Types

Expand Down

0 comments on commit 2316bb5

Please sign in to comment.