formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.23k stars 405 forks source link

Update links to Angular convention specification #624

Closed bookercodes closed 8 years ago

bookercodes commented 8 years ago

conventional-changelog was recently broken down into smaller modules.

During this change, the convention specs were deleted. This caused links to the Angular spec in CONTRIBUTING.md to break.

This pull request expands the existing Angular convention spec links to their canonical form.

codecov-io commented 8 years ago

Current coverage is 96.00%

Merging #624 into master will not affect coverage as of 92252aa

@@            master   #624   diff @@
=====================================
  Files           16     16       
  Stmts         1150   1150       
  Branches         0      0       
  Methods          0      0       
=====================================
  Hit           1104   1104       
  Partial          0      0       
  Missed          46     46       

Review entire Coverage Diff as of 92252aa


Uncovered Suggestions

  1. +0.34% via ...alidationMessages.js#25...28
  2. +0.26% via src/test.utils.js#38...40
  3. +0.26% via ...s/formlyUsability.js#18...20
  4. See 7 more...

Powered by Codecov. Updated on successful CI builds.

kentcdodds commented 8 years ago

Thanks!