Fix ios doc url (#11262)
This commit is contained in:
@@ -202,7 +202,7 @@ void addHtmlBaseToIndex() {
|
||||
);
|
||||
indexContents = indexContents.replaceAll(
|
||||
'href="iOS/iOS-library.html"',
|
||||
'href="https://docs.flutter.io/objc/"'
|
||||
'href="https://docs.flutter.io/objcdoc/"'
|
||||
);
|
||||
|
||||
indexFile.writeAsStringSync(indexContents);
|
||||
|
||||
Reference in New Issue
Block a user