Skip to content

Commit a5dd737

Browse files
committed
docs: fix link to CHANGELOG.md
1 parent 57ce0f5 commit a5dd737

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

user_guide_src/source/changelogs/v4.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Repo Changes
2727

2828
The devstarter repo has been deprecated.
2929

30-
We now have an automated changelog generated in the CHANGELOG.md file in the main repo. See it for more details.
30+
We now have an automated changelog generated in the `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ file in the main repo. See it for more details.

user_guide_src/source/changelogs/v4.0.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Release Date: May 1, 2020
1010
:depth: 2
1111

1212
Thanks to the community, there have been 74 bugs closed, 21 issues closed, and 88 merged pull requests. These are all
13-
listed in the `changelog <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md/>`_. This is a small
13+
listed in the `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_. This is a small
1414
representation of some of the bigger changes you should know about.
1515

1616
Enhancements

user_guide_src/source/changelogs/v4.1.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ Deprecations
6464
Bugs Fixed
6565
----------
6666

67-
*See the repo's **CHANGELOG.MD** for a complete list of bugs fixed.*
67+
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
6868

6969
- ``BaseConnection::query()`` now returns ``false`` for failed queries (unless ``DBDebug==true``, in which case an exception will be thrown) and returns boolean values for write-type queries as specified in the docs.

0 commit comments

Comments
 (0)