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

chore: preserve links to master version of API from README.md #3197

Merged
merged 1 commit into from
Sep 5, 2018

Commits on Sep 4, 2018

  1. chore: preserve links to master version of API from README.md

    One of our checks makes sure all links from README.md to API.md
    point to the last-released version of the API.
    
    This sometimes doesn't work: when we refer to a section
    in api.md that is just added, we should be able to reference
    the "master" version of the api.md
    
    This patch:
    - teaches the doclint check to keep links to tip-of-tree version
      of api.md in README.md intact.
    - starts refering to tip-of-tree version of api.md in `puppeter-core` section
    aslushnikov committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    3dc387a View commit details
    Browse the repository at this point in the history