CONTRIBUTING.md in license_finder-6.9.0 vs CONTRIBUTING.md in license_finder-6.10.0

- old
+ new

@@ -58,16 +58,16 @@ If you need `license_finder` to output additional package data, consider submitting a pull request which adds new columns to `lib/license_finder/reports/csv_report.rb`. It is also possible to generate a custom report from an ERB template. Use this -[example](https://gist.github.com/mainej/b190d2f138c2b9e2e20a) as a starting +[example](https://github.com/pivotal/LicenseFinder/blob/master/examples/custom_erb_template.rb) as a starting point. These reports will have access to the helpers in [`LicenseFinder::ErbReport`](https://github.com/pivotal/LicenseFinder/blob/master/lib/license_finder/reports/erb_report.rb). If you need a report with more detailed data or in a different format, we recommend writing a custom ruby script. This -[example](https://gist.github.com/mainej/48ac616844505d50f510) will get you +[example](https://github.com/pivotal/LicenseFinder/blob/master/examples/extract_license_data.rb) will get you started. If you come up with something useful, consider posting it to the Google Group [license-finder@googlegroups.com](license-finder@googlegroups.com).