@@ -145,11 +145,11 @@ Reverted in version: xxx (OPTIONAL, delete if not used)
145145 These links are commented out because they
146146 cause the GitHubActions (GHA) linkcheck to fail.
147147 Remove the comment tags once you fill this in with
148- real links. Only use the "master -api" include if
149- you link to "master -api.flutter.dev"; prefer our
148+ real links. Only use the "main -api" include if
149+ you link to "main -api.flutter.dev"; prefer our
150150 stable documentation if possible.
151151
152- {% include docs/master -api.md %}
152+ {% include docs/main -api.md %}
153153
154154API documentation:
155155
@@ -173,21 +173,21 @@ Relevant PRs:
173173 but please remove the comment tags before you commit!
174174
175175 If you are sharing new API that hasn't landed in
176- the stable channel yet, use the master channel link.
177- To link to docs on the master channel,
176+ the stable channel yet, use the main channel link.
177+ To link to docs on the main channel,
178178 include the following note and make sure that
179- the URL includes the master link (as shown below).
179+ the URL includes the main link (as shown below).
180180
181181 Here's an example of defining a stable (site.api) link
182- and a master channel (master -api) link.
182+ and a main channel (main -api) link.
183183
184184<!-- Stable channel link: -->
185185[ `ClassName` ] : {{site.api}}/flutter/[link_to_relevant_page].html
186186
187187<!-- Master channel link: -->
188- {% include docs/master -api.md %}
188+ {% include docs/main -api.md %}
189189
190- [ `ClassName` ] : {{site.master -api}}/flutter/[link_to_relevant_page].html
190+ [ `ClassName` ] : {{site.main -api}}/flutter/[link_to_relevant_page].html
191191
192192[ Issue xxxx ] : {{site.repo.flutter}}/issues/[link_to_actual_issue]
193193[ Issue yyyy ] : {{site.repo.flutter}}/issues/[link_to_actual_issue]
0 commit comments