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

docs(deployment): fix links to enableProdMode (#25) #3168

Merged
merged 1 commit into from
Jan 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions public/docs/ts/latest/guide/deployment.jade
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ a#toc
* [Measure performance first](#measure)
* [Angular configuration](#angular-configuration)
* [The `base` tag](#base-tag)
* [Enable production mode](#enableprodmode)
* [Enable production mode](#enable-prod-mode)
* [Lazy loading](#lazy-loading)
* [Server configuration](#server-configuration)
* [Routed apps must fallback to `index.html`](#fallback)
Expand Down Expand Up @@ -70,7 +70,7 @@ a#dev-deploy
1. Configure the server to redirect requests for missing files to `index.html`.
[More on this below](#fallback).

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

That's the simplest deployment you can do.

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

a#enableProdMode
a#enable-prod-mode
:marked
### Enable production mode

Expand Down