Skip to content

Commit

Permalink
Docs: Update complexity.md (#10867)
Browse files Browse the repository at this point in the history
  • Loading branch information
sprzybylski authored and ilyavolodin committed Sep 18, 2018
1 parent 14f4e46 commit 9159e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/complexity.md
Expand Up @@ -71,7 +71,7 @@ If you can't determine an appropriate complexity limit for your code, then it's
## Further Reading

* [Cyclomatic Complexity](https://en.wikipedia.org/wiki/Cyclomatic_complexity)
* [Complexity Analysis of JavaScript Code](http://ariya.ofilabs.com/2012/12/complexity-analysis-of-javascript-code.html)
* [Complexity Analysis of JavaScript Code](https://ariya.io/2012/12/complexity-analysis-of-javascript-code)
* [More about Complexity in JavaScript](https://craftsmanshipforsoftware.com/2015/05/25/complexity-for-javascript/)
* [About Complexity](https://web.archive.org/web/20160808115119/http://jscomplexity.org/complexity)
* [Discussion about Complexity in ESLint and more links](https://github.com/eslint/eslint/issues/4808#issuecomment-167795140)
Expand Down

0 comments on commit 9159e9b

Please sign in to comment.