From f71060d24810eb0dd9a232a2f462aea27d395103 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 23 Apr 2024 00:17:11 +0300 Subject: [PATCH] Update docs/internals.md --- docs/internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals.md b/docs/internals.md index ef7dc88a..4966a62b 100644 --- a/docs/internals.md +++ b/docs/internals.md @@ -2,7 +2,7 @@ ## Github actions -All our packages have github actions by default, so you can test your [contribution](https://github.com/yiisoft/db-mysql/blob/master/.github/CONTRIBUTING.md) in the cloud. +All our packages have github actions by default, so you can test your [contribution](https://github.com/yiisoft/db-sqlite/blob/master/.github/CONTRIBUTING.md) in the cloud. > Note: We recommend pull requesting in draft mode until all tests pass.