From 3a17e2dbca8accbd3733b4fb076f01e00a456ba4 Mon Sep 17 00:00:00 2001 From: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com> Date: Fri, 10 Dec 2021 06:41:20 +0600 Subject: [PATCH] chore(doc): update link to wiki/Writting-a-theme --- README.md | 2 +- doc/lualine.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3759f2..59694a4 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ require'lualine'.setup{ } ``` -Theme structure is available [here](./CONTRIBUTING.md#adding-a-theme) +Theme structure is available [here](https://github.com/nvim-lualine/lualine.nvim/wiki/Writting-a-theme) --- diff --git a/doc/lualine.txt b/doc/lualine.txt index f82c101..87d88e6 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -179,7 +179,7 @@ how to do it <./CONTRIBUTING.md>. Customizing themes Theme structure is available here - <./CONTRIBUTING.md#adding-a-theme> + ------------------------------------------------------------------------------