Skip to content

Commit aa32a67

Browse files
fix: replace broken zentinel-examples repo links with main repo
The zentinel-examples repository does not exist. Point to the examples/ directory in the main zentinel repository instead.
1 parent d6d9002 commit aa32a67

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

content/examples/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ cargo install zentinel-agent-waf zentinel-agent-auth
5454

5555
## Example Files
5656

57-
All configuration files in these examples are available in the [zentinel-examples](https://github.com/zentinelproxy/zentinel-examples) repository:
57+
All configuration files in these examples are available in the [examples directory](https://github.com/zentinelproxy/zentinel/tree/main/examples) of the main repository:
5858

5959
```bash
60-
git clone https://github.com/zentinelproxy/zentinel-examples
61-
cd zentinel-examples
60+
git clone https://github.com/zentinelproxy/zentinel
61+
cd zentinel/examples
6262
```

content/v/25.12/examples/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ cargo install zentinel-agent-waf zentinel-agent-auth
5252

5353
## Example Files
5454

55-
All configuration files in these examples are available in the [zentinel-examples](https://github.com/zentinelproxy/zentinel-examples) repository:
55+
All configuration files in these examples are available in the [examples directory](https://github.com/zentinelproxy/zentinel/tree/main/examples) of the main repository:
5656

5757
```bash
58-
git clone https://github.com/zentinelproxy/zentinel-examples
59-
cd zentinel-examples
58+
git clone https://github.com/zentinelproxy/zentinel
59+
cd zentinel/examples
6060
```

content/v/26.01/examples/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ cargo install zentinel-agent-waf zentinel-agent-auth
5353

5454
## Example Files
5555

56-
All configuration files in these examples are available in the [zentinel-examples](https://github.com/zentinelproxy/zentinel-examples) repository:
56+
All configuration files in these examples are available in the [examples directory](https://github.com/zentinelproxy/zentinel/tree/main/examples) of the main repository:
5757

5858
```bash
59-
git clone https://github.com/zentinelproxy/zentinel-examples
60-
cd zentinel-examples
59+
git clone https://github.com/zentinelproxy/zentinel
60+
cd zentinel/examples
6161
```

0 commit comments

Comments
 (0)