Skip to content

Commit

Permalink
fix Travis CI link
Browse files Browse the repository at this point in the history
After renaming the repo from appInsights-node.js to ApplicationInsights-node.js the travis CI link was broken.
  • Loading branch information
southwood committed Apr 21, 2015
1 parent 668e4cf commit c7d947d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Application Insights for Node.js

[![NPM version](https://badge.fury.io/js/applicationinsights.svg)](http://badge.fury.io/js/applicationinsights)
[![Build Status](https://travis-ci.org/Microsoft/AppInsights-node.js.svg?branch=master)](https://travis-ci.org/Microsoft/AppInsights-node.js)
[![Build Status](https://travis-ci.org/Microsoft/ApplicationInsights-node.js.svg?branch=master)](https://travis-ci.org/Microsoft/ApplicationInsights-node.js)

This project provides a Node.js SDK for Application Insights. [Application Insights](http://azure.microsoft.com/en-us/services/application-insights/) is a service that allows developers to keep their applications available, performant, and successful. This node module will allow you to send telemetry of various kinds (event, trace, exception, etc.) to the Application Insights service where they can be visualized in the Azure Portal.

Expand Down

0 comments on commit c7d947d

Please sign in to comment.