Skip to content

Commit

Permalink
Broken Links (Ealenn#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ealenn authored Jan 20, 2021
1 parent 0ae2d43 commit 53bd302
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/pages/configuration/loggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ nav_order: 2

## Seq

![seq](/assets/images/seq.png)
![seq](https://ealenn.github.io/Echo-Server/assets/images/seq.png)

| Environment | CLI | Default |
|------------------------------------|------------------------------------|--------------------|
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/quick-start/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ HTTP/1.1 200 OK

## Configuration

You can use environment variables [More information](/pages/configuration)
You can use environment variables [More information](https://ealenn.github.io/Echo-Server/pages/configuration)

```yaml
version: "3"
Expand All @@ -49,7 +49,7 @@ services:
## Loggers
[More information](/pages/configuration/loggers)
[More information](https://ealenn.github.io/Echo-Server/pages/configuration/loggers)
```yaml
version: "3"
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/quick-start/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nav_order: 2

---

![cli docker](../../assets/images/docker.gif)
![cli docker](https://ealenn.github.io/Echo-Server/assets/images/docker.gif)

## Run

Expand All @@ -30,7 +30,7 @@ HTTP/1.1 200 OK

## Configuration

You can use environment variables with `-e ENV_NAME=VALUE` or CLI arguments after image's name `ealen/echo-server:{{ site.github.releases[0].tag_name }} --arg value` [More information](/pages/configuration)
You can use environment variables with `-e ENV_NAME=VALUE` or CLI arguments after image's name `ealen/echo-server:{{ site.github.releases[0].tag_name }} --arg value` [More information](https://ealenn.github.io/Echo-Server/pages/configuration)

- **With environment variables:**

Expand All @@ -51,7 +51,7 @@ You can use environment variables with `-e ENV_NAME=VALUE` or CLI arguments afte

## Loggers

[More information](/pages/configuration/loggers)
[More information](https://ealenn.github.io/Echo-Server/pages/configuration/loggers)

```sh
➜ docker run -d \
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/quick-start/includes/section-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nav_exclude: true
| ?echo_time= | X-ECHO-TIME | Wait time in `ms` | 0 <= `TIME` <= 60.000 |
| ?echo_file= | X-ECHO-FILE | Path of Directory or File | Enable file `true` |

You can change [commands](/pages/configuration/commands) and [conditions](/pages/configuration/configuration).
You can change [commands](https://ealenn.github.io/Echo-Server/pages/configuration/commands) and [conditions](https://ealenn.github.io/Echo-Server/pages/configuration/configuration).

#### Custom HTTP Status Code
{: .no_toc }
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/quick-start/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ And install dependencies

## Configuration

You can use environment variables or CLI arguments [More information](/pages/configuration)
You can use environment variables or CLI arguments [More information](https://ealenn.github.io/Echo-Server/pages/configuration)

- **With environment variables:**

Expand All @@ -56,7 +56,7 @@ You can use environment variables or CLI arguments [More information](/pages/con

## Loggers

[More information](/pages/configuration/loggers)
[More information](https://ealenn.github.io/Echo-Server/pages/configuration/loggers)

```sh
➜ node ./src/webserver \
Expand Down

0 comments on commit 53bd302

Please sign in to comment.