summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-02-10 02:27:31 +0100
committerGitHub <[email protected]>2024-02-10 02:27:31 +0100
commita5f365cac75364fef1b1144056cd4b763ac1c390 (patch)
tree915cdefb55f9a41fc78bb14f9bd8ae5846bd1487
parentbc26c16b5b8e60e8e4809744829d83a63d7df0d8 (diff)
parent7710b9b5946a8299ccd1ac7c8955c6758130551e (diff)
Merge branch 'master' into dependabot/github_actions/golangci/golangci-lint-action-4.0.0
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8ccf55bd..09df2190 100644
--- a/README.md
+++ b/README.md
@@ -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:
----