From 5b64b94540ef571b4e2ce9c6c56075484afa69ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rodr=C3=ADguez?= Date: Fri, 26 Aug 2016 19:11:15 +0200 Subject: [PATCH] docs(overview): fix live-example link (#2192) --- public/docs/ts/latest/guide/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/index.jade b/public/docs/ts/latest/guide/index.jade index 282029cda9..8430890fb3 100644 --- a/public/docs/ts/latest/guide/index.jade +++ b/public/docs/ts/latest/guide/index.jade @@ -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 from the [Architecture](architecture.html) chapter. + such as this from the [Architecture](architecture.html) chapter. The link launches a browser-based code editor where we can inspect, modify, save, and download the code.