commit | c838c19e7f23a61443e28fa42a991523b0f495e7 | [log] [tgz] |
---|---|---|
author | Sarah Zakarias <zarah@google.com> | Mon Jul 17 23:42:13 2017 +0200 |
committer | GitHub <noreply@github.com> | Mon Jul 17 23:42:13 2017 +0200 |
tree | b13e57a62160c2730ee7d2be921401755bec302e | |
parent | fce76bcfd69dc26e8c2dfea7d786c6017c4ff226 [diff] |
Fix ios doc url (#11262)
diff --git a/dev/tools/dartdoc.dart b/dev/tools/dartdoc.dart index 43947eb..e50d449 100644 --- a/dev/tools/dartdoc.dart +++ b/dev/tools/dartdoc.dart
@@ -202,7 +202,7 @@ ); indexContents = indexContents.replaceAll( 'href="iOS/iOS-library.html"', - 'href="https://docs.flutter.io/objc/"' + 'href="https://docs.flutter.io/objcdoc/"' ); indexFile.writeAsStringSync(indexContents);