From 7e5e3abb0bed6fca5f87679ff0a0ec0d276581d1 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Fri, 21 Sep 2018 13:07:01 +0100 Subject: [PATCH] Docs: Clean up some links that were redirecting (#1128) These links were 301/302 redirecting. --- README.md | 2 +- docs/index.md | 2 +- packages/compile-loader/README.md | 2 +- packages/react/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5b24f785..94fe38274 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 5c0965f97..ee459c021 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/packages/compile-loader/README.md b/packages/compile-loader/README.md index 51c7b3181..9b11f408f 100644 --- a/packages/compile-loader/README.md +++ b/packages/compile-loader/README.md @@ -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. diff --git a/packages/react/README.md b/packages/react/README.md index 5734b8dbd..4bbc010b5 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -330,7 +330,7 @@ const App = () =>
Hello World!
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