From 69f9f4990e8ccafbd9b0cb6de850e0d3f742b954 Mon Sep 17 00:00:00 2001 From: Maxim Smakouz Date: Wed, 7 Feb 2024 22:31:03 +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 504edfd..3b86822 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -2,7 +2,6 @@ on: pull_request: null push: branches: - - master - '*.*' name: phpunit @@ -13,7 +12,5 @@ jobs: with: os: >- ['ubuntu-latest'] - php: >- - ['8.1', '8.2'] stability: >- ['prefer-lowest', 'prefer-stable'] diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 02a83d3..eea1d20 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -2,7 +2,6 @@ on: pull_request: null push: branches: - - master - '*.*' name: static analysis @@ -13,5 +12,3 @@ jobs: with: os: >- ['ubuntu-latest'] - php: >- - ['8.1'] diff --git a/README.md b/README.md index 2285ac8..45f2eb9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ RoadRunner includes TCP server and can be used to replace classic TCP setup with

Official Website | - Documentation + Documentation

This repository contains the codebase TCP PHP workers. Check [spiral/roadrunner](https://github.com/spiral/roadrunner) diff --git a/composer.json b/composer.json index a64ae9d..6e804e8 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "homepage": "https://roadrunner.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"