yangshun / tech-interview-handbook

💯 Curated coding interview preparation materials for busy software engineers
https://www.techinterviewhandbook.org
MIT License
114.59k stars 14.37k forks source link

Binary Search link for Khan Academy is broken #601

Open iamtburger opened 11 months ago

iamtburger commented 11 months ago

Hi,

The link for Khan Academy - Binary Search is broken on the following page: https://www.techinterviewhandbook.org/algorithms/sorting-searching/

URL on the page Actual working URL

I'm happy to fix it if that's ok.

yangshun commented 11 months ago

Yes please submit a PR

iamtburger commented 11 months ago

What should be the [project] for the commit message?

yangshun commented 11 months ago

@iamtburger don't worry about it, I'll change it before merging. I think you can use fix:

iamtburger commented 10 months ago

Thanks! I opened the PR. Funny thing is, if you delete the / from the URL (the one which was already on in the Handbook) you don't land on the Ooops page, but the Algorithms main page. I changed the URL to point at the exact location of Binary Search, but still had to omit the / from the end to prevent landing on Page not found.