Skip to content

Commit 259d3e2

Browse files
committed
Fix more internal documentation links when viewing on GitHub
Applies fixes done on #142 on more links
1 parent 6eee542 commit 259d3e2

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tasks:
2222
2323
And call it by running `task hello` from you terminal.
2424

25-
The above example is just the start, you can take a look at the [usage](usage)
25+
The above example is just the start, you can take a look at the [usage](usage.md)
2626
guide to check the full schema documentation and Task features.
2727

2828
## Features
@@ -34,7 +34,7 @@ guide to check the full schema documentation and Task features.
3434
to install on your CI script and you're done to use Task as part of your CI pipeline;
3535
- Truly cross-platform: while most build tools only work well on Linux or macOS,
3636
Task also supports Windows thanks to [this awesome shell interpreter for Go][sh];
37-
- Great for code generation: you can easily [prevent a task from running](usage#prevent-unnecessary-work)
37+
- Great for code generation: you can easily [prevent a task from running](usage.md#prevent-unnecessary-work)
3838
if a given set of files haven't changed since last run (based either on its
3939
timestamp or content).
4040

docs/_sidebar.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
- [Installation](installation)
2-
- [Usage](usage)
3-
- [Taskfile Versions](taskfile_versions)
4-
- [Examples](examples)
5-
- [Releasing Task](releasing_task)
6-
- [Alternative Task Runners](alternative_task_runners)
7-
- [Sponsors and Backers](sponsors_and_backers)
1+
- [Installation](installation.md)
2+
- [Usage](usage.md)
3+
- [Taskfile Versions](taskfile_versions.md)
4+
- [Examples](examples.md)
5+
- [Releasing Task](releasing_task.md)
6+
- [Alternative Task Runners](alternative_task_runners.md)
7+
- [Sponsors and Backers](sponsors_and_backers.md)
88
- [![Github](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github](https://github.com/go-task/task)

docs/taskfile_versions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ includes:
143143

144144
Please check the [documentation][includes]
145145

146-
[output]: usage#output-syntax
147-
[ignore_errors]: usage#ignore-errors
148-
[includes]: usage#including-other-taskfiles
146+
[output]: usage.md#output-syntax
147+
[ignore_errors]: usage.md#ignore-errors
148+
[includes]: usage.md#including-other-taskfiles

0 commit comments

Comments
 (0)