Skip to content

Commit a74ca6e

Browse files
committed
fix the links in linting inssue template
1 parent 7396294 commit a74ca6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

{{cookiecutter.project_name}}/.github/next_steps/05_linting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: 'Next step: Linting'
33
---
44

5-
Your repository has a [workflow]({{cookiecutter.repository}}/blob/main/.github/workflows/lint.yml) which [lints](https://en.wikipedia.org/wiki/Lint_(software)) your code in every push and when creating a pull request.
5+
Your repository has a [workflow]({{ cookiecutter.repository }}/blob/main/.github/workflows/lint.yml) which [lints](https://en.wikipedia.org/wiki/Lint_(software)) your code in every push and when creating a pull request.
66

77
To make sure you have a proper linter configuration you need to follow the steps below.
88

9-
1. Update `description` and `keywords` fields in <setup.cfg>.
9+
1. Update `description` and `keywords` fields in [setup.cfg]({{ cookiecutter.repository }}/blob/main/setup.cfg).
1010
1. Enable githook which will automatically lint your code in every commit. You can enable it by running the command below.
1111

1212
```shell

0 commit comments

Comments
 (0)