Skip to content

Commit 7539ed9

Browse files
Merge pull request redis#2581 from redis/doc-dmaier-quickstarts-patch-1
Fixed some broken links
2 parents 928bf6e + 309eb4b commit 7539ed9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/install/install-redis/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ While you can install Redis on any of the platforms listed below, you might also
1717

1818
How you install Redis depends on your operating system and whether you'd like to install it bundled with Redis Stack and Redis UI. See the guide below that best fits your needs:
1919

20-
* [Install Redis from Source](/docs/install/install-redis-from-source)
21-
* [Install Redis on Linux](/docs/install/install-redis-on-linux)
22-
* [Install Redis on macOS](/docs/install/install-redis-on-mac-os)
23-
* [Install Redis on Windows](/docs/install/install-redis-on-windows)
20+
* [Install Redis from Source](/docs/install/install-redis/install-redis-from-source)
21+
* [Install Redis on Linux](/docs/install/install-redis/install-redis-on-linux)
22+
* [Install Redis on macOS](/docs/install/install-redis/install-redis-on-mac-os)
23+
* [Install Redis on Windows](/docs/install/install-redis/install-redis-on-windows)
2424
* [Install Redis with Redis Stack and RedisInsight](/docs/install/install-stack/)
2525

2626

@@ -162,4 +162,4 @@ The above instructions don't include all of the Redis configuration parameters t
162162
163163
You should also read the example [redis.conf](/docs/management/config-file/) file, which is heavily annotated to help guide you on making changes. Further details can also be found in the [configuration article on this site](/docs/management/config/).
164164
165-
<hr>
165+
<hr>

0 commit comments

Comments
 (0)