Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Docs: Clean up some links that were redirecting (#1128)
Browse files Browse the repository at this point in the history
These links were 301/302 redirecting.
  • Loading branch information
edmorley committed Sep 21, 2018
1 parent d48eb35 commit 7e5e3ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,5 +38,5 @@ community.
[npm-image]: https://img.shields.io/npm/v/neutrino.svg
[npm-downloads]: https://img.shields.io/npm/dt/neutrino.svg
[npm-url]: https://www.npmjs.com/package/neutrino
[travis-image]: https://travis-ci.org/neutrinojs/neutrino.svg?branch=master
[travis-image]: https://api.travis-ci.org/neutrinojs/neutrino.svg?branch=master
[travis-url]: https://travis-ci.org/neutrinojs/neutrino
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -24,5 +24,5 @@ cover.
[npm-image]: https://img.shields.io/npm/v/neutrino.svg
[npm-downloads]: https://img.shields.io/npm/dt/neutrino.svg
[npm-url]: https://www.npmjs.com/package/neutrino
[travis-image]: https://travis-ci.org/neutrinojs/neutrino.svg?branch=master
[travis-image]: https://api.travis-ci.org/neutrinojs/neutrino.svg?branch=master
[travis-url]: https://travis-ci.org/neutrinojs/neutrino
2 changes: 1 addition & 1 deletion packages/compile-loader/README.md
Expand Up @@ -69,7 +69,7 @@ module.exports = {
[`Rule.include`](https://webpack.js.org/configuration/module/#rule-include)
- `exclude` should be an array of paths to exclude from the compilation. Maps to webpack's
[`Rule.exclude`](https://webpack.js.org/configuration/module/#rule-exclude)
- `babel` is a [Babel configuration object](https://babeljs.io/docs/usage/api/#options), consumed by babel-loader. Use
- `babel` is a [Babel configuration object](https://babeljs.io/docs/en/options), consumed by babel-loader. Use
this to set properties such as `presets`, `plugins`, and `env`.
- `ruleId` is the identifier to the compiler loader rule. Override this to add an additional compile-loader instance
- `useId` is the identifier for the babel loader. Override this to change the identifier.
Expand Down
2 changes: 1 addition & 1 deletion packages/react/README.md
Expand Up @@ -330,7 +330,7 @@ const App = () => <div>Hello World!</div>
export default hot(module)(App);
```

See the [React Hot Loader](http://gaearon.github.io/react-hot-loader/)
See the [React Hot Loader](https://gaearon.github.io/react-hot-loader/)
docs for any API specifics on hot reloading other components.

## Contributing
Expand Down

0 comments on commit 7e5e3ab

Please sign in to comment.