Skip to content

Commit 29f35d9

Browse files
authored
DEV/OP: fix a few broken links (#1294)
1 parent 3e712be commit 29f35d9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/develop/interact/search-and-query/advanced-concepts/query_syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Finally, there's new [`FT.SEARCH`]({{< relref "commands/ft.search/" >}}) syntax
182182

183183
Here's an example using two stacked polygons that represent a box contained within a house.
184184

185-
![two stacked polygons]({{< relref "develop/interact/search-and-query/img/polygons.png" >}})
185+
{{< image filename="develop/interact/search-and-query/img/polygons.png" >}}
186186

187187
First, create an index using a `FLAT` `GEOSHAPE`, representing a 2D X Y coordinate system.
188188

content/develop/interact/search-and-query/advanced-concepts/stemming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For further details see the [Snowball Stemmer website](https://snowballstem.org/
2727
Stemming maps different forms of the same word to a common root - "stem" - for example, the English stemmer maps *studied* ,*studies* and *study* to *studi* . So a searching for *studied* would also find documents which only have the other forms.
2828

2929

30-
In order to define which language the Stemmer should apply when building the index, you need to specify the `LANGUAGE` parameter for the entire index or for the specific field. For more details check the [FT.CREATE]({{< relref "develop/commands/ft.create" >}}) syntax.
30+
In order to define which language the Stemmer should apply when building the index, you need to specify the `LANGUAGE` parameter for the entire index or for the specific field. For more details check the [FT.CREATE]({{< relref "commands/ft.create" >}}) syntax.
3131

3232
**Create a index with language definition**
3333

content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph/graph-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Alex's updated friend count: [[1]]
217217

218218
You can use the [Redis Insight]({{< relref "/develop/tools/insight" >}}) workbench to visualize the relationships between the nodes of your graph.
219219

220-
1. Connect to your database with Redis Insight. You can [connect manually]({{< relref "develop/connect/insight/#add-a-standalone-redis-database" >}}) or use the [auto-discovery]({{< relref "develop/connect/insight/#auto-discovery-for-redis-cloud-databases" >}}) feature.
220+
1. Connect to your database with Redis Insight. You can [connect manually]({{< relref "develop/tools/insight#add-a-standalone-redis-database" >}}) or use the [auto-discovery]({{< relref "develop/tools/insight#auto-discovery-for-redis-cloud-databases" >}}) feature.
221221

222222
1. Select the **Workbench** button:
223223

content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/Debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ After loading the library and executing the function with `TFCALL`, you'll see s
4646

4747
### Use Redis pub/sub
4848

49-
If you don't have access to your Redis database log files, you can use pub/sub. The following example demonstrates how to use the [client.call]({{< relref "develop/interact/programmability/triggers-and-functions/concepts/javascript_api/#clientcall" >}}) API to publish to a pub/sub channel.
49+
If you don't have access to your Redis database log files, you can use pub/sub. The following example demonstrates how to use the [client.call]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/concepts/JavaScript_API#clientcall" >}}) API to publish to a pub/sub channel.
5050

5151
```javascript
5252
#!js api_version=1.0 name=lib

content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/concepts/Cluster_Support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The remote function arguments and results are serialized in the following way:
109109

110110
## Execution timeout
111111

112-
Remote functions will not be permitted to run forever and will timeout. The timeout period can be configured using [remote-task-default-timeout]({{< relref "develop/interact/programmability/triggers-and-functions/configuration/#remote-task-default-timeout" >}}).
112+
Remote functions will not be permitted to run forever and will timeout. The timeout period can be configured using [remote-task-default-timeout]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/Configuration#remote-task-default-timeout" >}}).
113113
When using `async_client.runOnShards` API, the timeout will be added as error to the error array. When using `async_client.runOnKey`, a timeout will cause an exception to be raised.
114114

115115
## Remote function limitations

0 commit comments

Comments
 (0)