소스 검색

docs link fix

sunguroku 2 년 전
부모
커밋
c6ecb61a96

+ 1 - 1
dashboard/src/legacy/main/home/app-dashboard/validate-apply/services-settings/tabs/Advanced.tsx

@@ -22,7 +22,7 @@ const Advanced: React.FC<AdvancedProps> = ({ index }) => {
           Specify how much time service processes are given to gracefully shut
           Specify how much time service processes are given to gracefully shut
           down when they receive SIGTERM
           down when they receive SIGTERM
           <a
           <a
-            href="https://docs.porter.run/standard/deploying-applications/zero-downtime-deployments#graceful-shutdown"
+            href="https://docs.porter.run/configure/zero-downtime-deployments#graceful-shutdown"
             target="_blank"
             target="_blank"
             rel="noreferrer"
             rel="noreferrer"
           >
           >

+ 1 - 1
dashboard/src/main/home/app-dashboard/validate-apply/services-settings/tabs/Advanced.tsx

@@ -23,7 +23,7 @@ const Advanced: React.FC<AdvancedProps> = ({ index }) => {
           Specify how much time service processes are given to gracefully shut
           Specify how much time service processes are given to gracefully shut
           down when they receive SIGTERM
           down when they receive SIGTERM
           <a
           <a
-            href="https://docs.porter.run/standard/deploying-applications/zero-downtime-deployments#graceful-shutdown"
+            href="https://docs.porter.run/configure/zero-downtime-deployments#graceful-shutdown"
             target="_blank"
             target="_blank"
             rel="noreferrer"
             rel="noreferrer"
           >
           >