Skip to content

Commit 872ea5e

Browse files
committed
Fix broken link on reference page of 'import' command
Closes #707
1 parent a54009d commit 872ea5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/timew-import.1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ timew-import - import time-tracking data from files
1111
Import tracked time from `file`.
1212
If no files are specified, the command will read from standard input.
1313

14-
The data to import has to be in JSON format, as exported by *link:../../reference/timew-export*.1/[link:../../reference/timew-export*.1/[link:../../reference/timew-export*.1/[link:../../reference/timew-export*.1/[link:../../reference/timew-export*.1/[*timew-export**(1)]]]]], i.e. a single array with interval objects.
14+
The data to import has to be in JSON format, as exported by link:../../reference/timew-export.1/[*timew-export*(1)], i.e. a single array with interval objects.
1515

1616
When importing, the intervals are checked for overlaps with existing intervals.
1717
If an overlap is found, the import will abort at the first overlap and no more intervals are imported, unless the `:adjust` hint is specified.

0 commit comments

Comments
 (0)