broken links

This commit is contained in:
Anna Bulenkova 2015-06-09 15:01:32 +02:00
parent a55b1819f4
commit 526c79918d
4 changed files with 8 additions and 8 deletions

View File

@ -10,8 +10,8 @@ Action can either be simply a response to some state, or be bound to UI element
These UI elements include main menu, context menus, and toolbars.
* [Working With Custom Actions](tutorials/action_system/working_with_custom_actions.html)
* [Grouping Action](tutorials/action_system/grouping_action.html)
* [Working With Custom Actions](action_system/working_with_custom_actions.html)
* [Grouping Action](action_system/grouping_action.html)
[Plugin source code](https://github.com/JetBrains/intellij-sdk/tree/master/code_samples/register_actions)

View File

@ -11,9 +11,9 @@ title: Basics of working with the Editor
This tutorial will lead you through the series of steps showing how to work with the Editor in IntelliJ IDEA, how access and modify text it contains,
and how to handle events sent to the Editor.
* [1. Working With Text](tutorials/editor_basics/working_with_text.html)
* [2. Editor coordinates system. Positions and offsets](tutorials/editor_basics/coordinates_system.html)
* [3. Handling Editor Events](tutorials/editor_basics/editor_events.html)
* [1. Working With Text](editor_basics/working_with_text.html)
* [2. Editor coordinates system. Positions and offsets](editor_basics/coordinates_system.html)
* [3. Handling Editor Events](editor_basics/editor_events.html)
**Note:** The described part of the API allows to operate only with text.
If you need to access PSI please see

View File

@ -7,8 +7,8 @@ This set of tutorials shows how to manipulate the process of project creation.
Configuring Project Wizard automatically allows you to do the following:
1. [Adding New Steps to Project Wizard](tutorials/project_wizard/adding_new_steps.html)
2. [Supporting Module Types](tutorials/project_wizard/module_types.html)
1. [Adding New Steps to Project Wizard](project_wizard/adding_new_steps.html)
2. [Supporting Module Types](project_wizard/module_types.html)
3. [Handling activities during project creation]()
4. [Initial environment configuration]()

View File

@ -15,7 +15,7 @@ section of
Create an empty plugin project.
See
[Creating a Plugin Project](basics/getting_started/creating_plugin_project.html)
[Creating a Plugin Project](/basics/getting_started/creating_plugin_project.html)
to know how to do it.
## 1. Register a New Configuration Type