Skip to content

Commit c32008d

Browse files
committed
fix: 404 errors on links
1 parent 32f1452 commit c32008d

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This quick start guide focuses exclusively on the **frontend**. To ensure the fu
1616

1717
If you already have your Angular app up and running, skip this step.
1818

19-
We will use the [Angular CLI](https://angular.io/cli) to create a new Angular project. You can replace `my-client` by the name of your front-end app.
19+
We will use the [Angular CLI](https://angular.dev/tools/cli) to create a new Angular project. You can replace `my-client` by the name of your front-end app.
2020

2121
```
2222
ng new my-client

deploy.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ All popular hosting providers have their managed PostgreSQL solutions and there
2424

2525
| Provider | Service Name |
2626
| ------------------- | ----------------------------------------------------------------------------------------------------- |
27-
| **Amazon** | [Amazon Aurora PostgreSQL](https://aws.amazon.com/rds/aurora/postgresql-features/) |
27+
| **Amazon** | [Amazon Aurora PostgreSQL](https://aws.amazon.com/rds/aurora/features/) |
2828
| **Google Cloud** | [Cloud SQL for PostgreSQL](https://cloud.google.com/sql/docs/postgres) |
2929
| **Microsoft Azure** | [Azure Database for PostgreSQL](https://azure.microsoft.com/en-us/products/postgresql/) |
3030
| **Neon** | [Neon Database](https://neon.tech/) |
3131
| **Crunchy Data** | [Crunchy Bridge](https://www.crunchydata.com/products/crunchy-bridge) |
3232
| **Aiven** | [Aiven for PostgreSQL](https://aiven.io/postgresql) |
3333
| **DigitalOcean** | [DigitalOcean Managed PostgreSQL](https://www.digitalocean.com/products/managed-databases-postgresql) |
34-
| **Heroku** | [Heroku Postgres](https://www.heroku.com/postgres) |
34+
| **Heroku** | [Heroku Postgres](https://heroku.com/postgres) |
3535
| **StackGres** | [StackGres](https://stackgres.io/) |
3636
| **Render.com** | [Render PostgreSQL Database](https://render.com/docs/postgresql-creating-connecting) |
3737

@@ -114,12 +114,7 @@ Here are some quick guides to launch your app in a few minutes:
114114
<p>Deploy Manifest on DigitalOcean App Platform</p>
115115
<span>➡️</span>
116116
</a>
117-
118-
<a href="./deploy-fly-io" class="card">
119-
<p>Deploy Manifest on Fly.io</p>
120-
<span>➡️</span>
121-
</a>
122-
117+
123118
<a href="https://manifest.build/integrations/render" class="card">
124119
<p>Deploy Manifest on Render.com</p>
125120
<span>➡️</span>

0 commit comments

Comments
 (0)