From defaa221562d43329e30a304ab60918f8a0f97ec Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Wed, 20 May 2015 12:39:04 +0200 Subject: [PATCH] broken links --- tutorials/tree_structure_view.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/tree_structure_view.md b/tutorials/tree_structure_view.md index a36330a74..627352730 100644 --- a/tutorials/tree_structure_view.md +++ b/tutorials/tree_structure_view.md @@ -15,7 +15,7 @@ Series of step below show how to filter out and keep visible only text files and 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 Custom TreeStructureView Provider @@ -74,7 +74,7 @@ public Collection modify(@NotNull AbstractTreeNode parent, @No Compile and run the code sample from this tutorial. Refer to -[Running and Debugging a Plugin](basics/getting_started/running_and_debugging_a_plugin.html) +[Running and Debugging a Plugin](/basics/getting_started/running_and_debugging_a_plugin.html) section to know how this could be done. After going through the steps described above you can see only text files and directories belonging to a project in the Project View.