Skip to content

Commit 1545d37

Browse files
committed
remove dead links
1 parent a6102e0 commit 1545d37

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/markdown-link-check-config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
},
2424
{
2525
"pattern": "^https://github\\.com/shakacode/react-webpack-rails-tutorial/blob/master/client/webpack\\.client\\.base\\.config\\.js"
26-
},
27-
{
28-
"pattern": "^https://github\\.com/shakacode/react_on_rails/tree/master/lib/install/config/"
2926
}
3027
],
3128
"replacementPatterns": [

docs/additional-details/upgrade-webpacker-v3-to-v4.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ _Note: This guide is outdated. The configuration files it references were remove
55
The following steps can be followed to update a Webpacker v3.5 app to v4.
66

77
1. Update the gem `webpacker` and the package `@rails/webpacker`
8-
1. Merge changes from the new default [.babelrc](https://github.com/shakacode/react_on_rails/tree/master/lib/install/config/.babelrc) to your `/.babelrc`. If you are using React, you need to add `"@babel/preset-react"`, to the list of `presets`.
9-
1. Copy the file [.browserslistrc](https://github.com/shakacode/react_on_rails/tree/master/lib/install/config/.browserslistrc) to `/`.
10-
1. Merge any differences between [config/webpacker.yml](https://github.com/shakacode/react_on_rails/tree/master/lib/install/config/webpacker.yml) and your `/config/webpacker.yml`.
8+
1. Merge changes from the new default `.babelrc` to your `/.babelrc`. If you are using React, you need to add `"@babel/preset-react"`, to the list of `presets`.
9+
1. Copy the file `.browserslistrc` to `/`.
10+
1. Merge any differences between `config/webpacker.yml` and your `/config/webpacker.yml`.
1111

1212
Here is an [example commit of these changes](https://github.com/shakacode/react_on_rails-tutorial-v11/pull/1/files).

0 commit comments

Comments
 (0)