Skip to content

Commit 1700407

Browse files
committed
corrected the links
1 parent 6e06d0c commit 1700407

File tree

2 files changed

+16
-23
lines changed

2 files changed

+16
-23
lines changed

docs/.vitepress/config.mjs

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,10 @@ export default defineConfig({
181181
link: '/roadmap/phase-2/stage-16',
182182
},
183183
{
184-
text: 'Stage 17: HTTP Specification',
185-
link: '/roadmap/phase-2/stage-17',
184+
text: 'Stage 17: Directory Browsing',
185+
link: '/roadmap/phase-3/stage-17',
186186
},
187+
187188
],
188189
},
189190
{
@@ -195,25 +196,21 @@ export default defineConfig({
195196
link: '/roadmap/phase-3/',
196197
},
197198
{
198-
text: 'Stage 18: Directory Browsing',
199+
text: 'Stage 18: IP Whitelist/Blacklist',
199200
link: '/roadmap/phase-3/stage-18',
200201
},
201202
{
202-
text: 'Stage 19: IP Whitelist/Blacklist',
203+
text: 'Stage 19: Gzip Compression',
203204
link: '/roadmap/phase-3/stage-19',
204205
},
205206
{
206-
text: 'Stage 20: Gzip Compression',
207+
text: 'Stage 20: Load Balancing',
207208
link: '/roadmap/phase-3/stage-20',
208209
},
209210
{
210-
text: 'Stage 21: Load Balancing',
211+
text: 'Stage 21: Request timeouts',
211212
link: '/roadmap/phase-3/stage-21',
212213
},
213-
{
214-
text: 'Stage 22: Request timeouts',
215-
link: '/roadmap/phase-3/stage-22',
216-
},
217214
],
218215
},
219216
{
@@ -225,16 +222,12 @@ export default defineConfig({
225222
link: '/roadmap/phase-4/',
226223
},
227224
{
228-
text: 'Stage 23: Metrics',
229-
link: '/roadmap/phase-4/stage-23',
230-
},
231-
{
232-
text: 'Stage 24: Multiprocess',
233-
link: '/roadmap/phase-4/stage-24',
225+
text: 'Stage 22: Metrics',
226+
link: '/roadmap/phase-4/stage-22',
234227
},
235228
{
236-
text: 'Stage 25: Transport Layer Security (TLS)',
237-
link: '/roadmap/phase-4/stage-25',
229+
text: 'Stage 23: Multiprocess',
230+
link: '/roadmap/phase-4/stage-23',
238231
},
239232
],
240233
},

docs/roadmap/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ The eXpServer project comprises 24 stages, organized into 5 phases. Prior to the
5555
### Phase 3: Adding features to eXpServer
5656

5757
- [Overview](phase-3/)
58-
- [Stage 18: IP Whitelist/Blacklist](phase-3/stage-19)
59-
- [Stage 19: Gzip Compression](phase-3/stage-20)
60-
- [Stage 20: Load Balancing](phase-3/stage-21)
61-
- [Stage 21: Request timeouts](phase-3/stage-22)
58+
- [Stage 18: IP Whitelist/Blacklist](phase-3/stage-1)
59+
- [Stage 19: Gzip Compression](phase-3/stage-19)
60+
- [Stage 20: Load Balancing](phase-3/stage-20)
61+
- [Stage 21: Request timeouts](phase-3/stage-21)
6262

6363
### Phase 4: Advanced features
6464

6565
- [Overview](phase-4/)
6666
- [Stage 22: Metrics](phase-4/stage-23)
67-
- [Stage 23: Multithreading](phase-4/stage-24)
67+
- [Stage 23: Multithreading](phase-4/stage-23)

0 commit comments

Comments
 (0)