Skip to content

Commit 98c6c6d

Browse files
committed
docs: add links to other pages
1 parent b1bb1e9 commit 98c6c6d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

user_guide_src/source/installation/upgrade_views.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ What has been changed
1616

1717
- Your views look much like before, but they are invoked differently ... instead of CI3's
1818
``$this->load->view('x');``, you can use ``return view('x');``.
19-
- CI4 supports *View Cells* to build your response in pieces, and *View Layouts* for page layout.
20-
- The template parser is still there, and substantially enhanced.
19+
- CI4 supports :doc:`../outgoing/view_cells` to build your response in pieces,
20+
and :doc:`../outgoing/view_layouts` for page layout.
21+
- The :doc:`Template Parser <../outgoing/view_parser>` is still there, and substantially enhanced.
2122

2223
Upgrade Guide
2324
=============

0 commit comments

Comments
 (0)