Skip to content

Commit

Permalink
fix(doc): #1130 broken links
Browse files Browse the repository at this point in the history
- Replace some broken links

Signed-off-by: Daniel Salazar <podany270895@gmail.com>
  • Loading branch information
dsalaza4 committed Aug 14, 2023
1 parent 4a367ce commit 16af7b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/api/builtins/lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Types:
- lintTerraform:
- config (`str`): Optional.
Path to a TFLint configuration file.
Defaults to [config.hcl](/src/evaluator/modules/lint-terraform/config.hcl).
Defaults to [config.hcl](https://github.com/fluidattacks/makes/blob/23.06/src/evaluator/modules/lint-terraform/config.hcl).
- modules (`attrsOf moduleType`): Optional.
Path to Terraform modules to lint.
Defaults to `{ }`.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ makes.makePythonPypiEnvironment {
}
```
Most functions documented in the [api/extensions](api/extensions/) section
Most functions documented in the [api/extensions](/api/extensions/) section
are available.
For a detailed list check out
Expand Down

0 comments on commit 16af7b6

Please sign in to comment.