From 3d0b0ff85c051ec018435ab895e1ac15f89ef923 Mon Sep 17 00:00:00 2001 From: Dhruv Balwada Date: Wed, 24 Mar 2021 23:03:16 -0700 Subject: [PATCH] Update Server_Deployment.ipynb Fixed small typo. If using `??` the binder takes you to the notebook selection page instead of panel deployment. --- examples/user_guide/Server_Deployment.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/user_guide/Server_Deployment.ipynb b/examples/user_guide/Server_Deployment.ipynb index 5ac6e7471d..114987ee2a 100644 --- a/examples/user_guide/Server_Deployment.ipynb +++ b/examples/user_guide/Server_Deployment.ipynb @@ -111,7 +111,7 @@ "\n", "3. Go to mybinder.org, enter the URL of your GitHub repository and hit ``Launch``\n", "\n", - "4. mybinder.org will give you a link to the deployment, e.g. for the example app it is https://mybinder.org/v2/gh/panel-demos/clifford-interact/master. To visit the app simply append ``??urlpath=/panel/clifford`` where you should replace clifford with the name of the notebook or script you are serving.\n", + "4. mybinder.org will give you a link to the deployment, e.g. for the example app it is https://mybinder.org/v2/gh/panel-demos/clifford-interact/master. To visit the app simply append ``?urlpath=/panel/clifford`` where you should replace clifford with the name of the notebook or script you are serving.\n", "\n", "\n", "#### Heroku\n",