Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9d10ee5

Browse files
committed
Reviewed titles, file names and toc entries
1 parent 1b5964f commit 9d10ee5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/_data/toc/extension-best-practices.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ pages:
4343
url: /ext-best-practices/phpstorm/code-inspection.html
4444

4545
- label: New features
46-
url: /ext-best-practices/phpstorm/extra.html
46+
url: /ext-best-practices/phpstorm/new-features.html
4747

4848
- label: Issue reporting
4949
url: /ext-best-practices/phpstorm/issue-reporting.html
5050

51-
- label: Inspections
52-
url: /ext-best-practices/phpstorm/inspections.html
51+
- label: Adding code inspections
52+
url: /ext-best-practices/phpstorm/adding-code-inspections.html
5353

5454
- label: Run the Upgrade Compatibility Tool
5555
url: /ext-best-practices/phpstorm/uct-run-configuration.html

src/contributor-guide/phpstorm-code-inspections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ See the [Code generation]({{site.baseurl}}/guides/v2.3/ext-best-practices/phpsto
99

1010
The PHPStorm plugin includes shortcuts for functional testing, RequireJS mapping, GraphQL, plugin declaration inspection, code generation, and much more.
1111

12-
See the [Adding Code Inspections]({{site.baseurl}}/guides/v2.3/ext-best-practices/phpstorm/inspections.html) topic for more information on static code analysis.
12+
See the [Adding Code Inspections]({{site.baseurl}}/guides/v2.3/ext-best-practices/phpstorm/adding-code-inspections.html) topic for more information on static code analysis.

src/guides/v2.3/ext-best-practices/phpstorm/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ See the [Code generation]({{site.baseurl}}/guides/v2.3/ext-best-practices/phpsto
1111

1212
The PHPStorm plugin includes shortcuts for Functional Testing, Require JS mapping, GraphQL, Plugin declaration inspection, code generation, and many more.
1313

14-
See the [Adding Code Inspections]({{site.baseurl}}/guides/v2.3/ext-best-practices/phpstorm/inspections.html) topic for more information on static code analysis.
14+
See the [Adding Code Inspections]({{site.baseurl}}/guides/v2.3/ext-best-practices/phpstorm/adding-code-inspections.html) topic for more information on static code analysis.

0 commit comments

Comments
 (0)