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

Fixed broken links in README.md [skip-ci] #5449

Merged
merged 2 commits into from Mar 12, 2017
Merged

Fixed broken links in README.md [skip-ci] #5449

merged 2 commits into from Mar 12, 2017

Conversation

sethbergman
Copy link
Contributor

Q A
Patch: Bug Fix? no
Major: Breaking Change? no
Minor: New Feature? no
Deprecations? no
Spec Compliancy? no
Tests Added/Pass? no
Fixed Tickets no
License MIT
Doc PR yes
Dependency Changes no
[plugins](https://github.com/babel/babel/blob/master/docs/plugins) changed to [plugins](https://babeljs.io/docs/plugins/)
[presets](https://github.com/babel/babel/blob/master/docs/plugins/#presets) changed to [presets](https://babeljs.io/docs/plugins/preset-latest/)

@mention-bot
Copy link

@sethbergman, thanks for your PR! By analyzing the history of the files in this pull request, we identified @xtuc, @existentialism and @novemberborn to be potential reviewers.

Copy link
Member

@aaronang aaronang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sethbergman Thank you for your contribution 🎉

For future documentation changes, please use [skip ci] in your commit message to prevent Travis from building. Not a big problem though if you don't; I forget it quite often too 😅

| `plugins` | `[]` | List of [plugins](/docs/plugins/) to load and use. |
| `presets` | `[]` | List of [presets](/docs/plugins/#presets) (a set of plugins) to load and use. |
| `plugins` | `[]` | List of [plugins](https://babeljs.io/docs/plugins/) to load and use. |
| `presets` | `[]` | List of [presets](https://babeljs.io/docs/plugins/preset-latest/) (a set of plugins) to load and use. |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sethbergman I think this one is incorrect. Could you fix this to: http://babeljs.io/docs/plugins/#presets? Thanks 😬

@aaronang aaronang merged commit 3d52d30 into babel:master Mar 12, 2017
@sethbergman sethbergman deleted the patch-1 branch March 12, 2017 23:05
@hzoo hzoo added the PR: Docs 📝 A type of pull request used for our changelog categories label Mar 13, 2017
hulkish added a commit to hulkish/babel that referenced this pull request May 2, 2017
* 'master' of github.com:hulkish/babel: (37 commits)
  Increase the code coverage for traverse evaluation (babel#5363)
  Improve options documentation for `babel-plugin-transform-runtime` babel#5401
  [doc] Fix: comments in usage w/ options babel#5400
  document cache option for babel-register babel#5440
  Update coffescript/register reference link address babel#5475
  Update babel-generator's README babel#5517
  Improve example of babel-plugin-transform-es2015-arrow-functions babel#5573
  Remove incorrect docs. babel#5580
  Update transform-es2015-modules-commonjs doc babel#5588
  Fix replacing function declaration in export default (fixes babel#4468) (babel#5456)
  Fix a typo: occurences -> occurrences (babel#5575)
  Fix changelog [skip ci]
  Treat "await" as an invalid identifier (babel#4954)
  Removes unused lodash dependency from babel-helper-builder-react-jsx (babel#5486)
  docs: [skip ci] update documentation
  v6.24.0
  changelog for 6.24.0 [skip ci] (babel#5452)
  Keep parentheses for logical expression when in await expression (fix babel#5428) (babel#5433) (babel#5453)
  Use absolute paths in Babel's CONTRIBUTING.md (babel#5431)
  Fixed broken links in README.md [skip ci] (babel#5449)
  ...
existentialism pushed a commit that referenced this pull request May 19, 2017
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Docs 📝 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants