You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Actions/GLS/quick-start.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This guide walks you through creating your first GLS shipment using the GLS Acti
11
11
12
12
## Step 1: Install and configure the action
13
13
14
-
Follow the [Installation Guide](../../Guides/installation) to deploy the GLS Action, then set the following configuration values in your Hercules admin panel (or `.env` file):
14
+
Follow the [Installation Guide](../../Guides/installation.md) to deploy the GLS Action, then set the following configuration values in your Hercules admin panel (or `.env` file):
15
15
16
16
| Config | Value |
17
17
|--------|-------|
@@ -20,7 +20,7 @@ Follow the [Installation Guide](../../Guides/installation) to deploy the GLS Act
**Q: I get `ERROR_CREATING_GLS_SHIPMENT` — how do I find out what went wrong?**
75
75
76
-
A: Use `validateShipment` first to check your shipment data before creating it. The validation response includes specific `Issues` with `Rule` and `Location` fields pointing to the problematic field. See [Use Cases — Validate before creating](./use-cases#use-case-2-validate-before-creating).
76
+
A: Use `validateShipment` first to check your shipment data before creating it. The validation response includes specific `Issues` with `Rule` and `Location` fields pointing to the problematic field. See [Use Cases — Validate before creating](../GLS/use-cases.md#use-case-2-validate-before-creating).
0 commit comments