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

Fix broken links on docs/ #7

Merged
merged 1 commit into from
Sep 17, 2012
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
6 changes: 3 additions & 3 deletions src/site/docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
such as server-side scripts, programs, and servers.