@@ -100,18 +100,18 @@ export default defineConfig({
100
100
{
101
101
text : 'HTTPS' ,
102
102
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证书' } ,
106
106
] ,
107
107
} ,
108
108
{
109
109
text : 'HTTP2' ,
110
110
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' } ,
115
115
] ,
116
116
} ,
117
117
] ,
0 commit comments