Skip to content

Commit aeca7d6

Browse files
committed
docs(guides): update renamed guide links
1 parent 260cae5 commit aeca7d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/footer/footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default (props) => {
1010
<footer className="footer">
1111
<Container className="footer__inner">
1212
<section className="footer__left">
13-
<Link className="footer__link" to="/guides/get-started">Get Started</Link>
13+
<Link className="footer__link" to="/guides/getting-started">Get Started</Link>
1414
<Link className="footer__link" to="/organization">Organization</Link>
1515
<Link className="footer__link" to="/support">Support</Link>
1616
<Link className="footer__link" to="/guides/why-webpack#comparison">Comparison</Link>

content/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ These options allow webpack to display various [stats](/configuration/stats/) an
279279
| Shortcut | Replaces |
280280
|----------|------------------------------------------------------------------|
281281
| -d | --debug --devtool eval-cheap-module-source-map --output-pathinfo |
282-
| -p | --optimize-minimize --define process.env.NODE_ENV="production", see [building for production](/guides/production-build) |
282+
| -p | --optimize-minimize --define process.env.NODE_ENV="production", see [building for production](/guides/production) |
283283

284284

285285
### Profiling

content/concepts/entry-points.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contributors:
66
- chrisVillanueva
77
---
88

9-
Like we mentioned in the [introduction](/guides/get-started/#using-webpack-with-a-config), there are multiple ways to define the `entry` property in your webpack configuration. We will show you the ways you **can** configure the `entry` property, in addition to explaining why it may be useful to you.
9+
As mentioned in [Getting Started](/guides/getting-started/#using-a-configuration), there are multiple ways to define the `entry` property in your webpack configuration. We will show you the ways you **can** configure the `entry` property, in addition to explaining why it may be useful to you.
1010

1111

1212
## Single Entry (Shorthand) Syntax

0 commit comments

Comments
 (0)