Skip to content

Commit 45dc2b8

Browse files
authored
docs: fix broken link kubernetes.md (#1499)
1 parent 13c8c2a commit 45dc2b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ If you prefer to use a managed DBMS like [Heroku Postgres](https://www.heroku.co
115115
--set postgresql.url=pgsql://username:password@host/database?serverVersion=13
116116

117117
Finally, build the `pwa` (client and admin) JavaScript apps and [deploy them on a static
118-
website hosting service](https://create-react-app.dev/docs/deployment/).
118+
site hosting service](https://create-react-app.dev/docs/deployment/).
119119

120120
## Access the container
121121

@@ -165,7 +165,7 @@ You have to use the *.image.pullPolicy=Always see the last 3 parameters.
165165

166166
## GitHub Actions Example for deployment
167167

168-
You can find a [complete deploy command for GKE](https://github.com/api-platform/demo/blob/main/.github/workflows/deploy.yml) on the [demo project](https://github.com/api-platform/demo/):
168+
You can find a [complete deploy command for GKE](https://github.com/api-platform/demo/blob/main/.github/workflows/cd.yml) on the [demo project](https://github.com/api-platform/demo/):
169169

170170
## Symfony Messenger
171171

0 commit comments

Comments
 (0)