Skip to content

Commit e60d4f4

Browse files
committed
Fix links
1 parent 85e18a9 commit e60d4f4

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/Actions/GLS/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ GLS_CREATE_PARCELS_RESPONSE ← tracking IDs, barcode data, print data, routing
9090

9191
- [Quick Start](quick-start.md) — Create your first shipment in a few steps
9292
- [Configuration](configs.md) — Full list of configuration options and how to get credentials
93-
- [Functions](functions.md) — All available functions with parameter details
93+
- [Functions](functions.mdx) — All available functions with parameter details
9494
- [Types](types.mdx) — All data types used in the GLS Action
9595
- [Events](events.md) — Events emitted by the GLS Action
9696
- [Common Use Cases](use-cases.md) — Example flows for real-world scenarios

docs/Actions/GLS/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
131+
- [Validate before creating](functions.mdx#validateShipment) — Call `validateShipment` first to catch errors before committing
132+
- [Cancel a shipment](functions.mdx#cancelShipment) — Use `cancelShipment` with the `TrackID` if something changes
133+
- [Reprint a label](functions.mdx#reprintParcel) — Use `reprintParcel` if a label is lost or damaged
134134
- [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](functions.md) for the complete list.
33+
See [Functions](functions.mdx) for the complete list.
3434

3535
---
3636

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Before using any action from Centaurus, make sure you have:
3636
- [Installation Guide](installation.md) — How to deploy an action on your self-hosted instance
3737
- [GLS Action Overview](Actions/GLS/overview.md) — Get started with the GLS shipping integration
3838
- [GLS Configuration](Actions/GLS/configs.md) — API keys and configuration options
39-
- [GLS Functions](Actions/GLS/functions.md) — All available functions and their parameters
39+
- [GLS Functions](Actions/GLS/functions.mdx) — All available functions and their parameters
4040
- [GLS Types](Actions/GLS/types.mdx) — Data types used across the GLS action
4141
- [GLS Events](Actions/GLS/events.md) — Events emitted by the GLS action
4242
- [Common Use Cases](Actions/GLS/use-cases.md) — Example workflows using the GLS action

0 commit comments

Comments
 (0)