diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7fea32e1538a93aba8fd9d62c4ba97a03d81bdd7..6991bd19d1d11e8b87bcc4e38506259747f28ab6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ Bugs are reported and tracked at [simcaq/SCRUM](https://gitlab.c3sl.ufpr.br/simc ### JavaScript Styleguide -All JavaScript follows the AirBnB styleguide with the following modifications: +All JavaScript follows the [AirBnB styleguide](https://github.com/airbnb/javascript) with the following modifications: * 4 spaces of identation * No unused vars * Allow param reassign