Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Jan 30, 2024
1 parent ec96062 commit bde5e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ruzickap/[email protected]
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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/components/GuestSpeakers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bde5e2b

Please sign in to comment.