Skip to content

Commit

Permalink
Fixed links in web version of CONTRIBUTING doc (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinmaygoyal authored and sobolevn committed Apr 15, 2019
1 parent 91b27ba commit b92af8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ you will need to get familiar with these APIs:

It is also recommended to take a look at these resources:

- Visual tool to explore [`python's ast`](https://python-ast-explorer.com/) (very useful!)
- Visual tool to explore [python's ast](https://python-ast-explorer.com/) (very useful!)
- Missing `ast` [guide](https://greentreesnakes.readthedocs.io/en/latest/)
- List of `python` [static analysis tools](https://github.com/vintasoftware/python-linters-and-code-analysis)
- List of `flake8` [extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)
Expand All @@ -27,7 +27,7 @@ You can jump start into the development of new rules by reading ["Creating a new

## Dependencies

We use [`poetry`](https://github.com/sdispater/poetry) to manage the dependencies.
We use [poetry](https://github.com/sdispater/poetry) to manage the dependencies.

To install them you would need to run `install` command:

Expand Down Expand Up @@ -70,7 +70,7 @@ These steps are mandatory during the CI.

## Architecture

We use [`layer-lint`](https://layer-linter.readthedocs.io/en/latest/usage.html)
We use [layer-lint](https://layer-linter.readthedocs.io/en/latest/usage.html)
to enforce strict layered architecture.

```bash
Expand Down

0 comments on commit b92af8c

Please sign in to comment.