From d15de2f855444237bdf9caccf923be0d850dc028 Mon Sep 17 00:00:00 2001 From: Alexis Sellier Date: Fri, 26 Aug 2022 22:15:07 +0200 Subject: [PATCH] Change ConfigPartial ref for open feature --- docs/pages/configuration/dev/connections/open.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/configuration/dev/connections/open.mdx b/docs/pages/configuration/dev/connections/open.mdx index c58e202998..bb07701dbe 100644 --- a/docs/pages/configuration/dev/connections/open.mdx +++ b/docs/pages/configuration/dev/connections/open.mdx @@ -4,7 +4,7 @@ sidebar_label: Auto-Open URLs --- import FragmentWorkflowOpenLinks from '../../../_partials/workflow-open-links.mdx'; -import ConfigPartial from '../../_partials/v2beta1/dev/restartHelper.mdx' +import ConfigPartial from '../../_partials/v2beta1/dev/open.mdx' DevSpace allows you to define URLs that should open after deploying an application in development mode, i.e. using `devspace dev`.