BridgesUNCC/BridgesUNCC.github.io
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
## In parts Not all the website is inside of this repository. There are pieces in: https://github.com/BridgesUNCC/doc https://github.com/BridgesUNCC/tutorials https://github.com/BridgesUNCC/testing-logs ## QA One can check for broken links using the blc ### install ``` npm install broken-link-checker ``` ### check ``` node_modules/broken-link-checker/bin/blc -r http://bridgesuncc.github.io | tee /tmp/report node_modules/broken-link-checker/bin/blc -r http://bridgesuncc.github.io/navbar.html | tee -a /tmp/report node_modules/broken-link-checker/bin/blc -r http://bridgesuncc.github.io/tutorials/Tutorial_Header.html | tee -a /tmp/report grep -v ───OK /tmp/report #note that these are not dashes before OK ```