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

Conversation

aslushnikov
Copy link
Contributor

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

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 aslushnikov merged commit 7db4f0f into puppeteer:master Sep 5, 2018
@aslushnikov aslushnikov deleted the fix-link-in-readme branch November 2, 2018 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants