Skip to content

Commit f8fbdbd

Browse files
Update README.md
1 parent 6261bb2 commit f8fbdbd

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

README.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you want to share your own tutorials - add the `redis-tutorials` label to you
1515
5. [Manifest](#Manifest)
1616
6. [Bulk Upload From Tutorials](#bulk-upload-from-tutorials)
1717
7. [Advanced button parameters](#Advanced)
18-
7. [Links configuration](#links-configuration)
18+
8. [Internal links](#internal-links)
1919

2020
## Structure
2121

@@ -203,10 +203,8 @@ redis:[results=group;mode=ascii]
203203
redis:[auto=true;pipeline=8;mode=raw;results=single;]
204204
```
205205

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:
210208
```
211209
[{text}](redisinsight:{path})
212210
```
@@ -233,20 +231,4 @@ The full list of pages:
233231
| Functions | triggered-functions/functions |
234232
| Settings | settings |
235233

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-
252234

0 commit comments

Comments
 (0)