mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix ios doc url (#11262)
This commit is contained in:
parent
fce76bcfd6
commit
c838c19e7f
@ -202,7 +202,7 @@ void addHtmlBaseToIndex() {
|
|||||||
);
|
);
|
||||||
indexContents = indexContents.replaceAll(
|
indexContents = indexContents.replaceAll(
|
||||||
'href="iOS/iOS-library.html"',
|
'href="iOS/iOS-library.html"',
|
||||||
'href="https://docs.flutter.io/objc/"'
|
'href="https://docs.flutter.io/objcdoc/"'
|
||||||
);
|
);
|
||||||
|
|
||||||
indexFile.writeAsStringSync(indexContents);
|
indexFile.writeAsStringSync(indexContents);
|
||||||
|
Loading…
Reference in New Issue
Block a user