Skip to content

Commit 72106ab

Browse files
Fixes broken links (#187)
1 parent fd484e8 commit 72106ab

File tree

9 files changed

+15
-0
lines changed

9 files changed

+15
-0
lines changed

docs/stack/get-started/install-stack/binaries.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Install Redis Stack with binaries
33
linkTitle: binaries
44
description: "How to install Redis Stack using tarballs"
55
weight: 5
6+
alias:
7+
- /docs/stack/get-started/install/binaries/
8+
69
---
710

811
## Start Redis Stack Server

docs/stack/get-started/install-stack/docker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Run Redis Stack on Docker
33
linkTitle: Docker
44
description: "How to install Redis Stack using Docker"
55
weight: 2
6+
alias:
7+
- /docs/stack/get-started/install/docker/
68
---
79

810
To get started with Redis Stack using Docker, you first need to select a Docker image:

docs/stack/get-started/install-stack/linux.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Install Redis Stack on Linux
33
linkTitle: Linux
44
description: "How to install Redis Stack on Linux"
55
weight: 4
6+
alias:
7+
- /docs/stack/get-started/install/linux/
68
---
79

810
Learn how to install Redis Stack on Linux from the official repository, RPM feed, with snap, or AppImage.

docs/stack/get-started/install-stack/mac-os.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Install Redis Stack on macOS
33
linkTitle: macOS
44
description: "How to install Redis Stack on macOS"
55
weight: 3
6+
alias:
7+
- /docs/stack/get-started/install/mac-os/
68
---
79

810
To install Redis Stack on macOS, use [Homebrew](https://brew.sh/). Make sure that you have [Homebrew installed](https://docs.brew.sh/Installation) before starting on the installation instructions below.

docs/stack/get-started/install-stack/windows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Install Redis Stack on Windows
33
linkTitle: Windows
44
description: "How to install Redis Stack on Windows"
55
weight: 1
6+
alias:
7+
- /docs/stack/get-started/install/windows/
68
---
79

810
To install Redis Stack on Windows, you will need to have Docker installed. When Docker is up and running, open Windows PowerShell and follow the instructions described in [Run Redis Stack on Docker](/docs/stack/get-started/install/docker). Then, use Docker to connect with `redis-cli` as explained in that topic.

docs/stack/get-started/om-clients/stack-dotnet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ weight: 10
66
stack: true
77
aliases:
88
- /docs/stack/get-started/tutorials/stack-dotnet/
9+
- /docs/clients/stack-dotnet/
910
---
1011

1112
[Redis OM .NET](https://github.com/redis/redis-om-dotnet) is a purpose-built library for handling documents in Redis Stack. In this tutorial, we'll build a simple ASP.NET Core Web-API app for performing CRUD operations on a simple Person & Address model, and we'll accomplish all of this with Redis OM .NET.

docs/stack/get-started/om-clients/stack-node.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ weight: 30
66
stack: true
77
aliases:
88
- /docs/stack/get-started/tutorials/stack-node/
9+
- /docs/clients/stack-node/
910
---
1011

1112
This tutorial will show you how to build an API using Node.js and Redis Stack.

docs/stack/get-started/om-clients/stack-python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ weight: 40
66
stack: true
77
aliases:
88
- /docs/stack/get-started/tutorials/stack-python/
9+
- /docs/clients/stack-python/
910
---
1011

1112
[Redis OM Python](https://github.com/redis/redis-om-python) is a Redis client that provides high-level abstractions for managing document data in Redis. This tutorial shows you how to get up and running with Redis OM Python, Redis Stack, and the [Flask](https://flask.palletsprojects.com/) micro-framework.

docs/stack/get-started/om-clients/stack-spring.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ weight: 20
66
stack: true
77
aliases:
88
- /docs/stack/get-started/tutorials/stack-spring/
9+
- /docs/clients/stack-spring/
910
---
1011

1112
Redis Stack provides a seamless and straightforward way to use different data models and functionality from Redis, including a document store, a time series data database, probabilistic data structures, and a full-text search engine.

0 commit comments

Comments
 (0)