Skip to content

Commit 72ff35c

Browse files
committed
fix icon
1 parent 50665e5 commit 72ff35c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

src/_sass/components/_markdown.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,11 @@
253253
}
254254
}
255255
}
256+
257+
256258
}
259+
260+
a[target="_blank"]:after{
261+
content: url("/docs/images/external-link-alt-solid.svg");
262+
margin-left: 4px;
263+
}

src/connections/destinations/catalog/actions-amplitude/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Session tracking is only available when using Segment's new libraries: [Analytic
3434

3535
## Getting Started
3636

37-
1. Before you start, go to your [Amplitude workspace](https://analytics.amplitude.com){:target="blank"}. Click **Settings** in the bottom left, then click **Projects** in the left menu. Select your **Project**. Copy the Amplitude API Key and Secret Key for the project.
37+
1. Before you start, go to your [Amplitude workspace](https://analytics.amplitude.com){:target="_blank"}. Click **Settings** in the bottom left, then click **Projects** in the left menu. Select your **Project**. Copy the Amplitude API Key and Secret Key for the project.
3838
2. From the Segment web app, click **Catalog**, then click **Destinations**.
3939
3. Find the Destinations Actions item in the left navigation, and click it.
4040
4. Click the "Amplitude" item to select it and click **Configure**.
Lines changed: 10 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)