Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 03ecf92

Browse files
authored
docs(deployment): fix links to enableProdMode (#25) (#3168)
1 parent e5a25eb commit 03ecf92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/ts/latest/guide/deployment.jade

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ a#toc
1616
* [Measure performance first](#measure)
1717
* [Angular configuration](#angular-configuration)
1818
* [The `base` tag](#base-tag)
19-
* [Enable production mode](#enableprodmode)
19+
* [Enable production mode](#enable-prod-mode)
2020
* [Lazy loading](#lazy-loading)
2121
* [Server configuration](#server-configuration)
2222
* [Routed apps must fallback to `index.html`](#fallback)
@@ -70,7 +70,7 @@ a#dev-deploy
7070
1. Configure the server to redirect requests for missing files to `index.html`.
7171
[More on this below](#fallback).
7272

73-
1. Enable production mode as [described below](#enableprodmode) (optional).
73+
1. Enable production mode as [described below](#enable-prod-mode) (optional).
7474

7575
That's the simplest deployment you can do.
7676

@@ -322,7 +322,7 @@ a#base-tag
322322
When the `base` tag is misconfigured, the app fails to load and the browser console displays `404 - Not Found` errors
323323
for the missing files. Look at where it _tried_ to find those files and adjust the base tag appropriately.
324324

325-
a#enableProdMode
325+
a#enable-prod-mode
326326
:marked
327327
### Enable production mode
328328

0 commit comments

Comments
 (0)