From d1e0c18e54be69ea11588aa3aa57ed09999b34a3 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Wed, 5 Feb 2025 10:32:50 -0500 Subject: [PATCH] Update dashboard.rst (#1080) correct this symlink location --- source/tutorials/tutorials-dashboard-apps/dashboard.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/tutorials-dashboard-apps/dashboard.rst b/source/tutorials/tutorials-dashboard-apps/dashboard.rst index f3d06dd0..e3960010 100644 --- a/source/tutorials/tutorials-dashboard-apps/dashboard.rst +++ b/source/tutorials/tutorials-dashboard-apps/dashboard.rst @@ -23,7 +23,7 @@ Create a Development Dashboard ------------------------------ #. ``clone`` the OOD repository into: ``cd ~/ondemand/misc`` then ``git clone git@github.com:OSC/ondemand.git`` #. Work out of the ``dev`` directory/space: ``cd ~/ondemand/dev/``. -#. Symlink to the ``dashboard`` app in the cloned repository: ``ln -s ../misc/ondemand/apps/dashboard/dashboard/ dashboard`` +#. Symlink to the ``dashboard`` app in the cloned repository: ``ln -s ../misc/ondemand/apps/dashboard/ dashboard`` #. Make a branch and to begin word on your development dashboard: ``git checkout -b dev_work`` #. Rebuild the ood dashboard app: ``bin/setup``. #. Navigate to the Sandbox and launch your ``dashboard`` app to use the ``dev_work``.