diff options
author | Valery Piashchynski <[email protected]> | 2024-02-10 02:26:39 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-10 02:26:39 +0100 |
commit | 7710b9b5946a8299ccd1ac7c8955c6758130551e (patch) | |
tree | ca0625123b22899ff43b34590838735e1e96f811 /README.md | |
parent | aff2f871c284d5dc86196108eb7b896948994191 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -41,7 +41,7 @@ It supports running as a service with the ability to extend its functionality on <p align="center"> <a href="https://roadrunner.dev/"><b>Official Website</b></a> | <a href="https://docs.roadrunner.dev/"><b>Documentation</b></a> | - <a href="https://forum.roadrunner.dev"><b>Forum</b></a> | + <a href="https://github.com/orgs/roadrunner-server/discussions"><b>Forum</b></a> | <a href="https://github.com/orgs/roadrunner-server/projects/4"><b>Release schedule</b></a> </p> @@ -121,7 +121,7 @@ logs: level: error ``` -> Read more in [Documentation](https://roadrunner.dev/docs). +> Read more in [Documentation](https://docs.roadrunner.dev). Example Worker: -------- @@ -157,7 +157,7 @@ while ($req = $worker->waitRequest()) { --- -### Available Plugins: [link](https://roadrunner.dev/docs) +### Available Plugins: [link](https://docs.roadrunner.dev) Run: ---- |