* update CI and scripts
Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
* fix MD
and ignore log files
Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
* remove previously commited logs
Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
* fix package path
Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
* update link checker conf
Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
* restored some link exclusions
probably ddos protection on etherescan
and internal postman link is in an include making path wrong
when checked separately
Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
fixes pantheon part of pan-3117
will enable more consistent experience when sample test scripts will be added to
package.json too.
Signed-off-by: Edward Evans <edward.evans@consensys.net>
* change the link checker to use on checking at the markdown level instead of html
* exclude node_modules from the search and only report errors
* fix links and exclude false positives
- https://github.com/PegaSysEng/pantheon/community is working it's only an issue
with redirects that makes the checker thing it fails, excluding it.
- some local links were never correct
- some external links changed or website is dead for month (ethdocs.org) so
replaced by similar content.
- some urls are valid but not passing the check, probably some limitations on
the user agent to prevent crawlers.
Signed-off-by: Edward Evans <edward.evans@consensys.net>