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

remove duplicated lesson and modify link in relative pages #494

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/create/cloud/gcp/index-gcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Launch [Redis Enterprise Cloud page](https://console.cloud.google.com/apis/libra
### Next Steps

- [Connecting to the database using RedisInsight](/explore/redisinsight/)
- [How to list & search Movies database using Redisearch](/howtos/shoppingcart/)
- [How to list & search Movies database using Redisearch](/howtos/redisjson/shoppingcart/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this should link to /howtos/moviesdatabase/getting-started

2 changes: 1 addition & 1 deletion docs/create/gcp/index-gcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Launch [Redis Enterprise Cloud page](https://console.cloud.google.com/apis/libra
### Next Steps

- [Connecting to the database using RedisInsight](/explore/redisinsight/)
- [How to list & search Movies database using Redisearch](/howtos/shoppingcart/)
- [How to list & search Movies database using Redisearch](/howtos/redisjson/shoppingcart/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this should link to /howtos/moviesdatabase/getting-started


##

Expand Down
2 changes: 1 addition & 1 deletion docs/howtos/hackernews/index-hackernews.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -426,5 +426,5 @@ It will require new hash and new JSON record
- [How to store and retrieve nested JSON document](/howtos/redisjson/storing-complex-json-document)
- [Importing JSON data into Redis using NodeJS](/howtos/redisjson/using-nodejs)
- Learn more about [RedisJSON](https://oss.redis.com/redisjson/) in the Quickstart tutorial.
- [How to build shopping cart app using NodeJS and RedisJSON](/howtos/shoppingcart)
- [How to build shopping cart app using NodeJS and RedisJSON](/howtos/redisjson/shoppingcart/)
- [Indexing, Querying, and Full-Text Search of JSON Documents with Redis](https://redis.com/blog/index-and-query-json-docs-with-redis/)
2 changes: 1 addition & 1 deletion docs/howtos/index-howtos.mdx_inprogress
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This page holds a catalog with dozens of ready-to-use app listings from Redis. N
<RedisCard
title="Shopping Cart"
description="Implementing a Shopping Cart using NodeJS & RedisJSON"
page="/howtos/shoppingcart/"
page="/howtos/redisjson/shoppingcart/"
/>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ A JSON object can also have another object. Here is a simple example of a JSON o

- [RU204: Storing, Querying and Indexing JSON at Speed](https://university.redis.com/courses/ru204/) - a course at Redis University
- Learn more about [RedisJSON](https://oss.redis.com/redisjson/) in the Quickstart tutorial.
- [How to build shopping cart app using NodeJS and RedisJSON](/howtos/shoppingcart)
- [How to build shopping cart app using NodeJS and RedisJSON](/howtos/redisjson/shoppingcart/)
- [Indexing, Querying, and Full-Text Search of JSON Documents with Redis](https://redis.com/blog/index-and-query-json-docs-with-redis/)

##
Expand Down
2 changes: 1 addition & 1 deletion docs/howtos/redisjson/using-go/index-usinggo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ Follow the below steps to get started with RedisJSON using Go client.
- [How to store and retrieve nested JSON document](/howtos/redisjson/storing-complex-json-document)
- [Importing JSON data into Redis using NodeJS](/howtos/redisjson/using-nodejs)
- Learn more about [RedisJSON](https://oss.redis.com/redisjson/) in the Quickstart tutorial.
- [How to build shopping cart app using NodeJS and RedisJSON](/howtos/shoppingcart)
- [How to build shopping cart app using NodeJS and RedisJSON](/howtos/redisjson/shoppingcart/)
- [Indexing, Querying, and Full-Text Search of JSON Documents with Redis](https://redis.com/blog/index-and-query-json-docs-with-redis/)
2 changes: 1 addition & 1 deletion docs/howtos/redisjson/using-java/index-usingjava.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ This example just scratches the surface. You can atomically manipulate JSON docu
- [How to store and retrieve nested JSON document](/howtos/redisjson/storing-complex-json-document)
- [Importing JSON data into Redis using NodeJS](/howtos/redisjson/using-nodejs)
- Learn more about [RedisJSON](https://oss.redis.com/redisjson/) in the Quickstart tutorial.
- [How to build shopping cart app using NodeJS and RedisJSON](/howtos/shoppingcart)
- [How to build shopping cart app using NodeJS and RedisJSON](/howtos/redisjson/shoppingcart/)
- [Indexing, Querying, and Full-Text Search of JSON Documents with Redis](https://redis.com/blog/index-and-query-json-docs-with-redis/)
2 changes: 1 addition & 1 deletion docs/howtos/redisjson/using-nodejs/index-usingnodejs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ OK
- [How to store and retrieve nested JSON documents](/howtos/redisjson/storing-complex-json-document)
- [Importing JSON data into Redis using Node.js](/howtos/redisjson/using-nodejs)
- Learn more about [RedisJSON](https://redisjson.io/) in the Quickstart tutorial.
- [How to build a shopping cart app using Node.js and RedisJSON](/howtos/shoppingcart)
- [How to build a shopping cart app using Node.js and RedisJSON](/howtos/redisjson/shoppingcart)
- [Indexing, Querying, and Full-Text Search of JSON Documents with Redis](https://redis.com/blog/index-and-query-json-docs-with-redis/)
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ Select "employee_profile" to display the JSON data
- [How to store and retrieve nested JSON document](/howtos/redisjson/storing-complex-json-document)
- [Importing JSON data into Redis using NodeJS](/howtos/redisjson/using-nodejs)
- Learn more about [RedisJSON](https://oss.redis.com/redisjson/) in the Quickstart tutorial.
- [How to build shopping cart app using NodeJS and RedisJSON](/howtos/shoppingcart)
- [How to build shopping cart app using NodeJS and RedisJSON](/howtos/redisjson/shoppingcart/)
- [Indexing, Querying, and Full-Text Search of JSON Documents with Redis](https://redis.com/blog/index-and-query-json-docs-with-redis/)
Loading