Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="App Engine to Cloud Run">
<meta name="twitter:description" content="Helper tool to migrate an App Engine service to a Cloud Run service.">
<meta name="twitter:image" content="https://googlecloudplatform.github.io/app-engine-cloud-run-converter/images/app-engine-to-cloud-run.png">
<meta name="twitter:image" content="https://googlecloudplatform.github.io/migrate-from-app-engine-to-cloud-run/images/app-engine-to-cloud-run.png">

<meta property="og:type" content="profile">
<meta property="og:title" content="App Engine to Cloud Run">
<meta property="og:description" content="Helper tool to migrate an App Engine service to a Cloud Run service.">
<meta property="og:url" content="https://googlecloudplatform.github.io/app-engine-cloud-run-converter/">
<meta property="og:image" content="https://googlecloudplatform.github.io/app-engine-cloud-run-converter/images/app-engine-to-cloud-run.png">
<meta property="og:url" content="https://googlecloudplatform.github.io/migrate-from-app-engine-to-cloud-run/">
<meta property="og:image" content="https://googlecloudplatform.github.io/migrate-from-app-engine-to-cloud-run/images/app-engine-to-cloud-run.png">

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "SoftwareApplication",
"url": "https://googlecloudplatform.github.io/app-engine-cloud-run-converter",
"url": "https://googlecloudplatform.github.io/migrate-from-app-engine-to-cloud-run",
"name": "App Engine to Cloud Run",
"abstract": "Helper tool to migrate an App Engine service to a Cloud Run service.",
"image": "https://googlecloudplatform.github.io/app-engine-cloud-run-converter/images/app-engine-to-cloud-run.png"
"image": "https://googlecloudplatform.github.io/migrate-from-app-engine-to-cloud-run/images/app-engine-to-cloud-run.png"
}
</script>
</head>
Expand Down