Skip to content

Commit 664fe66

Browse files
author
markzegarelli
committed
Vale edits
1 parent a90d172 commit 664fe66

File tree

2 files changed

+5
-3
lines changed
  • .github/styles/Vocab/Docs
  • src/connections/destinations/catalog/ninetailed

2 files changed

+5
-3
lines changed

.github/styles/Vocab/Docs/accept.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Breyta
2929
Chargebee
3030
CloudFront
3131
Cocoapods
32+
Contentful
3233
Criteo
3334
csv
3435
deeplink
@@ -73,6 +74,7 @@ middleware
7374
Middleware
7475
Mixpanel
7576
namespace
77+
Ninetailed
7678
Okta
7779
Omnichannel
7880
onboarding

src/connections/destinations/catalog/ninetailed/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ This destination is maintained by Ninetailed. For any issues with the destinatio
1616
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
1717
2. Search for "Ninetailed" in the Destinations Catalog, and select the Ninetailed destination.
1818
3. Choose which Source should send data to the Ninetailed destination.
19-
4. Copy your API Key from the Ninetailed Dashboard integrated in [your CMS](https://docs.ninetailed.io/account-and-setup/api-key?utm_source=segment&utm_medium=docs&utm_campaign=partners) (e.g., Contentful).
19+
4. Copy your API Key from the Ninetailed Dashboard integrated in [your CMS](https://docs.ninetailed.io/account-and-setup/api-key?utm_source=segment&utm_medium=docs&utm_campaign=partners) (for example, Contentful).
2020
5. Enter the "API Key" in the "Ninetailed" destination settings in Segment.
2121

2222
## Identify
2323

24-
If you aren't familiar with the Segment Spec, take a look at the [Identify method documentation](https://segment.com/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
24+
If you aren't familiar with the Segment Spec, take a look at the [Identify method documentation](/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
2525

2626
```js
2727
analytics.identify('userId123', {
@@ -36,7 +36,7 @@ Use Identify calls to associate traits with a user with which can be used for pe
3636

3737
## Track
3838

39-
If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](https://segment.com/docs/connections/spec/track/) to learn about what it does. An example call would look like:
39+
If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](/docs/connections/spec/track/) to learn about what it does. An example call would look like:
4040

4141
```js
4242
analytics.track('Login Button Clicked')

0 commit comments

Comments
 (0)