OLD | NEW |
1 --- | 1 --- |
2 layout: default | 2 layout: default |
3 title: "Contact Us" | 3 title: "Contact Us" |
4 --- | 4 --- |
5 | 5 |
6 <h1> Contact Us </h1> | 6 <h1> Contact Us </h1> |
7 | 7 |
8 <section> | 8 <section> |
9 | 9 |
10 <p> | 10 <p> |
| 11 If you have a question, check StackOverflow first: |
| 12 </p> |
| 13 |
| 14 <blockquote> |
| 15 <a href="http://stackoverflow.com/questions/tagged/dart">Dart |
| 16 on StackOverflow</a> |
| 17 </blockquote> |
| 18 |
| 19 <p> |
11 If you find a bug or want to request a feature, | 20 If you find a bug or want to request a feature, |
12 please file an issue: | 21 please file an issue: |
13 </p> | 22 </p> |
14 | 23 |
15 <blockquote> | 24 <blockquote> |
16 <a target="_blank" | 25 <a target="_blank" |
17 href="http://dartbug.com">Dart issue tracker</a> | 26 href="http://dartbug.com">Dart issue tracker</a> |
18 </blockquote> | 27 </blockquote> |
19 | 28 |
20 <p> | 29 <p> |
(...skipping 25 matching lines...) Expand all Loading... |
46 <a target="_blank" | 55 <a target="_blank" |
47 href="https://code.google.com/p/dart/source/browse/">Dart source code</a> | 56 href="https://code.google.com/p/dart/source/browse/">Dart source code</a> |
48 </li> | 57 </li> |
49 | 58 |
50 <li> <a target="_blank" | 59 <li> <a target="_blank" |
51 href="https://groups.google.com/a/dartlang.org/group/bugs/topics">bugs</a>: | 60 href="https://groups.google.com/a/dartlang.org/group/bugs/topics">bugs</a>: |
52 changes to Dart issues | 61 changes to Dart issues |
53 </li> | 62 </li> |
54 </ul> | 63 </ul> |
55 | 64 |
| 65 <p> |
| 66 For more resources, see the |
| 67 <a href="/community/">Community page</a>. |
| 68 </p> |
| 69 |
56 </section> | 70 </section> |
OLD | NEW |