Skip to content

Commit b079102

Browse files
committedJun 13, 2022
Fix broken links in the gettiing started doc
Rephrase sentence
1 parent be299c7 commit b079102

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎docs/004-query-data.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The syntax to query a TAG field is @field_name:{value}
131131
4) "1980"
132132
```
133133

134-
You can find more information about the Tag filters in [the documentation](https://oss.redislabs.com/redisearch/master/Query_Syntax/#tag_filters).
134+
You can find more information about the Tag filters in [the documentation](https://redis.io/docs/stack/search/reference/query_syntax/#tag-filters).
135135

136136
---
137137
**Example : *All `Thriller` or `Action` movies that does not have `Jedi` in the title"***
@@ -273,8 +273,8 @@ You can run the following query, and you will that the document expires after 20
273273
## More
274274
You have many additional features regarding indexing and searching that you can find in the documentation:
275275

276-
* [FT.SEARCH command](https://oss.redislabs.com/redisearch/master/Commands/#ftsearch)
277-
* [Query Syntax](https://oss.redislabs.com/redisearch/master/Query_Syntax)
276+
* [FT.SEARCH command](https://redis.io/commands/ft.search)
277+
* [Query Syntax](https://redis.io/docs/stack/search/reference/query_syntax/)
278278

279279

280280
Let's see how to inspect, modify and drop an index.

‎docs/005-manage-index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `FT._LIST` command provides a list of all RediSearch indexes in your databas
3131

3232
### Updating your Indexing
3333

34-
As you are build your application and add more information to the database you may need to add new fields to the index. The `FT.ALTER` command enables you to do this.
34+
As you build your application and add more information to the database you may need to add new fields to the index. The `FT.ALTER` command enables you to do this.
3535

3636
```
3737
> FT.ALTER idx:movie SCHEMA ADD plot TEXT WEIGHT 0.5

0 commit comments

Comments
 (0)