Skip to content

Commit 2316bb5

Browse files
scls19frKristofferC
authored andcommitted
Fix links (#24821)
1 parent 5d7ecf9 commit 2316bb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/manual/dates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ julia> for i = 1:10^5
125125
end
126126
```
127127

128-
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).
128+
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).
129129

130130
## Durations/Comparisons
131131

@@ -503,7 +503,7 @@ julia> filter(dr) do x
503503
2014-11-11
504504
```
505505

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

508508
## Period Types
509509

0 commit comments

Comments
 (0)