@@ -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 (
@@ -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");