File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ represents the phpBB Extension Team's best practices for extension coding.
2424
2525Be sure to reference and familiarise yourself with phpBB's `extension
2626validation 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
2929How 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
815815To 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
You can’t perform that action at this time.
0 commit comments