Skip to content

Commit 6d3416a

Browse files
committed
Fix relative links in documentation for improved accessibility
1 parent bef06ee commit 6d3416a

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

docs/Actions/GLS/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ The value must be a valid `GLS_SHIPPER` object:
107107
}
108108
```
109109

110-
See [Types — GLS_SHIPPER](../GLS/types.md/#GLS_SHIPPER) for the full field reference.
110+
See [Types — GLS_SHIPPER](types.md#GLS_SHIPPER) for the full field reference.

docs/Actions/GLS/functions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ createAddress(
5656
| `MobilePhonenumber` | string (min 4, max 35) | No | Mobile phone number |
5757
| `eMail` | string (max 80) | No | Email address |
5858

59-
**Returns:** [`GLS_ADDRESS`](../GLS/types.md#GLS_ADDRESS)
59+
**Returns:** [`GLS_ADDRESS`](types.md#GLS_ADDRESS)
6060

6161
---
6262

@@ -83,7 +83,7 @@ createConsignee(
8383
| `Address` | GLS_ADDRESS | **Yes** | The delivery address for this consignee |
8484
| `Category` | `"BUSINESS"` \| `"PRIVATE"` | **Yes** | Whether the consignee is a business or private recipient |
8585

86-
**Returns:** [`GLS_CONSIGNEE`](../GLS/types.md#GLS_CONSIGNEE)
86+
**Returns:** [`GLS_CONSIGNEE`](types.md#GLS_CONSIGNEE)
8787

8888
---
8989

@@ -114,7 +114,7 @@ createShipmentUnit(
114114
| `note2` | string (max 50) | No | Additional note printed on the label (line 2) |
115115
| `shipmentUnitService` | GLS_UNIT_SERVICE | No | Unit-level services (Cash, AddonLiability, HazardousGoods, etc.) |
116116

117-
**Returns:** [`GLS_SHIPMENT_UNIT`](../GLS/types.md#GLS_SHIPMENT_UNIT)
117+
**Returns:** [`GLS_SHIPMENT_UNIT`](types.md#GLS_SHIPMENT_UNIT)
118118

119119
---
120120

@@ -140,7 +140,7 @@ createPrintingOptions(returnLabels: RETURN_LABELS): GLS_PRINTING_OPTIONS
140140
| `TemplateSet` | `NONE`, `D_200`, `PF_4_I`, `ZPL_200`, `ZPL_300`, ... | Label template set |
141141
| `LabelFormat` | `PDF`, `ZEBRA`, `INTERMEC`, `DATAMAX`, `TOSHIBA`, `PNG` | Output format |
142142

143-
**Returns:** [`GLS_PRINTING_OPTIONS`](../GLS/types.md#GLS_PRINTING_OPTIONS)
143+
**Returns:** [`GLS_PRINTING_OPTIONS`](types.md#GLS_PRINTING_OPTIONS)
144144

145145
---
146146

@@ -169,7 +169,7 @@ createCustomContent(
169169
| `barcodeType` | `"EAN_128"` \| `"CODE_39"` | No | Barcode symbology |
170170
| `barcode` | string | No | Custom barcode value |
171171

172-
**Returns:** [`GLS_CUSTOM_CONTENT`](../GLS/types.md#GLS_CUSTOM_CONTENT)
172+
**Returns:** [`GLS_CUSTOM_CONTENT`](types.md#GLS_CUSTOM_CONTENT)
173173

174174
---
175175

@@ -536,7 +536,7 @@ validateShipment
536536
└── validationResult.Issues[]
537537
```
538538

539-
See [Types — GLS_VALIDATE_SHIPMENT_REQUEST_DATA](../GLS/types.md#GLS_VALIDATE_SHIPMENT_REQUEST_DATA) for the input format.
539+
See [Types — GLS_VALIDATE_SHIPMENT_REQUEST_DATA](types.md#GLS_VALIDATE_SHIPMENT_REQUEST_DATA) for the input format.
540540

541541
---
542542

docs/Actions/GLS/quick-start.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This guide walks you through creating your first GLS shipment using the GLS Acti
1111

1212
## Step 1: Install and configure the action
1313

14-
Follow the [Installation Guide](../installation.md) to deploy the GLS Action, then set the following configuration values in your Hercules admin panel (or `.env` file):
14+
Follow the [Installation Guide](../../installation.md) to deploy the GLS Action, then set the following configuration values in your Hercules admin panel (or `.env` file):
1515

1616
| Config | Value |
1717
|-------------------|--------------------------------------------------------------------------------------|
@@ -128,7 +128,7 @@ The `GLS_CREATE_PARCELS_RESPONSE` contains everything you need:
128128

129129
## Common next steps
130130

131-
- [Validate before creating](./functions.md#validateShipment) — Call `validateShipment` first to catch errors before committing
132-
- [Cancel a shipment](./functions.md#cancelShipment) — Use `cancelShipment` with the `TrackID` if something changes
133-
- [Reprint a label](./functions.md#reprintParcel) — Use `reprintParcel` if a label is lost or damaged
134-
- [Common Use Cases](./use-cases.md) — End-to-end examples for real-world scenarios
131+
- [Validate before creating](functions.md#validateShipment) — Call `validateShipment` first to catch errors before committing
132+
- [Cancel a shipment](functions.md#cancelShipment) — Use `cancelShipment` with the `TrackID` if something changes
133+
- [Reprint a label](functions.md#reprintParcel) — Use `reprintParcel` if a label is lost or damaged
134+
- [Common Use Cases](use-cases.md) — End-to-end examples for real-world scenarios

docs/Actions/GLS/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A: The action supports all major GLS shipment types and services, including:
3030
- Tyre service, addressee-only delivery
3131
- Saturday and next-working-day delivery (EXPRESS only)
3232

33-
See [Functions](../GLS/functions.md) for the complete list.
33+
See [Functions](functions.md) for the complete list.
3434

3535
---
3636

0 commit comments

Comments
 (0)