File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ If you want to share your own tutorials - add the `redis-tutorials` label to you
15
15
5 . [ Manifest] ( #Manifest )
16
16
6 . [ Bulk Upload From Tutorials] ( #bulk-upload-from-tutorials )
17
17
7 . [ Advanced button parameters] ( #Advanced )
18
- 7 . [ Links configuration ] ( #links-configuration )
18
+ 8 . [ Internal links ] ( #internal-links )
19
19
20
20
## Structure
21
21
@@ -203,10 +203,8 @@ redis:[results=group;mode=ascii]
203
203
redis:[auto=true;pipeline=8;mode=raw;results=single;]
204
204
```
205
205
206
- ### Links configuration
207
-
208
- #### Internal links
209
- You can insert links that lead to a specific page. The syntax for these links is following:
206
+ ### Internal links
207
+ You can insert links that lead to a specific page inside RedisInsight. The syntax for these links is following:
210
208
```
211
209
[{text}](redisinsight:{path})
212
210
```
@@ -233,20 +231,4 @@ The full list of pages:
233
231
| Functions | triggered-functions/functions |
234
232
| Settings | settings |
235
233
236
- #### Create a free Cloud database link
237
-
238
- Also, there is a possibility to insert link which opens Create Free Database dialog inside RedisInsight
239
-
240
- > * Note* : For Docker builds these links will work as pure external links
241
-
242
- Syntax:
243
- ```
244
- [{title}]({link} 'Redis Cloud')
245
- ```
246
-
247
- For example:
248
- ```
249
- [Create a free database](https://redis.com/try-free 'Redis Cloud')
250
- ```
251
-
252
234
You can’t perform that action at this time.
0 commit comments