From 88328a4bc8302c63ce953809fa0c6eb51e23692f Mon Sep 17 00:00:00 2001 From: spalger Date: Mon, 4 Dec 2017 22:42:04 -0700 Subject: [PATCH] [uiExports/readme] fix link --- src/ui/ui_exports/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/ui_exports/README.md b/src/ui/ui_exports/README.md index 05a142e598f9d2..ab81febe679938 100644 --- a/src/ui/ui_exports/README.md +++ b/src/ui/ui_exports/README.md @@ -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"