소스 검색

Merge pull request #1688 from porter-dev/nico/fix-provisioner-guide-links

[fix] Fixed aws and gcp provisioner guide links
sunguroku 4 년 전
부모
커밋
df5e18a38b
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 3
      dashboard/src/main/home/provisioner/AWSFormSection.tsx
  2. 1 1
      dashboard/src/main/home/provisioner/GCPFormSection.tsx

+ 1 - 3
dashboard/src/main/home/provisioner/AWSFormSection.tsx

@@ -295,9 +295,7 @@ const AWSFormSectionFC: React.FC<PropsType> = (props) => {
       hosting: "aws",
     });
 
-    window.open(
-      "https://docs.getporter.dev/docs/getting-started-with-porter-on-aws"
-    );
+    window.open("https://docs.porter.run/getting-started/provisioning-on-aws");
   };
 
   return (

+ 1 - 1
dashboard/src/main/home/provisioner/GCPFormSection.tsx

@@ -279,7 +279,7 @@ const GCPFormSectionFC: React.FC<PropsType> = (props) => {
       hosting: "gcp",
     });
 
-    window.open("https://docs.getporter.dev/docs/getting-started-on-gcp");
+    window.open("https://docs.porter.run/getting-started/provisioning-on-gcp");
   };
 
   return (