Skip to content

Commit 5c650a7

Browse files
authored
update link to java programming books (exercism#2070)
1 parent 2c4172b commit 5c650a7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@ exercises/*/bin
1616
exercises/*/.classpath
1717
exercises/*/.project
1818
exercises/*/.settings/
19+
exercises/gradle/
20+
exercises/gradlew
21+
exercises/gradlew.bat
1922
_template/bin
2023
_template/.classpath
2124
_template/.project
2225
_template/.settings/
26+
_template/gradle/
27+
_template/gradlew
28+
_template/gradlew.bat
2329
*.class

docs/RESOURCES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* [Stack Overflow](http://stackoverflow.com/questions/tagged/java).
44
* [The Java subreddit](https://www.reddit.com/r/java)
55
* [Official Java documentation](https://docs.oracle.com/en/java/javase/11/docs/api/index.html)
6-
* [Java Programming Books](https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md#java)
6+
* [Java Programming Books](https://github.com/EbookFoundation/free-programming-books/blob/main/books/free-programming-books-langs.md#java)

0 commit comments

Comments
 (0)