From 41051ce654a0849171718bef623f04aa9fe5719f Mon Sep 17 00:00:00 2001 From: Matthew Butler Date: Mon, 17 Sep 2012 14:43:55 -0300 Subject: [PATCH] Fix broken links --- src/site/docs/index.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/docs/index.markdown b/src/site/docs/index.markdown index f0d5d66ba..36b19b61b 100644 --- a/src/site/docs/index.markdown +++ b/src/site/docs/index.markdown @@ -38,8 +38,8 @@ know how to program in another language. [Articles and Tutorials](/articles/) : Read these articles for insight into Dart programming topics, -such as the [Dart Style Guide](http://localhost:8080/articles/style-guide/), -[Optional Types in Dart](http://localhost:8080/articles/optional-types/), and more. +such as the [Dart Style Guide](/articles/style-guide/), +[Optional Types in Dart](/articles/optional-types/), and more. [FAQ](/support/faq.html) : This FAQ answers many of the questions we've been asked about Dart. @@ -66,4 +66,4 @@ dart2js, pub, and more. [Dart VM](/docs/standalone-dart-vm/) : Learn how to use the dart tool (bin/dart) to run Dart command-line apps -such as server-side scripts, programs, and servers. \ No newline at end of file +such as server-side scripts, programs, and servers.