Skip to content

Commit 03fa2bb

Browse files
anuraagazoewangg
authored andcommitted
Link to raw IDE files instead of GitHub index pages
1 parent cf6a6dc commit 03fa2bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/GettingStarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
### Development Environment Setup Tips
1010
If you use IntelliJ IDEA, we include some helpful config files that will make your development experience smoother:
11-
- [intellij-codestyle.xml](https://github.com/aws/aws-sdk-java-v2/blob/master/build-tools/src/main/resources/software/amazon/awssdk/intellij-codestyle.xml)
11+
- [intellij-codestyle.xml](https://raw.githubusercontent.com/aws/aws-sdk-java-v2/master/build-tools/src/main/resources/software/amazon/awssdk/intellij-codestyle.xml)
1212

1313
This will help ensure your code follows our code style guidelines.
1414

15-
- [intellij-copyright-profile.xml](https://github.com/aws/aws-sdk-java-v2/blob/master/build-tools/src/main/resources/software/amazon/awssdk/intellij-copyright-profile.xml)
15+
- [intellij-copyright-profile.xml](https://raw.githubusercontent.com/aws/aws-sdk-java-v2/master/build-tools/src/main/resources/software/amazon/awssdk/intellij-copyright-profile.xml)
1616

1717
This automatically inserts the license header to the top of source files that you create.
1818

1919
If you have Checkstyle integrated with your IDE, we also recommend
2020
configuring it with our
21-
[Checkstyle config](https://github.com/aws/aws-sdk-java-v2/blob/master/build-tools/src/main/resources/software/amazon/awssdk/checkstyle.xml)
21+
[Checkstyle config](https://raw.githubusercontent.com/aws/aws-sdk-java-v2/master/build-tools/src/main/resources/software/amazon/awssdk/checkstyle.xml)
2222
so you can see any violations in line with the code.
2323

2424
### Building

0 commit comments

Comments
 (0)