Skip to content

Commit 2efb88b

Browse files
authored
Apply suggestions from code review
1 parent 3e85c9f commit 2efb88b

File tree

1 file changed

+4
-4
lines changed
  • src/connections/destinations/catalog/autopilotapp

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ rewrite: true
44
beta: true
55
id: 613ef845b8784e858199fe2d
66
---
7-
[Ortto](https://ortto.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) helps thousands of organizations around the world automate their communications via email notifications, such as regular email newsletters, abandoned cart emails, as well as SMS messages, and more, to help organizations market and grow their businesses faster.
7+
[Ortto](https://ortto.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} helps thousands of organizations around the world automate their communications through email notifications, such as regular email newsletters, abandoned cart emails, as well as SMS messages, and more, to help organizations market and grow their businesses faster.
88

9-
Once you connect Segment to Ortto (the Ortto product), you can leverage Ortto's powerful [campaign](https://help.ortto.com/user/latest/campaigns/) features on your Segment customer data.
9+
Once you connect Segment to Ortto (the Ortto product), you can use Ortto's powerful [campaign](https://help.ortto.com/user/latest/campaigns/){:target="_blank"} features on your Segment customer data.
1010

1111
This destination is maintained by Ortto. For any issues with the destination, [contact the Ortto Support team](mailto:[email protected]).
1212

@@ -29,7 +29,7 @@ Ortto supports the following methods, as specified in the [Segment Spec](/docs/c
2929

3030
### Identify
3131

32-
Send [Identify](/docs/connections/spec/identify) calls to create or update [people](https://help.ortto.com/user/latest/people/) in Ortto. For example:
32+
Send [Identify](/docs/connections/spec/identify) calls to create or update [people](https://help.ortto.com/user/latest/people/){:target="_blank"} in Ortto. For example:
3333

3434
```js
3535
analytics.identify('userId123', {
@@ -44,7 +44,7 @@ Segment sends Identify calls to Ortto as an `identify` event.
4444

4545
### Track
4646

47-
Send [Track](/docs/connections/spec/track) calls to create or update [activities](https://help.ortto.com/user/latest/activities/) (including activity attributes) in Ortto. For example:
47+
Send [Track](/docs/connections/spec/track) calls to create or update [activities](https://help.ortto.com/user/latest/activities/){:target="_blank"} (including activity attributes) in Ortto. For example:
4848

4949
```js
5050
analytics.track('Login Button Clicked', {

0 commit comments

Comments
 (0)