diff --git a/README.md b/README.md index 781095b3284..d7bc12a56fc 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ There are more documents in our repo at [docs](https://github.com/dart-lang/sdk/ ## Contributing to Dart -The easiest way to contribute to Dart is to [file issues][dartbug]. +The easiest way to contribute to Dart is to [file issues][issues]. You can also contribute patches, as described in [Contributing][contrib]. @@ -69,12 +69,12 @@ Future plans for Dart are included in the combined Dart and Flutter [building]: https://github.com/dart-lang/sdk/blob/main/docs/Building.md [codelabs]: https://dart.dev/codelabs [contrib]: https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md -[dartbug]: http://dartbug.com +[issues]: https://github.com/dart-lang/sdk/issues [lang]: https://dart.dev/guides/language/language-tour [license]: https://github.com/dart-lang/sdk/blob/main/LICENSE [patent_grant]: https://github.com/dart-lang/sdk/blob/main/PATENT_GRANT [pubsite]: https://pub.dev [repo]: https://github.com/dart-lang/sdk -[roadmap]: https://github.com/flutter/flutter/wiki/Roadmap +[roadmap]: https://github.com/flutter/flutter/blob/master/docs/roadmap/Roadmap.md [tools]: https://dart.dev/tools [website]: https://dart.dev diff --git a/docs/Building-Dart-SDK-for-ARM-or-RISC-V.md b/docs/Building-Dart-SDK-for-ARM-or-RISC-V.md index 6c812584665..c9741b25e0c 100644 --- a/docs/Building-Dart-SDK-for-ARM-or-RISC-V.md +++ b/docs/Building-Dart-SDK-for-ARM-or-RISC-V.md @@ -2,6 +2,8 @@ The Dart VM runs on a variety of ARM processors on Linux and Android. This document explains how to build the Dart VM and SDK to target these platforms. +> **Note**: You must follow the steps in [Building.md](https://github.com/dart-lang/sdk/blob/main/docs/Building.md) to set up the environment and properly fetch the source code. Cloning the repository or obtaining the source code through other means will not result in a successful build. + # Cross-compiling The build scripts download a Clang toolchain that can target IA32, X64, ARM, ARM64 or RISCV64 and run on an X64 or ARM64 host. For these cases, you do not need to install a cross-compiler yourself. For other cases, like building on a RISCV64 host or targeting RISCV32, you will need to manually install a toolchain. diff --git a/docs/README.md b/docs/README.md index 9353c3e057b..9e72ccdf9d7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,7 +14,7 @@ Important pages include: - [Testing](Testing.md) Also, check out the combined -[Dart and Flutter roadmap](https://github.com/flutter/flutter/wiki/Roadmap) +[Dart and Flutter roadmap](https://github.com/flutter/flutter/blob/master/docs/roadmap/Roadmap.md) on the Flutter wiki. ## Process pages