Skip to content

Commit

Permalink
Fix non-https links
Browse files Browse the repository at this point in the history
Signed-off-by: David Pordomingo <David.Pordomingo.F@gmail.com>
  • Loading branch information
dpordomingo committed Dec 20, 2018
1 parent 23661f6 commit ac64462
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions hugo/layouts/community/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ <h2 class="text-white mt-5">Sign Up to our Newsletter</h2>
<p class="text-white">Sign up for our Machine Learning on Code newsletter to receive the latest blog posts, videos and events from source{d} and others in the community. </p>
</header>
<div class="col-md-10 offset-md-1 mt-4 mb-5">
<!-- <form action="http://go.sourced.tech/l/578561/2018-08-27/3b3jx" method="post"> -->
<form action="http://go.sourced.tech/newsletter" method="post">
<!-- <form action="https://go.sourced.tech/l/578561/2018-08-27/3b3jx" method="post"> -->
<form action="https://go.sourced.tech/newsletter" method="post">
<div class="row">
<!-- <div class="col-md mb-3 mb-md-0">
<input type="text" class="form-control" name="fullname" placeholder="Margaret Hamilton">
Expand Down
4 changes: 2 additions & 2 deletions hugo/layouts/engine/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="pb-5">
<br><br>
<h1 class="title text-left p-0 mt-5 mb-4">Turn your code into actionable insights with source{d} Engine</h1>
<a href="http://go.sourced.tech/engine" class="btn btn-purple-light mr-4 mb-3 mb-sm-5">Request A Demo</a>
<a href="https://go.sourced.tech/engine" class="btn btn-purple-light mr-4 mb-3 mb-sm-5">Request A Demo</a>
<a href="https://docs.sourced.tech/engine#quickstart" class="btn btn-highlight-light mb-3 mb-sm-5">Install source{d} Engine</a>
</div>
</div>
Expand Down Expand Up @@ -92,7 +92,7 @@ <h3>Download source{d} Engine</h3>
<div class="card d-flex align-items-center justify-content-center text-white purple">
<div class="card-body p-4">
<p>Do you need distributed analysis at a larger scale, enterprise support, or additional features?</p>
<a href="http://go.sourced.tech/contact" class="btn btn-purple-light">Contact Us</a>
<a href="https://go.sourced.tech/contact" class="btn btn-purple-light">Contact Us</a>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions hugo/layouts/lookout/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="pb-5">
<br><br>
<h1 class="title text-left p-0 mt-5 mb-4">Empower your Developers with source{d} Lookout for Assisted Code Review</h1>
<a href="http://go.sourced.tech/lookout" class="btn btn-purple-light mr-4 mb-3 mb-sm-5">Request A Demo</a>
<a href="https://go.sourced.tech/lookout" class="btn btn-purple-light mr-4 mb-3 mb-sm-5">Request A Demo</a>
<a href="lookout#lookout-beta" class="btn btn-highlight-light mb-3 mb-sm-5">Sign up for the Beta</a>
</div>
</div>
Expand Down Expand Up @@ -78,7 +78,7 @@ <h3 class="title-line line-orange">Introducing source{d} Lookout</h3>
<div class="col-12 col-md-9">
<h3>source{d} Lookout</h3>
<p>Interested in a private beta of source{d} Lookout?</p>
<a href="http://go.sourced.tech/lookout" class="btn btn-secondary-light">Sign Up</a>
<a href="https://go.sourced.tech/lookout" class="btn btn-secondary-light">Sign Up</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion hugo/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<li><a href="company#careers">Careers</a></li>
<li><a href="company#offices">Offices</a></li>
<li><a href="company#team">Team</a></li>
<li><a href="http://go.sourced.tech/contact">Contact Us</a></li>
<li><a href="https://go.sourced.tech/contact">Contact Us</a></li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions hugo/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
<a class="dropdown-item" href="company#careers">Careers</a>
<a class="dropdown-item" href="company#offices">Our Offices</a>
<a class="dropdown-item" href="company#team">Team</a>
<a class="dropdown-item" href="http://go.sourced.tech/contact">Contact Us</a>
<a class="dropdown-item" href="https://go.sourced.tech/contact">Contact Us</a>
</div>
</li>
<li class="nav-item nav-btn">
<a class="btn btn-sm btn-highlight" href="http://go.sourced.tech/engine">Request a Demo</a>
<a class="btn btn-sm btn-highlight" href="https://go.sourced.tech/engine">Request a Demo</a>
</li>
<li class="nav-item nav-btn">
<a class="btn btn-sm btn-secondary" href="https://docs.sourced.tech/engine/#quickstart">Install Engine</a>
Expand Down
2 changes: 1 addition & 1 deletion hugo/layouts/partials/try-sourced.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h2 class="text-white mt-5">Try source{d} Engine today</h2>
</header>
<div class="col-lg-6 offset-lg-3 mt-4 mb-5">
<div class="row">
<a class="btn btn-highlight btn-lg col-sm mr-3" href="http://go.sourced.tech/engine">Request a Demo</a>
<a class="btn btn-highlight btn-lg col-sm mr-3" href="https://go.sourced.tech/engine">Request a Demo</a>
<a class="btn btn-secondary btn-lg col-sm" href="https://docs.sourced.tech/engine/#quickstart">Install Engine</a>
</div>
</div>
Expand Down

0 comments on commit ac64462

Please sign in to comment.