Skip to content

Commit f7533fb

Browse files
authored
Merge pull request #40 from h314to/feature/update-docs
Update docs about contributing your own tool
2 parents 9d31567 + f54b82f commit f7533fb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This is the docker engine we use at Codacy to have [Pylint](http://www.pylint.org/) support.
77
You can also create a docker to integrate the tool and language of your choice!
8-
Check the **Docs** section for more information.
8+
See the [codacy-engine-scala-seed](https://github.com/codacy/codacy-engine-scala-seed) repository for more information.
99

1010
## Usage
1111

@@ -21,12 +21,6 @@ The docker is ran with the following command:
2121
docker run -it -v $srcDir:/src <DOCKER_NAME>:<DOCKER_VERSION>
2222
```
2323

24-
## Docs
25-
26-
[Tool Developer Guide](https://support.codacy.com/hc/en-us/articles/207994725-Tool-Developer-Guide)
27-
28-
[Tool Developer Guide - Using Scala](https://support.codacy.com/hc/en-us/articles/207280379-Tool-Developer-Guide-Using-Scala)
29-
3024
## Test
3125

3226
We use the [codacy-plugins-test](https://github.com/codacy/codacy-plugins-test) to test our external tools integration.

0 commit comments

Comments
 (0)