Skip to content

Commit 074b104

Browse files
author
Alvin
committed
update
1 parent 5c885c8 commit 074b104

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/.vitepress/config.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,18 @@ export default defineConfig({
100100
{
101101
text: 'HTTPS',
102102
items: [
103-
{ text: 'https改进了什么', link: '14.https改进了什么' },
104-
{ text: 'https的tsl连接过程', link: '15.https的tsl连接过程' },
105-
{ text: 'https证书', link: '16.https证书' },
103+
{ text: 'https改进了什么', link: '/network-protocol/14.https改进了什么' },
104+
{ text: 'https的tsl连接过程', link: '/network-protocol/15.https的tsl连接过程' },
105+
{ text: 'https证书', link: '/network-protocol/16.https证书' },
106106
],
107107
},
108108
{
109109
text: 'HTTP2',
110110
items: [
111-
{ text: 'http2新功能', link: '17.http2新功能' },
112-
{ text: 'http2剖析', link: '18.http2剖析' },
113-
{ text: 'http2服务器推送功能', link: '19.http2服务器推送功能' },
114-
{ text: 'http3', link: '20.http3' },
111+
{ text: 'http2新功能', link: '/network-protocol/17.http2新功能' },
112+
{ text: 'http2剖析', link: '/network-protocol/18.http2剖析' },
113+
{ text: 'http2服务器推送功能', link: '/network-protocol/19.http2服务器推送功能' },
114+
{ text: 'http3', link: '/network-protocol/20.http3' },
115115
],
116116
},
117117
],

0 commit comments

Comments
 (0)