Skip to content

Commit

Permalink
Merge pull request #23 from roadrunner-php/docs
Browse files Browse the repository at this point in the history
Fix documentation links
  • Loading branch information
msmakouz authored Feb 7, 2024
2 parents a5d6744 + 5d4ea04 commit 945a234
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on:
pull_request: null
push:
branches:
- master
- '*.*'

name: phpunit
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on:
pull_request: null
push:
branches:
- master
- '*.*'

name: static analysis
Expand All @@ -13,5 +12,3 @@ jobs:
with:
os: >-
['ubuntu-latest']
php: >-
['8.3']
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"homepage": "https://spiral.dev/",
"support": {
"docs": "https://roadrunner.dev/docs",
"docs": "https://docs.roadrunner.dev",
"issues": "https://github.com/roadrunner-server/roadrunner/issues",
"forum": "https://forum.roadrunner.dev/",
"chat": "https://discord.gg/V6EK4he"
Expand Down

0 comments on commit 945a234

Please sign in to comment.