Commit c838c19e authored by Sarah Zakarias's avatar Sarah Zakarias Committed by GitHub

Fix ios doc url (#11262)

parent fce76bcf
...@@ -202,7 +202,7 @@ void addHtmlBaseToIndex() { ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment