Skip to content

Commit

Permalink
website: change to www subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed Feb 1, 2022
1 parent 64039bb commit 661c36c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 70 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/deploy.yml

This file was deleted.

23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">Tech Interview Handbook</h1>

<div align="center">
<a href="https://techinterviewhandbook.org/">
<a href="https://www.techinterviewhandbook.org/">
<img src="website/static/img/logo.svg" alt="Tech Interview Handbook" width="400">
</a>
<br>
Expand All @@ -13,7 +13,7 @@
<em>Credits: <a href="https://dribbble.com/shots/3831443-Tech-Interview-Handbook">Illustration</a> by <a href="https://dribbble.com/leftaligned">@leftaligned</a></em>
</p>
<h3>
<a href="https://techinterviewhandbook.org/">Read on the website</a> | <a href="https://facebook.com/techinterviewhandbook">Follow us on Facebook</a>
<a href="https://www.techinterviewhandbook.org/">Read on the website</a> | <a href="https://facebook.com/techinterviewhandbook">Follow us on Facebook</a>
</h3>
</div>

Expand Down Expand Up @@ -42,14 +42,15 @@ No one has time to do a few hundred LeetCode questions. Here are _free and curat

Besides the usual algorithm questions, other **awesome** stuff includes:

- [How to prepare](https://techinterviewhandbook.org/coding-round-overview) for coding interviews
- [Interview Cheatsheet](https://techinterviewhandbook.org/cheatsheet) - Straight-to-the-point Do's and Don'ts
- [Algorithm tips and the best practice questions](https://techinterviewhandbook.org/algorithms/introduction) categorized by topic
- [Interview formats](https://techinterviewhandbook.org/interview-formats) of the top tech companies
- [Behavioral questions](https://techinterviewhandbook.org/behavioral-questions) asked by the top tech companies
- [Good questions to ask your interviewers](https://techinterviewhandbook.org/questions-to-ask) at the end of the interviews
- [Helpful resume tips](https://techinterviewhandbook.org/resume) to get your resume noticed and the Do's and Don'ts
- [Front-End Interview preparation](https://frontendinterviewhandbook.com)
- [Best practice questions](https://techinterviewhandbook.org/best-practice-questions/) for coding interviews
- [How to prepare](https://www.techinterviewhandbook.org/coding-round-overview/) for coding interviews
- [Interview cheatsheet](https://www.techinterviewhandbook.org/cheatsheet/) - Straight-to-the-point Do's and Don'ts
- [Algorithm tips](https://www.techinterviewhandbook.org/algorithms/introduction/) categorized by topic
- [Interview formats](https://www.techinterviewhandbook.org/interview-formats/) of the top tech companies
- [Behavioral questions](https://www.techinterviewhandbook.org/behavioral-questions/) asked by the top tech companies
- [Good questions to ask your interviewers](https://www.techinterviewhandbook.org/questions-to-ask/) at the end of the interviews
- [Helpful resume tips](https://www.techinterviewhandbook.org/resume/) to get your resume noticed and the Do's and Don'ts
- [Front end interview preparation](https://www.frontendinterviewhandbook.com)

Help from you in contributing content would be very much appreciated!

Expand Down Expand Up @@ -85,7 +86,7 @@ We're still working on System Design content. In the meanwhile, check out Educat

## Contents

A [Docusaurus](https://github.com/facebook/docusaurus) website has been created to provide a better reading experience. Check out the website [here](https://techinterviewhandbook.org)!
A [Docusaurus](https://github.com/facebook/docusaurus) website has been created to provide a better reading experience. Check out the website [here](https://www.techinterviewhandbook.org)!

## Related

Expand Down
2 changes: 1 addition & 1 deletion algorithms/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Algorithms

The contents have been moved to the [website](https://techinterviewhandbook.org/algorithms/introduction).
The contents have been moved to the [website](https://www.techinterviewhandbook.org/algorithms/introduction).

<!-- TODO: Remove in future -->
2 changes: 1 addition & 1 deletion preparing/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Preparing

The contents have been moved to the [website](https://techinterviewhandbook.org/coding-round-overview).
The contents have been moved to the [website](https://www.techinterviewhandbook.org/coding-round-overview).

<!-- TODO: Remove in future -->
2 changes: 1 addition & 1 deletion preparing/cheatsheet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Cheatsheet

The contents have been moved to the [website](https://techinterviewhandbook.org/cheatsheet).
The contents have been moved to the [website](https://www.techinterviewhandbook.org/cheatsheet).

<!-- TODO: Remove in future -->
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
title: 'Tech Interview Handbook',
tagline: 'Free curated interview preparation materials for busy engineers',
url: 'https://techinterviewhandbook.org',
url: 'https://www.techinterviewhandbook.org',
baseUrl: '/',
trailingSlash: true,
favicon: 'img/favicon.png',
Expand Down

1 comment on commit 661c36c

@vercel
Copy link

@vercel vercel bot commented on 661c36c Feb 1, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.