aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-10-30 10:50:29 +0100
committerdec05eba <dec05eba@protonmail.com>2023-10-30 10:50:29 +0100
commitc82dd59f1206a5926ca3bc8b0c2256760a117539 (patch)
treec5dae84644a90f6c87d7c597ec934c7d0192e7df
parent9d96dd0aa94b64c314de447b7a4739e0995db432 (diff)
Improve readme linksHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7fb4ae3..c7f0f8a 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Plugins output data by writing lines to stdout.\
Data is first written to stdout and then a _command_ is written to stdout.\
First `add_tab` command is expected, followed by multiple `add_body_item`. The body items are put in the tab that is output before the body items.\
In plugins you may need to output newlines (\n) or carriage return (\r), in those cases replace newline with ascii 1 (\x01) and carriage return with ascii 2 (\x02).\
-Text color/font bold, etc can be set by using ANSI escape codes, see https://en.wikipedia.org/wiki/ANSI_escape_code and https://gist.github.com/JBlond/2fea43a3049b38287e5e9cefc87b2124 for example.
+Text color/font bold, etc can be set by using ANSI escape codes, see [ANSI escape code wikipedia](https://en.wikipedia.org/wiki/ANSI_escape_code) and this [practical example](https://gist.github.com/JBlond/2fea43a3049b38287e5e9cefc87b2124).
### add_tab
The add_tab command expects `title` data, for example:
```bash