Skip to content

Commit

Permalink
[uiExports/readme] fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Dec 5, 2017
1 parent 99c1ff1 commit 88328a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/ui_exports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ This reducer format was chosen so that it will be easier to look back at these r

### defaults

The [./ui_export_defaults][UiExportDefaults] module defines the default shape of the uiExports object produced by `collectUiExports()`. The defaults generally describe the `uiExports` from the UI System itself, like default visTypes and such.
The [`ui_exports/ui_export_defaults`][UiExportDefaults] module defines the default shape of the uiExports object produced by `collectUiExports()`. The defaults generally describe the `uiExports` from the UI System itself, like default visTypes and such.

[UiApp]: ../ui_apps/ui_app.js "UiApp class definition"
[UiExportTypes]: ./ui_export_defaults.js "uiExport defaults definition"
[UiExportDefaults]: ./ui_export_defaults.js "uiExport defaults definition"
[UiExportTypes]: ./ui_export_types/index.js "Index of default ui_export_types module"
[UiAppExportType]: ./ui_export_types/ui_apps.js "UiApp extension type definition"
[PluginSpec]: ../../plugin_discovery/plugin_spec/plugin_spec.js "PluginSpec class definition"
Expand Down

0 comments on commit 88328a4

Please sign in to comment.