From 7f39500d5d1cb726d3f21d56f94cc9f386bcd6b1 Mon Sep 17 00:00:00 2001 From: Zhou Yuhang <54398705+xquisite0@users.noreply.github.com> Date: Wed, 9 Jul 2025 11:21:58 +0800 Subject: [PATCH] seo: fix 3xx redirects issue (#710) --- .../blog/2022-07-09-getting-a-tech-job-as-an-undergraduate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/blog/2022-07-09-getting-a-tech-job-as-an-undergraduate.md b/apps/website/blog/2022-07-09-getting-a-tech-job-as-an-undergraduate.md index 2d823a55..ea44c29c 100644 --- a/apps/website/blog/2022-07-09-getting-a-tech-job-as-an-undergraduate.md +++ b/apps/website/blog/2022-07-09-getting-a-tech-job-as-an-undergraduate.md @@ -51,7 +51,7 @@ I am about to recommend relevant sections to go in sequentially and how to syste - Now with virtual interviews, some companies tend to use HackerRank live to conduct whiteboard interviews. Prepare a pen and paper beside you as you work along. Prepare to remote desktop protocol (RDP) into your computer to show step-by-step workings. - Do not blurt out the solution straightaway as interviewers can tell that you memorize. -4. Last but not least for algorithms heavy interviews, you might really want to save your time looking at [Grind 75](https://techinterviewhandbook.org/grind75). It's a useful curated source of questions to note how much you can prepare for your interview. +4. Last but not least for algorithms heavy interviews, you might really want to save your time looking at [Grind 75](https://www.techinterviewhandbook.org/grind75/). It's a useful curated source of questions to note how much you can prepare for your interview. 5. Always be prepared for even system design questions! You will never know what comes your way and this is where your projects come in and how much of good practices you apply in them and what do you learn. The [System Design Primer](https://github.com/donnemartin/system-design-primer) is a good start.