Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): only rewrite relative links #3339

Merged
merged 1 commit into from
Mar 1, 2017

Commits on Feb 28, 2017

  1. fix(docs): only rewrite relative links

    * Right now the script actually seemed to work on Windows because the delimiters were different and the `indexOf` check passed therefore.
    * It didn't work on non-windows platforms (but the `indexOf` worked), because the logic was incorrect. Previously only links that are not inside of `guides/` have been rewritten.
    
    Fixes angular#3147
    devversion committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    43e8748 View commit details
    Browse the repository at this point in the history