From 61d580c3632ca75817627d126293ea552a4f1d31 Mon Sep 17 00:00:00 2001 From: kenjis Date: Tue, 2 Aug 2022 11:51:16 +0900 Subject: [PATCH] docs: fix link to wrong page --- user_guide_src/source/changelogs/v4.0.4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/changelogs/v4.0.4.rst b/user_guide_src/source/changelogs/v4.0.4.rst index 21828161ea31..46d40b26e9e7 100644 --- a/user_guide_src/source/changelogs/v4.0.4.rst +++ b/user_guide_src/source/changelogs/v4.0.4.rst @@ -16,7 +16,7 @@ Enhancements: - New Testing Feature: :doc:`Fabricator ` makes creating mock classes simple and repeatable in your tests. - Model class can now have the callbacks overridden at runtime. Useful for testing. - A number of improvements to :doc:`Feature Tests ` in general. -- New :doc:`command() helper function ` to programatically run your CLI commands. Useful for testing and cron jobs. +- New :doc:`command() helper function ` to programatically run your CLI commands. Useful for testing and cron jobs. - New command, ``make:seeder`` to generate a :doc:`Database Seed class ` skeleton file. - Colors now available on the CLI within Windows, as well as other Windows-related CLI improvements. - New helper :doc:`mb_url_title ` that functions like ``url_title`` but automatically escapes and extended URL characters.