From b45000cdc4b9f5d41cb1a8e425ceb7703a9cfb88 Mon Sep 17 00:00:00 2001 From: Maxim Smakouz Date: Wed, 7 Feb 2024 20:40:37 +0200 Subject: [PATCH] Fix documentation links --- .github/workflows/phpunit.yml | 3 --- .github/workflows/psalm.yml | 3 --- README.md | 2 +- composer.json | 2 +- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 854efaa..8cbe737 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -1,7 +1,6 @@ on: push: branches: - - master - '*.*' pull_request: null @@ -13,7 +12,5 @@ jobs: with: os: >- ['ubuntu-latest'] - php: >- - ['8.1', '8.2'] stability: >- ['prefer-stable', 'prefer-lowest'] diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index bdb570c..adf59f0 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -1,7 +1,6 @@ on: push: branches: - - master - '*.*' pull_request: null @@ -13,5 +12,3 @@ jobs: with: os: >- ['ubuntu-latest'] - php: >- - ['8.1'] diff --git a/README.md b/README.md index e91430d..d710fd4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ RoadRunner includes PSR-7/PSR-17 compatible HTTP and HTTP/2 server and can be us

Official Website | - Documentation + Documentation

Repository: diff --git a/composer.json b/composer.json index f86adb4..6f56bc0 100644 --- a/composer.json +++ b/composer.json @@ -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"