Skip to content

Commit e1126df

Browse files
authored
Merge branch 'master' into hotfix/v1.10.5
2 parents 59f1049 + e44e6fd commit e1126df

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,53 @@ Vue Storefront is a Community effort brought to You by our great Core Team and s
872872
</a>
873873
</td>
874874
<td align="center" valign="middle">
875+
<a href="https://www.rvsmedia.co.uk/">
876+
<img
877+
src="https://divante.com/partners/Vue-Storefront/rvsmedia_logo.png"
878+
alt="RVS Media"
879+
height="40"
880+
>
881+
</a>
882+
</td>
883+
</tr>
884+
<tr>
885+
<td align="center" valign="middle">
886+
<a href="https://www.hotwax.co/">
887+
<img
888+
src="https://divante.com/partners/Vue-Storefront/HotWax.png"
889+
alt="HotWax"
890+
height="40"
891+
>
892+
</a>
893+
</td>
894+
<td align="center" valign="middle">
895+
<a href="">
896+
<img
897+
src=""
898+
alt=""
899+
height="40"
900+
>
901+
</a>
902+
</td>
903+
<td align="center" valign="middle">
904+
<a href="">
905+
<img
906+
src=""
907+
alt=""
908+
height="40"
909+
>
910+
</a>
911+
</td>
912+
<td align="center" valign="middle">
913+
<a href="">
914+
<img
915+
src=""
916+
alt=""
917+
height="40"
918+
>
919+
</a>
920+
</td>
921+
<td align="center" valign="middle">
875922
<a href="">
876923
<img
877924
src=""

docs/guide/installation/production-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ cd vue-storefront
389389
yarn start
390390
```
391391

392-
Both applications use [`PM2` process manager](https://pm2.io/runtime) in production mode (`start` commands) to manage and respawn the node.js processes when needed.
392+
Both applications use [`PM2` process manager](https://pm2.keymetrics.io/docs/usage/process-management/) in production mode (`start` commands) to manage and respawn the node.js processes when needed.
393393

394394
## Production setup - using Docker / Kubernetes
395395

0 commit comments

Comments
 (0)