Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some broken links #2581

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading