Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: README.md

Issue 2538563002: Correct link for front page readme (!). (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Dart 1 # Dart
2 2
3 [Dart][website] is an open-source, scalable programming language, with robust 3 [Dart][website] is an open-source, scalable programming language, with robust
4 libraries and runtimes, for building web, server, and mobile apps. 4 libraries and runtimes, for building web, server, and mobile apps.
5 5
6 ## Using Dart 6 ## Using Dart
7 7
8 Visit the [dartlang.org][website] to learn more about the 8 Visit the [dartlang.org][website] to learn more about the
9 [language][lang], [tools][tools], 9 [language][lang], [tools][tools],
10 [getting started][codelab], and more. 10 [getting started][codelab], and more.
11 11
12 Browse [pub.dartlang.org][pubsite] for more packages and libraries contributed 12 Browse [pub.dartlang.org][pubsite] for more packages and libraries contributed
13 by the community and the Dart team. 13 by the community and the Dart team.
14 14
15 ## Building Dart 15 ## Building Dart
16 16
17 Learn how to [get the source](https://github.com/dart-lang/sdk/wiki/Getting-The- Source) 17 Learn how to [get the source](https://github.com/dart-lang/sdk/wiki/Building#get ting-the-source)
18 and [prepare your machine to build the SDK](https://github.com/dart-lang/sdk/wik i/Preparing-your-machine-to-build-the-Dart-SDK). 18 and [prepare your machine to build the SDK](https://github.com/dart-lang/sdk/wik i/Preparing-your-machine-to-build-the-Dart-SDK).
19 19
20 There are more documents on our [wiki](https://github.com/dart-lang/sdk/wiki). 20 There are more documents on our [wiki](https://github.com/dart-lang/sdk/wiki).
21 21
22 ## Contributing to Dart 22 ## Contributing to Dart
23 23
24 The easiest way to contribute to Dart is to [file issues][dartbug]. 24 The easiest way to contribute to Dart is to [file issues][dartbug].
25 25
26 You can also contribute patches, as described in [Contributing][contrib]. 26 You can also contribute patches, as described in [Contributing][contrib].
27 27
28 ## License 28 ## License
29 29
30 See [LICENSE][license]. 30 See [LICENSE][license].
31 31
32 [website]: https://www.dartlang.org 32 [website]: https://www.dartlang.org
33 [license]: https://github.com/dart-lang/sdk/blob/master/LICENSE 33 [license]: https://github.com/dart-lang/sdk/blob/master/LICENSE
34 [repo]: https://github.com/dart-lang/sdk 34 [repo]: https://github.com/dart-lang/sdk
35 [lang]: https://www.dartlang.org/docs/dart-up-and-running/ch02.html 35 [lang]: https://www.dartlang.org/docs/dart-up-and-running/ch02.html
36 [tools]: https://www.dartlang.org/tools/ 36 [tools]: https://www.dartlang.org/tools/
37 [codelab]: https://www.dartlang.org/codelabs/darrrt/ 37 [codelab]: https://www.dartlang.org/codelabs/darrrt/
38 [dartbug]: http://dartbug.com 38 [dartbug]: http://dartbug.com
39 [contrib]: https://github.com/dart-lang/sdk/wiki/Contributing 39 [contrib]: https://github.com/dart-lang/sdk/wiki/Contributing
40 [pubsite]: https://pub.dartlang.org 40 [pubsite]: https://pub.dartlang.org
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698