From 64bb5570221e10b52e8426b94d60de40303ce206 Mon Sep 17 00:00:00 2001 From: Maxim Smakouz Date: Wed, 7 Feb 2024 22:20:28 +0200 Subject: [PATCH] Fix documentation links --- .github/workflows/phpunit.yml | 3 --- .github/workflows/psalm.yml | 3 --- README.md | 4 ++-- composer.json | 2 +- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5e1b7c4..af84cc7 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'] 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 65d716f..2ef3106 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Codecov](https://codecov.io/gh/spiral/roadrunner-kv/branch/master/graph/badge.svg)](https://codecov.io/gh/spiral/roadrunner-kv/) [![Total Downloads](https://poser.pugx.org/spiral/roadrunner-kv/downloads)](https://packagist.org/packages/spiral/roadrunner-kv) -[Documentation](https://roadrunner.dev/docs/plugins-kv/2.x/en) | [Framework Bundle](https://github.com/spiral/framework) +[Documentation](https://docs.roadrunner.dev/key-value/overview-kv) | [Framework Bundle](https://github.com/spiral/framework) This repository contains the codebase PSR-16 PHP cache bridge using kv RoadRunner plugin. @@ -45,7 +45,7 @@ kv: > **Note** > Read more about all available drivers on the -> [documentation](https://roadrunner.dev/docs) page. +> [documentation](https://docs.roadrunner.dev) page. After starting the server with this configuration, one driver named "`test`" will be available to you. diff --git a/composer.json b/composer.json index 2004402..4b5bfc9 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,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"