Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 72e3e77

Browse files
committed
Merge pull request #7 from butlermatt/master
Fix broken links on docs/
2 parents 9ab468a + 41051ce commit 72e3e77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/docs/index.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ know how to program in another language.
3838

3939
[Articles and Tutorials](/articles/)
4040
: Read these articles for insight into Dart programming topics,
41-
such as the [Dart Style Guide](http://localhost:8080/articles/style-guide/),
42-
[Optional Types in Dart](http://localhost:8080/articles/optional-types/), and more.
41+
such as the [Dart Style Guide](/articles/style-guide/),
42+
[Optional Types in Dart](/articles/optional-types/), and more.
4343

4444
[FAQ](/support/faq.html)
4545
: This FAQ answers many of the questions we've been asked about Dart.
@@ -66,4 +66,4 @@ dart2js, pub, and more.
6666

6767
[Dart VM](/docs/standalone-dart-vm/)
6868
: Learn how to use the dart tool (bin/dart) to run Dart command-line apps
69-
such as server-side scripts, programs, and servers.
69+
such as server-side scripts, programs, and servers.

0 commit comments

Comments
 (0)