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

tools: fix man pages linking regex #17724

Closed
wants to merge 4 commits into from

Commits on Dec 18, 2017

  1. tools: fix man pages linking regex

    The change to word boundary was breaking many doc pages. This reverts the word boundary back to space.
    
    Fixes: nodejs#17637
    Fixes: nodejs#17694
    Refs: nodejs#17479
    DiegoRBaquero committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    5af4822 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. tools: fix man pages linking regex

    The change to word boundary was breaking many doc pages. This replace the word boundary with a matching group of space or beginning of line.
    
    Fixes: nodejs#17637
    Fixes: nodejs#17694
    Refs: nodejs#17479
    DiegoRBaquero committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    fa42177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b849956 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. tools: move beginning regex matching group

    This moves the beginning regex matching group to the beginning of the resulting HTML man pages link
    DiegoRBaquero committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    34a9db0 View commit details
    Browse the repository at this point in the history