Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken link #209

Merged
merged 1 commit into from
Jan 15, 2018
Merged

fix broken link #209

merged 1 commit into from
Jan 15, 2018

Conversation

HarshwardhanSingh
Copy link
Contributor

@HarshwardhanSingh HarshwardhanSingh commented Jan 15, 2018

Currently the "hire us" link redirects to https://www.codemancers.com/contact/
screen shot 2018-01-15 at 7 45 48 pm

This PR fixes this.

@@ -94,7 +94,7 @@ <h1 class="in-logo">
<div class="col-1-of-2">
<div class="in-hire-us">
<div>
<a href="http://codemancers.com/hire_us/index.html" target="_blank" class="in-btn">Hire us</a>
<a href="http://codemancers.com/contact/index.html" target="_blank" class="in-btn">Hire us</a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use https 😉

@@ -94,7 +94,7 @@ <h1 class="in-logo">
<div class="col-1-of-2">
<div class="in-hire-us">
<div>
<a href="http://codemancers.com/hire_us/index.html" target="_blank" class="in-btn">Hire us</a>
<a href="https://codemancers.com/contact/index.html" target="_blank" class="in-btn">Hire us</a>
Copy link
Contributor

@revathskumar revathskumar Jan 15, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For our https,www is necessary. otherwise not redirecting. correct link will be https://www.codemancers.com/contact/index.html

@revathskumar revathskumar merged commit 542ecd1 into gh-pages Jan 15, 2018
@revathskumar revathskumar deleted the fix_broken_link branch January 15, 2018 14:39
@revathskumar revathskumar restored the fix_broken_link branch January 15, 2018 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants