@@ -75,7 +75,7 @@ <h5 class="my-0 mr-md-auto font-weight-normal">
7575 < div id ="platform " class ="p-2 dropdown "> < span > Platform</ span >
7676 < div >
7777 < a id ="uiflow " class ="dropdown-item " href ="https://heltec.org "> HelTec Automation</ a >
78- < a id ="arduino " class ="dropdown-item " href ="http ://resource.heltec.cn/ "> Resource Page</ a >
78+ < a id ="arduino " class ="dropdown-item " href ="https ://resource.heltec.cn/ "> Resource Page</ a >
7979 < a id ="community " class ="dropdown-item " href ="http://community.heltec.cn/ "> Community</ a >
8080 </ div >
8181 </ div >
@@ -220,7 +220,7 @@ <h5 class="my-0 mr-md-auto font-weight-normal">
220220 $ ( "#platform a" ) . eq ( 0 ) . text ( "HelTec AutoMation" ) ;
221221 $ ( "#platform a" ) . eq ( 1 ) . text ( "Resource Page" ) ;
222222 $ ( "#platform a" ) . eq ( 2 ) . text ( "Community" ) ;
223- $ ( "#arduino" ) . attr ( "href" , "http ://resource.heltec.cn/" ) ;
223+ $ ( "#arduino" ) . attr ( "href" , "https ://resource.heltec.cn/" ) ;
224224 $ ( "#uiflow" ) . attr ( "href" , "https://heltec.cn" ) ;
225225 $ ( "#platform span" ) . text ( "Platform" ) ;
226226 $ ( "#language span" ) . text ( "Language" ) ;
@@ -236,7 +236,7 @@ <h5 class="my-0 mr-md-auto font-weight-normal">
236236 $ ( "#platform a" ) . eq ( 0 ) . text ( "HelTec AutoMation" ) ;
237237 $ ( "#platform a" ) . eq ( 1 ) . text ( "Resource Page" ) ;
238238 $ ( "#platform a" ) . eq ( 2 ) . text ( "论坛" ) ;
239- $ ( "#arduino" ) . attr ( "href" , "http ://resource.heltec.cn/" ) ;
239+ $ ( "#arduino" ) . attr ( "href" , "https ://resource.heltec.cn/" ) ;
240240 $ ( "#uiflow" ) . attr ( "href" , "https://heltec.cn/zh/" ) ;
241241 $ ( "#platform span" ) . text ( "开发平台" ) ;
242242 $ ( "#language span" ) . text ( "切换语言" ) ;
0 commit comments