Skip to content

Commit d1a7e9f

Browse files
authored
Link fix (#1272)
1 parent 659d66f commit d1a7e9f

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/node

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/node/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var Analytics = require('analytics-node');
3535
var analytics = new Analytics('YOUR_WRITE_KEY');
3636
```
3737

38-
That will create an instance of `Analytics` that you can use to send data to Segment for your project. The default initialization settings are production-ready and queue 20 messages before sending any requests. In development you might want to use [development settings](/docs/connections/sources/catalog/libraries/server/node/#development).
38+
That will create an instance of `Analytics` that you can use to send data to Segment for your project. The default initialization settings are production-ready and queue 20 messages before sending any requests. In development you might want to use [development settings](/docs/connections/sources/catalog/libraries/server/node#development).
3939

4040
Once you've got that, you're ready to...
4141

0 commit comments

Comments
 (0)