Skip to content

Commit 6eca007

Browse files
authored
Fix links in top level README (#133893)
## Description This fixes the top level links to the platform embedders in the README that is used to create the landing page on https://master-api.flutter.dev
1 parent ef9befc commit 6eca007

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

dev/docs/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ SDK.
1313
This site hosts Flutter's API documentation. Other documentation can be found at
1414
the following locations:
1515

16-
* [flutter.dev](https://flutter.dev) (main site)
17-
* [api.flutter.dev](https://api.flutter.dev) (API docs reference site)
16+
* [flutter.dev](https://flutter.dev) (main Flutter site)
17+
* [Stable channel API Docs](https://api.flutter.dev)
18+
* [Main channel API Docs](https://master-api.flutter.dev)
1819
* Engine Embedder API documentation:
19-
* [Android Embedder](https://api.flutter.dev/javadoc/index.html)
20-
* [iOS Embedder](https://api.flutter.dev/ios-embedder/index.html)
21-
* [macOS Embedder](https://api.flutter.dev/macos-embedder/index.html)
22-
* [Linux Embedder](https://api.flutter.dev/linux-embedder/index.html)
23-
* [Windows Embedder](https://api.flutter.dev/windows-embedder/index.html)
24-
* [Web Embedder](https://api.flutter.dev/flutter/dart-ui_web/dart-ui_web-library.html)
20+
* [Android Embedder](../javadoc/index.html)
21+
* [iOS Embedder](../ios-embedder/index.html)
22+
* [macOS Embedder](../macos-embedder/index.html)
23+
* [Linux Embedder](../linux-embedder/index.html)
24+
* [Windows Embedder](../windows-embedder/index.html)
25+
* [Web Embedder](dart-ui_web/dart-ui_web-library.html)
2526
* [Installation](https://flutter.dev/docs/get-started/install)
2627
* [Codelabs](https://flutter.dev/docs/codelabs)
2728
* [Contributing to Flutter](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md)

0 commit comments

Comments
 (0)