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

Broken hyperlinks #1137

Open
13 of 21 tasks
ndsvw opened this issue Aug 24, 2023 · 2 comments
Open
13 of 21 tasks

Broken hyperlinks #1137

ndsvw opened this issue Aug 24, 2023 · 2 comments

Comments

@ndsvw
Copy link

ndsvw commented Aug 24, 2023

Hi, I found some broken hyperlinks:

  • preview.md (file: CONTRIBUTING.md, status code: 404)

These ones do maybe/probably work on the website, but not on GitHub, because of the absolute path:

  • /data_structures/sqrt_decomposition.html (file: src/data_structures/sqrt-tree.md, status code: 400)
  • /data_structures/segment_tree.html (file: src/others/josephus_problem.md, status code: 400)
  • /string/string-hashing.html (file: src/string/manacher.md, status code: 400)
  • /string/suffix-tree-ukkonen.html (file: src/string/manacher.md, status code: 400)
  • /string/z-function.html (file: src/string/manacher.md, status code: 400)

External hyperlinks:

@jakobkogler
Copy link
Member

I've fixed a couple of the links.

For the GCJ problems: Google stopped doing the contest, but they published all historical problems here: https://github.com/google/coding-competitions-archive

For the DevSkills problems: You can see them still on archive.org , but the website changed a lot and it's no longer to see/access those problems (at least not without registering). So I think we should remove them. Not sure about their quality also, and since it's not possible to submit it doesn't make much sense to keep them.
We also have a lot of other DevSkills links that already point to archive.org. I think we can also remove them.

@Ojaswa-Yadav
Copy link

/resolve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants