Skip to content

Commit

Permalink
docs: fix broken references (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Jan 6, 2021
1 parent e44e855 commit 70cae00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -58,8 +58,8 @@ Thus, webpack CLI provides different commands for many common tasks.
- [`webpack-cli init`](./packages/init/README.md#webpack-cli-init) - Create a new webpack configuration.
- [`webpack-cli info`](./packages/info/README.md#webpack-cli-info) - Returns information related to the local environment.
- [`webpack-cli migrate`](./packages/migrate/README.md#webpack-cli-migrate) - Migrate project from one version to another.
- [`webpack-cli plugin`](./packages/generate-plugin/README.md#webpack-cli-generate-plugin) - Initiate new plugin project.
- [`webpack-cli loader`](./packages/generate-loader/README.md#webpack-cli-generate-loader) - Initiate new loader project.
- [`webpack-cli plugin`](./packages/generators#generators) - Initiate new plugin project.
- [`webpack-cli loader`](./packages/generators#generators) - Initiate new loader project.
- [`webpack-cli serve`](./packages/serve/README.md#webpack-cli-serve) - Use webpack with a development server that provides live reloading.

### Utilities
Expand Down
16 changes: 7 additions & 9 deletions packages/README.md
Expand Up @@ -13,15 +13,13 @@ This folder is the collection of those packages.

## Packages

1. [generate-loader](https://github.com/webpack/webpack-cli/tree/master/packages/generate-loader)
2. [generate-plugin](https://github.com/webpack/webpack-cli/tree/master/packages/generate-plugin)
3. [generators](https://github.com/webpack/webpack-cli/tree/master/packages/generators)
4. [info](https://github.com/webpack/webpack-cli/tree/master/packages/info)
5. [init](https://github.com/webpack/webpack-cli/tree/master/packages/init)
6. [migrate](https://github.com/webpack/webpack-cli/tree/master/packages/migrate)
7. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve)
8. [utils](https://github.com/webpack/webpack-cli/tree/master/packages/utils)
9. [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)
1. [generators](https://github.com/webpack/webpack-cli/tree/master/packages/generators)
2. [info](https://github.com/webpack/webpack-cli/tree/master/packages/info)
3. [init](https://github.com/webpack/webpack-cli/tree/master/packages/init)
4. [migrate](https://github.com/webpack/webpack-cli/tree/master/packages/migrate)
5. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve)
6. [utils](https://github.com/webpack/webpack-cli/tree/master/packages/utils)
7. [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)

## Generic Installation

Expand Down

0 comments on commit 70cae00

Please sign in to comment.