Skip to content

Commit

Permalink
Merge pull request redis#2581 from redis/doc-dmaier-quickstarts-patch-1
Browse files Browse the repository at this point in the history
Fixed some broken links
  • Loading branch information
dmaier-redislabs committed Oct 24, 2023
2 parents 928bf6e + 309eb4b commit 7539ed9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/install/install-redis/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ While you can install Redis on any of the platforms listed below, you might also

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:

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


Expand Down Expand Up @@ -162,4 +162,4 @@ The above instructions don't include all of the Redis configuration parameters t

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/).

<hr>
<hr>

0 comments on commit 7539ed9

Please sign in to comment.