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

docs(overview): fix live-example link #2192

Merged
merged 1 commit into from
Aug 26, 2016
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
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ table(width="100%")
block example-links
:marked
Look for a link to a running version of that sample near the top of each page,
such as this <live-example></live-example> from the [Architecture](architecture.html) chapter.
such as this <live-example name="architecture"></live-example> from the [Architecture](architecture.html) chapter.

The link launches a browser-based code editor where we can inspect, modify, save, and download the code.

Expand Down