Skip to content

Commit

Permalink
Docs: Fixing broken cyclomatic complexity link (fixes #8396) (#8937)
Browse files Browse the repository at this point in the history
Also added a few more useful links.
  • Loading branch information
cbargren authored and not-an-aardvark committed Jul 13, 2017
1 parent a8a8350 commit 0e90453
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/rules/complexity.md
Expand Up @@ -70,8 +70,11 @@ If you can't determine an appropriate complexity limit for your code, then it's

## Further Reading

* [About Complexity](http://jscomplexity.org/complexity)
* [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)
* [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)

## Related Rules

Expand Down

0 comments on commit 0e90453

Please sign in to comment.