gridai / grid-docs

Public repository for managing Grid Platform documentation synced with gitbook on docs.grid.ai
20 stars 13 forks source link

Fix Broken Links in grid-docs #308

Open krishnakalyan3 opened 2 years ago

krishnakalyan3 commented 2 years ago

To check for broken links I used a python-link checking library. Perhaps it's a good idea to validate all links before a commit?.

python -m pip install linkcheckmd
linkcheckMarkdown .

changelog.md

platform/11_known-issues.md

platform/10_tips-and-tricks.md

platform/1_Billing/billing-rates.md

features/runs/1_README.md

features/runs/2_private-repos.md

features/runs/1_Creating Runs/1_Basic Runs/2_Adv Runs/3_sweep-syntax.md

features/runs/1_Creating Runs/2_Adv Runs/3_creating-runs-from-config.md

features/runs/1_Creating Runs/2_Adv Runs/2_creating-runs-with-dockerfile.md

features/runs/1_Creating Runs/2_Adv Runs/5_auto-resume-experiments.md

features/sessions/changing-instance-type.md

features/sessions/8_how-to-ssh-into-a-session.md

examples/running-with-different-frameworks/running-julia-programs.md

krishnakalyan3 commented 2 years ago

cc: @essiequoi @pritamsoni-hsr what do you guys think. Should we add a link checker to our CI?.