Skip to content

Commit d0ca06a

Browse files
committed
Fix links in installation and quick-start documentation for improved navigation
1 parent cf55d8f commit d0ca06a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ All actions share the following base environment variables, which connect them t
2727
4. Fill in your credentials and Hercules connection details in `.env`
2828
5. Start the action: `docker compose up -d`
2929

30-
See the [Installation Guide](docs/Guides/installation.md) for detailed steps.
30+
See the [Installation Guide](docs/installation.md) for detailed steps.
3131

3232
## Documentation
3333

3434
Full documentation is located in the [`docs/`](docs/) folder:
3535

36-
- [Installation Guide](docs/Guides/installation.md)
36+
- [Installation Guide](docs/installation.md)
3737
- [GLS Action Overview](docs/Actions/GLS/overview.md)
3838
- [GLS Configuration](docs/Actions/GLS/configs.md)
3939
- [GLS Functions](docs/Actions/GLS/functions.md)

docs/Actions/GLS/quick-start.md

Lines changed: 2 additions & 2 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
|-------------------|--------------------------------------------------------------------------------------|
@@ -20,7 +20,7 @@ Follow the [Installation Guide](../../installation.md) to deploy the GLS Action,
2020
| `ship_it_api_url` | GLS ShipIT endpoint (default: `https://api.gls-group.net/shipit-farm/v1/backend/rs`) |
2121
| `auth_url` | GLS auth endpoint (default: `https://api.gls-group.net/oauth2/v2/token`) |
2222

23-
See [Configuration](./configs.md) for the full list of options and how to obtain credentials.
23+
See [Configuration](configs.md) for the full list of options and how to obtain credentials.
2424

2525
---
2626

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before you begin, make sure you have the following:
2020
- **Docker** and **Docker Compose** installed
2121
- A running **Aquila** server (part of the Hercules platform)
2222
- Your `HERCULES_AUTH_TOKEN` from the Aquila admin panel
23-
- Service-specific credentials (e.g. GLS API keys — see [GLS Configuration](../Actions/GLS/configs.md))
23+
- Service-specific credentials (e.g. GLS API keys — see [GLS Configuration](GLS/configs.md))
2424

2525
---
2626

@@ -71,7 +71,7 @@ HERCULES_ACTION_ID=gls-action
7171
HERCULES_SDK_VERSION=1.0.0
7272
```
7373

74-
For action-specific variables (e.g. GLS API credentials), see the [GLS Configuration](../Actions/GLS/configs.md) page.
74+
For action-specific variables (e.g. GLS API credentials), see the [GLS Configuration](GLS/configs.md) page.
7575

7676
---
7777

@@ -119,5 +119,5 @@ If the action fails to start or connect, check:
119119
- That `HERCULES_AUTH_TOKEN` is valid and not expired
120120
- That `HERCULES_AQUILA_URL` points to the correct host and port
121121
- That Docker has access to the internet (for pulling the base image)
122-
- The service-specific credentials are correct (see [Troubleshooting](../Actions/GLS/troubleshooting.md))
122+
- The service-specific credentials are correct (see [Troubleshooting](GLS/troubleshooting.md))
123123

0 commit comments

Comments
 (0)