Skip to content

Commit f9eef81

Browse files
authored
Fix links to importers in the internal documentation (#2458)
1 parent 1b3c7de commit f9eef81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/src/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,12 @@ that we make available to users.
167167

168168
[`FilesystemImporter`]: importer/filesystem.dart
169169

170-
In the Dart API, the importer root class is [`importer/async_importer.dart`].
170+
In the Dart API, the importer root class is [`importer/async.dart`].
171171
The JS API and the embedded compiler wrap the Dart importer API in
172-
[`importer/node_to_dart`] and [`embedded/importer`] respectively.
172+
[`importer/js_to_dart`] and [`embedded/importer`] respectively.
173173

174-
[`importer/async_importer.dart`]: importer/async_importer.dart
175-
[`importer/node_to_dart`]: importer/node_to_dart
174+
[`importer/async.dart`]: importer/async.dart
175+
[`importer/js_to_dart`]: importer/js_to_dart
176176
[`embedded/importer`]: embedded/importer
177177

178178
### Custom Functions

0 commit comments

Comments
 (0)