This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push: new 72e4357679 Update some website links to https (#8566) 72e4357679 is described below commit 72e43576790d1283c1f927b48af3185b81fa3f49 Author: Arnout Engelen <arn...@engelen.eu> AuthorDate: Wed Dec 21 17:20:45 2022 +0100 Update some website links to https (#8566) --- site/src/main/.vuepress/config.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js index fd6a15f256..b723dddb62 100644 --- a/site/src/main/.vuepress/config.js +++ b/site/src/main/.vuepress/config.js @@ -143,12 +143,12 @@ var config = { { text: 'ASF', items: [ - { text: 'Foundation', link: 'http://www.apache.org/'}, - { text: 'License', link: 'http://www.apache.org/licenses/'}, - { text: 'Security', link: 'http://www.apache.org/security/'}, - { text: 'Sponsorship', link: 'http://www.apache.org/foundation/sponsorship.html'}, - { text: 'Thanks', link: 'http://www.apache.org/foundation/thanks.html'}, - { text: 'Current Events', link: 'http://www.apache.org/events/current-event'}, + { text: 'Foundation', link: 'https://www.apache.org/'}, + { text: 'License', link: 'https://www.apache.org/licenses/'}, + { text: 'Security', link: 'https://www.apache.org/security/'}, + { text: 'Sponsorship', link: 'https://www.apache.org/foundation/sponsorship.html'}, + { text: 'Thanks', link: 'https://www.apache.org/foundation/thanks.html'}, + { text: 'Current Events', link: 'https://www.apache.org/events/current-event'}, ] }, ], @@ -1351,12 +1351,12 @@ var config = { { text: 'ASF', items: [ - { text: '基金会', link: 'http://www.apache.org/'}, - { text: '许可证', link: 'http://www.apache.org/licenses/'}, - { text: '安全', link: 'http://www.apache.org/security/'}, - { text: '赞助', link: 'http://www.apache.org/foundation/sponsorship.html'}, - { text: '致谢', link: 'http://www.apache.org/foundation/thanks.html'}, - { text: '活动', link: 'http://www.apache.org/events/current-event'}, + { text: '基金会', link: 'https://www.apache.org/'}, + { text: '许可证', link: 'https://www.apache.org/licenses/'}, + { text: '安全', link: 'https://www.apache.org/security/'}, + { text: '赞助', link: 'https://www.apache.org/foundation/sponsorship.html'}, + { text: '致谢', link: 'https://www.apache.org/foundation/thanks.html'}, + { text: '活动', link: 'https://www.apache.org/events/current-event'}, ] }, ],