Skip to content

Commit

Permalink
fix: Update another broken link in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldju authored Sep 20, 2019
1 parent dca96dd commit 91e2fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/measured-reporting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const myCounter = registry.getOrCreateCounter('my-counter');
### [Reporter Abstract Class](https://yaorg.github.io/node-measured/Reporter.html)
Extend this class and override the [_reportMetrics(metrics)](https://yaorg.github.io/node-measured/Reporter.html#_reportMetrics__anchor) method to create a vendor specific reporter implementation.

See the [ReporterOptions](http://yaorg.github.io/node-measured/build/docs/packages/measured-reporting/global.html#ReporterOptions) for advanced configuration.
See the [ReporterOptions](https://yaorg.github.io/node-measured/global.html#ReporterOptions) for advanced configuration.

#### Current Implementations
- [SignalFx Reporter](https://yaorg.github.io/node-measured/SignalFxMetricsReporter.html) in the `measured-signalfx-reporter` package.
Expand Down

0 comments on commit 91e2fbc

Please sign in to comment.