diff --git a/.github/workflows/broken-link-checks.yml b/.github/workflows/broken-link-checks.yml index d241d3f7..c26b0dde 100644 --- a/.github/workflows/broken-link-checks.yml +++ b/.github/workflows/broken-link-checks.yml @@ -13,7 +13,7 @@ jobs: uses: ruzickap/action-my-broken-link-checker@v2.3.1 with: url: https://boxyhq.com - cmd_params: '--max-connections=10 --timeout=60 --buffer-size=32768 --color=always --exclude="(localhost|127.0.0.1|twitter.com|linkedin.com|manage.auth0.com|schemas.xmlsoap.org|instagram.com|admin.google.com|https://segment.com|support.cloudflare.com)" --skip-tls-verification --ignore-fragments --header="User-Agent:Chrome/108.0.0.0"' + cmd_params: '--max-connections=10 --timeout=60 --buffer-size=32768 --color=always --exclude="(localhost|127.0.0.1|twitter.com|linkedin.com|manage.auth0.com|schemas.xmlsoap.org|instagram.com|admin.google.com|https://segment.com|support.cloudflare.com|https://boxyhq.com/cdn-cgi/l/email-protection)" --skip-tls-verification --ignore-fragments --header="User-Agent:Chrome/108.0.0.0"' - name: Post to Slack if: ${{ failure() }} uses: slackapi/slack-github-action@v1.23.0 diff --git a/src/components/GuestSpeakers/index.js b/src/components/GuestSpeakers/index.js index d2823596..73aef891 100644 --- a/src/components/GuestSpeakers/index.js +++ b/src/components/GuestSpeakers/index.js @@ -46,7 +46,7 @@ const GuestSpeakers = () => { }, { company: 'Microsoft', - companyURL: 'http://microsoft.com', + companyURL: 'https://microsoft.com', linkedin: 'mohini-soodan-47604958', name: 'Mohini Soodan', pictureSrc: '/images/speakers/mohini-soodan-microsoft',