File tree 1 file changed +4
-4
lines changed
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.
24
24
25
25
Be sure to reference and familiarise yourself with phpBB's `extension
26
26
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 >`_.
28
28
29
29
How to install
30
30
==============
@@ -39,8 +39,8 @@ installed into a phpBB board just the same as any other.
39
39
not necessarily intended to be installed on live/production web
40
40
sites.
41
41
42
- Requirements
43
- ------------
42
+ Installation Requirements
43
+ -------------------------
44
44
45
45
- A phpBB board, version 3.2.3 or newer.
46
46
- PHP version 5.6 or newer.
@@ -814,7 +814,7 @@ distribution such as unit tests and hidden Git files.
814
814
815
815
To run the build script, use the following console commands:
816
816
817
- .. code :: console
817
+ .. code :: bash
818
818
819
819
# Navigate to the root of your extension
820
820
$ cd ./path/to/phpBB/vendor/package
You can’t perform that action at this time.
0 commit comments