From f41df5a800478ca57baf2f8c95f18993ad28ef33 Mon Sep 17 00:00:00 2001 From: gaoyl Date: Wed, 2 Jan 2019 13:45:17 +0800 Subject: [PATCH] Fix folder path in "AngularJS Topic Guide" Change-Id: I319b12f85bd03b4e12395fbdeff54650a11d7456 --- doc/source/contributor/topics/angularjs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/topics/angularjs.rst b/doc/source/contributor/topics/angularjs.rst index a2a1382aeb..5aa2e2bb2b 100644 --- a/doc/source/contributor/topics/angularjs.rst +++ b/doc/source/contributor/topics/angularjs.rst @@ -84,8 +84,8 @@ Code that isn't shared beyond a single dashboard is placed in enabled or disabled using Horizon's plugin mechanism. Therefore no dashboards other than ``mydashboard`` can safely use this code. -The ``openstack_dashboard/dashboards/static`` directory structure determines -how the code is deployed and matches the module structure. +The ``openstack_dashboard/dashboards/mydashboard/static`` directory structure +determines how the code is deployed and matches the module structure. For example: ::