From 0ae672867b69ca80c5e4c283188b9f124247f5c6 Mon Sep 17 00:00:00 2001 From: Dmitry Ermolov Date: Thu, 16 Nov 2023 22:32:36 +0300 Subject: [PATCH] Fix links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 572a375..925471f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Cod is a completion daemon for ```bash```, ```fish```, and ```zsh```. It detects usage of ```--help``` commands, parses their output, and generates auto-completions for your shell. -![https://asciinema.org/a/h0SrrNvZVcqoSM4DNyEUrGtQh](https://github.com/TheBearodactyl/assets/blob/main/h0SrrNvZVcqoSM4DNyEUrGtQh.svg) +![https://asciinema.org/a/h0SrrNvZVcqoSM4DNyEUrGtQh](file:https://asciinema.org/a/h0SrrNvZVcqoSM4DNyEUrGtQh.svg) # Install @@ -68,7 +68,7 @@ auto-completions for your shell. As an alternative, you can also install ```cod``` with [Fig](https://fig.io/plugins/other/cod_dim-an) in ```bash```, ```zsh```, or ```fish``` with just one click. -![https://fig.io/plugins/other/cod_dim-an](https://github.com/TheBearodactyl/assets/blob/main/install-with-fig.svg) +![https://fig.io/plugins/other/cod_dim-an](https://fig.io/badges/install-with-fig.svg) ### Supported shells and operating systems