Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
docs(deployment): fix links to enableProdMode (#25) (#3168)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Jan 30, 2017
1 parent e5a25eb commit 03ecf92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/docs/ts/latest/guide/deployment.jade
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

0 comments on commit 03ecf92

Please sign in to comment.