Skip to content

Commit b39d5df

Browse files
authored
Merge pull request #10 from coder/platforms
rename quickstart to platforms
2 parents a372d42 + 74bd7d5 commit b39d5df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/aws/submit_ami.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DETAILS_JSON_AS_STRING=$(echo '
3939
"OperatingSystemName": "UBUNTU",
4040
"OperatingSystemVersion": "22.04"
4141
},
42-
"UsageInstructions": "See https://coder.com/docs/v2/latest/quickstart/aws for usage instructions.",
42+
"UsageInstructions": "See https://coder.com/docs/v2/latest/platforms/aws for usage instructions.",
4343
"RecommendedInstanceType": "t2.xlarge",
4444
"SecurityGroups": [
4545
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Install [Coder](https://github.com/coder/coder) to your preferred cloud with a p
88
| <img src="./assets/fly.io.svg" alt="Fly.io Logo" width="100" height="100" /> | Fly.io | Live ✅ | [Blog: Run Coder on Fly.io](https://coder.com/blog/remote-developer-environments-on-fly-io) | [Deploy Coder on FLy.io](https://coder.com/blog/remote-developer-environments-on-fly-io) |
99
| <img src="https://railway.app/brand/logo-light.svg" alt="Railway.app Logo" width="100" height="100" /> | Railway.app | Live ✅ | | [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/cUQ8_P?referralCode=tfH8Uw) |
1010
| <img src="./assets/eks.svg" alt="AWS EKS Logo" width="100" height="100" /> | AWS EKS | In progress | [Docs: Coder on Kubernetes](https://coder.com/docs/v2/latest/install/kubernetes) | [Deploy from AWS Marketplace](https://example.com) |
11-
| <img src="./assets/gce.svg" alt="Google Compute Engine logo" width="100" height="100" /> | Google Compute Engine | Considering | [Quickstart: Google Compute Engine](https://coder.com/docs/v2/latest/quickstart/google-cloud-platform) | |
11+
| <img src="./assets/gce.svg" alt="Google Compute Engine logo" width="100" height="100" /> | Google Compute Engine | Considering | [Guide: Google Compute Engine](https://coder.com/docs/v2/latest/platforms/google-cloud-platform) | |

0 commit comments

Comments
 (0)