You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Introduction
5
5
6
6

7
7
8
-
This is the sample application codebase for RU102J, [Redis for Java Developers](https://university.redis.com/courses/ru102j/) at[Redis University](https://university.redis.com).
8
+
This is the sample application codebase for RU102J, [Redis for Java Developers](https://university.redis.io/learningpath/kllayn0wtd847i) on[Redis University](https://university.redis.com).
9
9
10
10
Solutions to the course programming challenges can be found on the `solutions` branch.
11
11
@@ -107,7 +107,7 @@ To rebuild the application without running the tests:
107
107
mvn package -DskipTests
108
108
```
109
109
110
-
Optional (but Recommended): RedisInsight
110
+
Optional (But recommended): RedisInsight
111
111
---
112
112
113
113
RedisInsight is a graphical tool for viewing data in Redis and managing Redis server instances. You don't need to install it to be successful with this course, but we recommend it as a good way of viewing data stored in Redis.
0 commit comments