Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b75f3a

Browse files
breandanbreandan
authored andcommittedAug 6, 2015
Replaced internal .html links with .md extension
Find: (\([^:\)]+\.)html\) Replace: $1md\)
1 parent 8f2edb4 commit 7b75f3a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+228
-228
lines changed
 

‎basics.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ title: Quick Start Guide
55
This section covers the basics of working with *IntelliJ Platform*.
66
It will familiarize you with the working environment, project structure, and frequently used API components.
77

8-
* [Main Types of IntelliJ IDEA Plugins](basics/types_of_plugins.html)
9-
* [Getting Started](basics/getting_started.html)
10-
* [Architectural Overview](basics/architectural_overview.html)
11-
* [Project Structure](basics/project_structure.html)
12-
* [Check Out And Build Community Edition](basics/checkout_and_build_community.html)
13-
* [IDE Settings, Caches, Logs, and Plugins](basics/settings_caches_logs.html)
14-
* [Indexing and PSI Stubs](basics/indexing_and_psi_stubs.html)
15-
* [Run Configurations](basics/run_configurations.html)
16-
* [Testing Plugins](basics/testing_plugins.html)
8+
* [Main Types of IntelliJ IDEA Plugins](basics/types_of_plugins.md)
9+
* [Getting Started](basics/getting_started.md)
10+
* [Architectural Overview](basics/architectural_overview.md)
11+
* [Project Structure](basics/project_structure.md)
12+
* [Check Out And Build Community Edition](basics/checkout_and_build_community.md)
13+
* [IDE Settings, Caches, Logs, and Plugins](basics/settings_caches_logs.md)
14+
* [Indexing and PSI Stubs](basics/indexing_and_psi_stubs.md)
15+
* [Run Configurations](basics/run_configurations.md)
16+
* [Testing Plugins](basics/testing_plugins.md)

‎basics/action_system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public class MyPluginRegistration implements ApplicationComponent {
147147
```
148148

149149
Note, that the sample ```TextBoxes``` class is described in
150-
[Getting Started with Plugin Development](/basics/getting_started.html).
150+
[Getting Started with Plugin Development](/basics/getting_started.md).
151151

152152
To ensure that your plugin is initialized on IDEA start-up, make the following changes to the `<application-components>` section of the plugin.xml file:
153153

0 commit comments

Comments
 (0)
Please sign in to comment.