Skip to content

Commit

Permalink
Fix Flutter index URL (#6930)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos authored Aug 18, 2023
1 parent 184b021 commit 953cc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/search/flutter_sdk_mem_index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Future<SdkMemIndex?> _createFlutterSdkMemIndex() async {
final content = DartdocIndex.parseJsonText(
await searchBackend.fetchSdkIndexContentAsString(
baseUri: index.baseUri,
relativePath: 'index.json',
relativePath: 'flutter/index.json',
),
);
await index.addDartdocIndex(content, allowedLibraries: _allowedLibraries);
Expand Down

0 comments on commit 953cc24

Please sign in to comment.