Skip to content

Commit 5dd55f0

Browse files
author
Kyle Banker
committed
minor: fixes
1 parent 02d6d7a commit 5dd55f0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/stack/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ In addition to all of the features of OSS Redis, Redis stack supports:
1616

1717
## Getting started
1818

19-
To get started started with Redis Stack, see the [Getting Started] guide. You may also want to:
19+
To get started started with Redis Stack, see the [Getting Started](/docs/stack/getting-started) guide. You may also want to:
2020

21-
* Install Redis Stack
22-
* See the list of clients supporting Redis Stack
23-
* View the Redis Stack tutorials
21+
* [Install Redis Stack](/docs/stack/get-started/install)
22+
* [See the list of clients supporting Redis Stack](/docs/stack/get-started/clients)
23+
* [View the Redis Stack tutorials](/docs/stack/get-started/tutorials)
2424

2525
If you want to learn more about the vision for Redis Stack, read on.
2626

docs/stack/get-started/tutorials/stack-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Like anything software-related, you need to have some dependencies installed bef
3636

3737
## Starter code
3838

39-
We're not going to code this completely from scratch. Instead, we're provided some starter code for you. Go ahead and clone it to a folder of your convenience:
39+
We're not going to code this completely from scratch. Instead, we've provided some starter code for you. Go ahead and clone it to a folder of your convenience:
4040

4141
git clone [email protected]:redis-developer/express-redis-om-workshop.git
4242

docs/stack/get-started/tutorials/stack-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: Learn how to build with Redis Stack and Python
55
weight: 1
66
---
77

8-
Redis OM Python ([GitHub](https://github.com/redis/redis-om-python) is a Redis client that provides a high leval abstraction 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/) microframework.
8+
[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.
99

10-
We'd love to see what you build with Redis Stack and Redis OM. [Join the Redis community on Discord](https://discord.gg/redis) to chat with us about all things Redis OM and Redis Stack. Read more about Redis OM Python in this [blog post](https://redis.com/blog/introducing-redis-om-for-python/).
10+
We'd love to see what you build with Redis Stack and Redis OM. [Join the Redis community on Discord](https://discord.gg/redis) to chat with us about all things Redis OM and Redis Stack. Read more about Redis OM Python [our announcement blog post](https://redis.com/blog/introducing-redis-om-for-python/).
1111

1212
## Overview
1313

0 commit comments

Comments
 (0)