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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Introduction
4
4
5
-
This is the sample application codebase for RU102JS, [Redis for JavaScript Developers](https://university.redislabs.com/courses/ru102js/) at [Redis University](https://university.redislabs.com).
5
+
This is the sample application codebase for RU102JS, [Redis for JavaScript Developers](https://university.redis.com/courses/ru102js/) at [Redis University](https://university.redis.com).
6
6
7
7
Solutions to the course programming challenges can be found on the `solutions` branch.
8
8
@@ -13,11 +13,11 @@ In order to start and run this application, you will need:
13
13
*[Node.js](https://nodejs.org/en/download/) (8.9.4 or newer, we recommend using the current Long Term Stable version)
14
14
* npm (installed with Node.js)
15
15
* Access to a local or remote installation of [Redis](https://redis.io/download) version 5 or newer (local preferred)
16
-
* If you want to try the RedisTimeSeries exercises, you'll need to make sure that your Redis installation also has the [RedisTimeSeries Module](https://oss.redislabs.com/redistimeseries/) installed
16
+
* If you want to try the RedisTimeSeries exercises, you'll need to make sure that your Redis installation also has the [RedisTimeSeries Module](https://oss.redis.com/redistimeseries/) installed
17
17
18
18
If you're using Windows, check out the following resources for help with running Redis:
19
19
20
-
*[Redis Labs Blog - Running Redis on Windows 10](https://redislabs.com/blog/redis-on-windows-10/)
20
+
*[Redis Labs Blog - Running Redis on Windows 10](https://redis.com/blog/redis-on-windows-10/)
21
21
*[Microsoft - Windows Subsystem for Linux Installation Guide for Windows 10](https://docs.microsoft.com/en-us/windows/wsl/install-win10)
22
22
23
23
# Setup
@@ -134,4 +134,4 @@ npm run lint
134
134
135
135
# Subscribe to our YouTube Channel
136
136
137
-
We'd love for you to [check out our YouTube channel](https://youtube.com/redislabs), and subscribe if you want to see more Redis videos!
137
+
We'd love for you to [check out our YouTube channel](https://youtube.com/redisinc), and subscribe if you want to see more Redis videos!
0 commit comments