Skip to content

Commit da1a5b5

Browse files
moluoproCommit Queue
authored and
Commit Queue
committed
Modify some documentation details
Closes #60287 GitOrigin-RevId: 284881f Change-Id: Iaf695a524ec7bc7d604b7b176b77155a9707d662 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/414481 Reviewed-by: Slava Egorov <[email protected]> Commit-Queue: Slava Egorov <[email protected]>
1 parent 078ddac commit da1a5b5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ There are more documents in our repo at [docs](https://github.com/dart-lang/sdk/
5757

5858
## Contributing to Dart
5959

60-
The easiest way to contribute to Dart is to [file issues][dartbug].
60+
The easiest way to contribute to Dart is to [file issues][issues].
6161

6262
You can also contribute patches, as described in [Contributing][contrib].
6363

@@ -69,12 +69,12 @@ Future plans for Dart are included in the combined Dart and Flutter
6969
[building]: https://github.com/dart-lang/sdk/blob/main/docs/Building.md
7070
[codelabs]: https://dart.dev/codelabs
7171
[contrib]: https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md
72-
[dartbug]: http://dartbug.com
72+
[issues]: https://github.com/dart-lang/sdk/issues
7373
[lang]: https://dart.dev/guides/language/language-tour
7474
[license]: https://github.com/dart-lang/sdk/blob/main/LICENSE
7575
[patent_grant]: https://github.com/dart-lang/sdk/blob/main/PATENT_GRANT
7676
[pubsite]: https://pub.dev
7777
[repo]: https://github.com/dart-lang/sdk
78-
[roadmap]: https://github.com/flutter/flutter/wiki/Roadmap
78+
[roadmap]: https://github.com/flutter/flutter/blob/master/docs/roadmap/Roadmap.md
7979
[tools]: https://dart.dev/tools
8080
[website]: https://dart.dev

docs/Building-Dart-SDK-for-ARM-or-RISC-V.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
> **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.
6+
57
# Cross-compiling
68

79
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.

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Important pages include:
1414
- [Testing](Testing.md)
1515

1616
Also, check out the combined
17-
[Dart and Flutter roadmap](https://github.com/flutter/flutter/wiki/Roadmap)
17+
[Dart and Flutter roadmap](https://github.com/flutter/flutter/blob/master/docs/roadmap/Roadmap.md)
1818
on the Flutter wiki.
1919

2020
## Process pages

0 commit comments

Comments
 (0)