Skip to content

Commit 286e50f

Browse files
committed
Update skeleton ext documentation
1 parent 7bc927c commit 286e50f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

development/extensions/skeleton_extension.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ represents the phpBB Extension Team's best practices for extension coding.
2424

2525
Be sure to reference and familiarise yourself with phpBB's `extension
2626
validation policies <https://www.phpbb.com/extensions/rules-and-policies/validation-policy/>`_
27-
and `coding guidelines <https://area51.phpbb.com/docs/31x/coding-guidelines.html>`_.
27+
and `coding guidelines <https://area51.phpbb.com/docs/dev/master/development/index.html>`_.
2828

2929
How to install
3030
==============
@@ -39,8 +39,8 @@ installed into a phpBB board just the same as any other.
3939
not necessarily intended to be installed on live/production web
4040
sites.
4141

42-
Requirements
43-
------------
42+
Installation Requirements
43+
-------------------------
4444

4545
- A phpBB board, version 3.2.3 or newer.
4646
- PHP version 5.6 or newer.
@@ -814,7 +814,7 @@ distribution such as unit tests and hidden Git files.
814814

815815
To run the build script, use the following console commands:
816816

817-
.. code:: console
817+
.. code:: bash
818818
819819
# Navigate to the root of your extension
820820
$ cd ./path/to/phpBB/vendor/package

0 commit comments

Comments
 (0)