/software-development-readings

My personal compilation of online texts about software development.

Primary LanguageShell

Software Development Readings

My personal compilation of online texts about software development.

Validating links

Links can be valided with the Bash script check-links, that requires the Node package markdown-link-check.

# Install markdown-link-check
npm install -g markdown-link-check

# Verify the urls of the links
./check-links