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

Check for broken links #1

Open
hdgarrood opened this issue Nov 30, 2016 · 6 comments
Open

Check for broken links #1

hdgarrood opened this issue Nov 30, 2016 · 6 comments

Comments

@hdgarrood
Copy link
Collaborator

No description provided.

@grdryn
Copy link
Contributor

grdryn commented Dec 11, 2016

I happened to come across a couple of broken links here, so putting a PR together. I'll see if there are any others so that maybe my PR can satisfy this issue.

@hdgarrood
Copy link
Collaborator Author

Any PRs fixing broken links would be very welcome :) I wouldn't put effort in writing a script to check just yet, though, as I would like to switch over to Sphinx at some point, which will do this for us.

grdryn added a commit to grdryn/documentation that referenced this issue Dec 11, 2016
@grdryn
Copy link
Contributor

grdryn commented Dec 11, 2016

@hdgarrood #7 fixes almost all of the broken links.

There are some in Pre-0.5-changelog.md that I didn't bother trying to find working links for.

There's also one link broken under History in Wikipedia-Page-Proposal.md. The relevant part there is:

Historical note: first SlamData PS commit on May 9, 2014 (https://github.com/slamdata/slamdata-nodewebkit/commit/73e3c9d5710ebf21552699e6bbe87f412171aec8)

and the slamdata/slamdata-nodewebkit at least doesn't seem to be a publicly accessible repo any longer.

@grdryn
Copy link
Contributor

grdryn commented Dec 11, 2016

I wouldn't put effort in writing a script to check just yet, though, as I would like to switch over to Sphinx at some point, which will do this for us.

@hdgarrood ah, that's what you meant by "Check for broken links"? I guess #7 fixes this for a single point in time only then. :)

@hdgarrood hdgarrood reopened this Dec 12, 2016
hdgarrood pushed a commit that referenced this issue Feb 2, 2017
@subttle
Copy link

subttle commented Feb 20, 2017

Currently a broken link for "psc-ide" here:
https://github.com/purescript/documentation/blob/master/ecosystem/Editor-and-tool-support.md

It was suggested on IRC that the link should now point to:
https://github.com/purescript/documentation/blob/master/guides/psc-ide-FAQ.md

@paf31
Copy link
Contributor

paf31 commented Feb 20, 2017

Using https://www.npmjs.com/package/markdown-link-check gives the complete list:

$ find . -name '*.md' | cut -c 3- | xargs -L 1 markdown-link-check | grep ✖

[✖] https://github.com/purescript/purescript/tree/master/psc-ide-server
[✖] https//pursuit.purescript.org/
[✖] https://github.com/purescript/purescript/tree/master/psc-ide-server
[✖] http://purescript.readthedocs.org
[✖] http://tryps.functorial.com
[✖] https://github.com/purescript/purescript-promises
[✖] http://purescript.readthedocs.org/en/latest/prelude.html
[✖] http://functorial.com/purescript
[✖] language/Related-Projects.md

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

No branches or pull requests

4 participants