virgili0 / Virgilio

Your new Mentor for Data Science E-Learning.

Home Page:https://virgili0.github.io/Virgilio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken link to Virgilio's official Matrix Algebra guide jupyter notebook

tataganesh opened this issue · comments

thanks, fixing it

commented

One-off

$ pip install -U markdown-link-check

Recursively find broken links

<in the root directory of the folder, in the dev branch>
$ ls **/*.md | xargs -n 1 markdown-link-check -q

or

$ ls **/*.md | xargs -n 1 markdown-link-check -q &> broken-links.txt
$ cat broken-links.txt

Here's what I found on 02-Jun-2020:
broken-links.txt

Thanks @neomatrix369, we should add that linting rule to the CI/CD setup so we can immediatly spot this kind of stuff

commented

Thanks @neomatrix369, we should add that linting rule to the CI/CD setup so we can immediatly spot this kind of stuff

Love that idea, and wake @clone95 up to let him know that pigeons have arrived with news about Virgilio ;) :p

Adding to CI/CD is better than running it manually each time.

commented

I found some more broken links, see broken-links.txt

Is the CI/CD task or GitHub action already setup to pick up broken links?

Also see #111