angular / dgeni-packages

A collection of dgeni packages for generating documentation from source code.
MIT License
142 stars 106 forks source link

fix(base): support webRoot in checkAnchorLinks processor #244

Closed petebacondarwin closed 6 years ago

petebacondarwin commented 7 years ago

The webRoot was been prepended (via path.join) instead of being used to resolve any leftover relative paths (via path.resolve).

Closes #217

petebacondarwin commented 6 years ago

This approach broke stuff in projects like AngularJS docs, so I don't think it is the right way to go.