Skip to content

BridgesUNCC/BridgesUNCC.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
```


About

Website for NSF Bridges project at UNCC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published