mirror of
https://github.com/go-task/task.git
synced 2025-04-17 12:06:30 +02:00
Fix more internal documentation links when viewing on GitHub
Applies fixes done on #142 on more links
This commit is contained in:
parent
6eee5421b0
commit
259d3e2df1
@ -22,7 +22,7 @@ tasks:
|
|||||||
|
|
||||||
And call it by running `task hello` from you terminal.
|
And call it by running `task hello` from you terminal.
|
||||||
|
|
||||||
The above example is just the start, you can take a look at the [usage](usage)
|
The above example is just the start, you can take a look at the [usage](usage.md)
|
||||||
guide to check the full schema documentation and Task features.
|
guide to check the full schema documentation and Task features.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
@ -34,7 +34,7 @@ guide to check the full schema documentation and Task features.
|
|||||||
to install on your CI script and you're done to use Task as part of your CI pipeline;
|
to install on your CI script and you're done to use Task as part of your CI pipeline;
|
||||||
- Truly cross-platform: while most build tools only work well on Linux or macOS,
|
- Truly cross-platform: while most build tools only work well on Linux or macOS,
|
||||||
Task also supports Windows thanks to [this awesome shell interpreter for Go][sh];
|
Task also supports Windows thanks to [this awesome shell interpreter for Go][sh];
|
||||||
- Great for code generation: you can easily [prevent a task from running](usage#prevent-unnecessary-work)
|
- Great for code generation: you can easily [prevent a task from running](usage.md#prevent-unnecessary-work)
|
||||||
if a given set of files haven't changed since last run (based either on its
|
if a given set of files haven't changed since last run (based either on its
|
||||||
timestamp or content).
|
timestamp or content).
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
- [Installation](installation)
|
- [Installation](installation.md)
|
||||||
- [Usage](usage)
|
- [Usage](usage.md)
|
||||||
- [Taskfile Versions](taskfile_versions)
|
- [Taskfile Versions](taskfile_versions.md)
|
||||||
- [Examples](examples)
|
- [Examples](examples.md)
|
||||||
- [Releasing Task](releasing_task)
|
- [Releasing Task](releasing_task.md)
|
||||||
- [Alternative Task Runners](alternative_task_runners)
|
- [Alternative Task Runners](alternative_task_runners.md)
|
||||||
- [Sponsors and Backers](sponsors_and_backers)
|
- [Sponsors and Backers](sponsors_and_backers.md)
|
||||||
- [Github](https://github.com/go-task/task)
|
- [Github](https://github.com/go-task/task)
|
||||||
|
@ -143,6 +143,6 @@ includes:
|
|||||||
|
|
||||||
Please check the [documentation][includes]
|
Please check the [documentation][includes]
|
||||||
|
|
||||||
[output]: usage#output-syntax
|
[output]: usage.md#output-syntax
|
||||||
[ignore_errors]: usage#ignore-errors
|
[ignore_errors]: usage.md#ignore-errors
|
||||||
[includes]: usage#including-other-taskfiles
|
[includes]: usage.md#including-other-taskfiles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user