Change wiki link to follow contents moved.

Closes #35640
https://github.com/dart-lang/sdk/pull/35640

GitOrigin-RevId: aea904a21941d3de061bb96aee83543b6b82ade5
Change-Id: I71508de40e8ea4118c64e0507fe471cca2fa5d3e
Reviewed-on: https://dart-review.googlesource.com/c/89200
Reviewed-by: Kevin Moore <kevmoo@google.com>
This commit is contained in:
retlat 2019-01-12 18:46:22 +00:00 committed by Kevin Moore
parent 6f4e85d11f
commit 7b5f24db6f

View file

@ -11,7 +11,7 @@ If you'd like to improve the documentation, you have three options:
click that icon to report a bug on the page.
* To report an API doc bug,
[create an SDK issue](https://github.com/dart-lang/sdk/issues/new?title=API%20doc%20issue:).
* Contribute to the Dart developer websites such as [www.dartlang.org](https://www.dartlang.org) (repo: [dart-lang/site-www](https://github.com/dart-lang/site-www)) and [webdev.dartlang.org](https://webdev.dartlang.org) (repo: [dart-lang/site-webdev](https://github.com/dart-lang/site-webdev)). For more information, see [Writing for *.dartlang.org](https://github.com/dart-lang/site-www/wiki/Writing-for-dartlang.org).
* Contribute to the Dart developer websites such as [www.dartlang.org](https://www.dartlang.org) (repo: [dart-lang/site-www](https://github.com/dart-lang/site-www)) and [webdev.dartlang.org](https://webdev.dartlang.org) (repo: [dart-lang/site-webdev](https://github.com/dart-lang/site-webdev)). For more information, see [Writing for Dart and Flutter websites](https://github.com/dart-lang/site-shared/wiki/Writing-for-Dart-and-Flutter-websites).
* Improve the API reference docs at [api.dartlang.org](https://api.dartlang.org) by editing doc comments in the [Dart SDK repo](https://github.com/dart-lang/sdk/tree/master/sdk/lib). For more information on how to write API docs, see [Effective Dart: Documentation](https://www.dartlang.org/guides/language/effective-dart/documentation).
## Before you contribute