Skip to content

Commit 043b373

Browse files
authored
Update README.md
Fix broken links
1 parent 18990b9 commit 043b373

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
1818
Supports configurable, Eclipse like, save actions, including "optimize imports", "reformat code", "rearrange code", "compile file" and some quick fixes like "add / remove 'this' qualifier", etc. The plugin executes the configured actions when the file is synchronized (or saved) on disk.
1919

20-
Using the save actions plugin makes your code cleaner and more uniform across your code base by enforcing your code style and code rules every time you save. The settings file (see [files location](#files-location)) can be shared in your development team so that every developer has the same configuration.
20+
Using the save actions plugin makes your code cleaner and more uniform across your code base by enforcing your code style and code rules every time you save. The settings file (see [files location](./USAGE.md#files-location)) can be shared in your development team so that every developer has the same configuration.
2121

22-
The code style applied by the save actions plugin is the one configured your settings at "File > Settings > Editor > Code Style". For some languages, custom formatter (Dartfmt, Prettier, etc.) may also be triggered by the save actions plugin. See the [Editor Actions](#editor-actions) configuration for more information.
22+
The code style applied by the save actions plugin is the one configured your settings at "File > Settings > Editor > Code Style". For some languages, custom formatter (Dartfmt, Prettier, etc.) may also be triggered by the save actions plugin. See the [Editor Actions](./USAGE.md#editor-actions) configuration for more information.
2323

2424
## Features
2525

@@ -33,8 +33,8 @@ The code style applied by the save actions plugin is the one configured your set
3333
- Include / exclude files with regex support
3434
- Works on any file type (Java, Python, XML, etc.)
3535
- Launch any editor action using "quick lists"
36-
- Uses a settings file per project you can commit (see [Files location](#files-location))
37-
- Available keymaps and actions for activation (see [Keymap and actions](#keymap-and-actions))
36+
- Uses a settings file per project you can commit (see [Files location](./USAGE.md#files-location))
37+
- Available keymaps and actions for activation (see [Keymap and actions](./USAGE.md#keymap-and-actions))
3838

3939
<img src="./assets/intellij-save-actions-plugin-settings-page.png" alt="Save actions plugin settings page" height=500 />
4040

@@ -44,8 +44,8 @@ Works in JetBrains IDE with Java support, like Intellij IDEA and AndroidStudio.
4444

4545
- Compile project after save (if compiling is available)
4646
- Reload debugger after save (if compiling is available)
47-
- Eclipse configuration file `.epf` support (see [Eclipse support](#eclipse-support))
48-
- Automatically fix Java inspections (see [Java quick fixes](#java-fixes))
47+
- Eclipse configuration file `.epf` support (see [Eclipse support](./USAGE.md#eclipse-support))
48+
- Automatically fix Java inspections (see [Java quick fixes](./USAGE.md#java-fixes))
4949

5050
<img src="./assets/intellij-save-actions-plugin-settings-page-java.png" alt="Save actions plugin settings page for Java" height=600 />
5151

0 commit comments

Comments
 (0)