Update links and surrounding text for new main-api docs (#138602)
Issue reference: https://github.com/flutter/flutter/issues/133877
This commit is contained in:
@@ -15,7 +15,7 @@ the following locations:
|
||||
|
||||
* [flutter.dev](https://flutter.dev) (main Flutter site)
|
||||
* [Stable channel API Docs](https://api.flutter.dev)
|
||||
* [Main channel API Docs](https://master-api.flutter.dev)
|
||||
* [Main channel API Docs](https://main-api.flutter.dev)
|
||||
* Engine Embedder API documentation:
|
||||
* [Android Embedder](../javadoc/index.html)
|
||||
* [iOS Embedder](../ios-embedder/index.html)
|
||||
@@ -39,7 +39,7 @@ to 900 MB.**
|
||||
Offline HTML documentation ZIP bundles:
|
||||
|
||||
* [Stable channel](https://api.flutter.dev/offline/flutter.docs.zip)
|
||||
* [Master channel](https://master-api.flutter.dev/offline/flutter.docs.zip)
|
||||
* [Main channel](https://main-api.flutter.dev/offline/flutter.docs.zip)
|
||||
|
||||
Or, you can add Flutter to the open-source [Zeal](https://zealdocs.org/) app
|
||||
using the following XML configurations. Follow the instructions in the
|
||||
@@ -47,8 +47,8 @@ application for adding a feed.
|
||||
|
||||
* Stable channel Zeal XML configuration URL:
|
||||
<https://api.flutter.dev/offline/flutter.xml>
|
||||
* Master channel Zeal XML configuration URL:
|
||||
<https://master-api.flutter.dev/offline/flutter.xml>
|
||||
* Main channel Zeal XML configuration URL:
|
||||
<https://main-api.flutter.dev/offline/flutter.xml>
|
||||
|
||||
## Importing a Library
|
||||
|
||||
|
||||
Reference in New Issue
Block a user