diff options
| author | eug-vs <eug-vs@keemail.me> | 2020-12-08 01:18:39 +0300 | 
|---|---|---|
| committer | eug-vs <eug-vs@keemail.me> | 2020-12-08 01:19:32 +0300 | 
| commit | 10f5a135bcf85446cddf282abf30010c74320fd8 (patch) | |
| tree | cd2d247f94730e5d5bacd017deaf4c2bc65f0f41 | |
| parent | c58564cb592fa4d1c98e6ba38ac3b569d2dba46d (diff) | |
| download | dotfiles-10f5a135bcf85446cddf282abf30010c74320fd8.tar.gz | |
fix: use relative path
| -rw-r--r-- | .github/README.md | 2 | ||||
| -rw-r--r-- | Documents/wiki/index.md | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/.github/README.md b/.github/README.md index d793672..93b9017 100644 --- a/.github/README.md +++ b/.github/README.md @@ -6,5 +6,5 @@ Github repo: [dotfiles](https://github.com/eug-vs/dotfiles)  Author: [eug-vs](https://github.com/eug-vs/) -Documentation: [wiki](Documents/wiki/index.md) +Documentation: [wiki](../Documents/wiki/index.md) diff --git a/Documents/wiki/index.md b/Documents/wiki/index.md index af9201c..dbdbd76 100644 --- a/Documents/wiki/index.md +++ b/Documents/wiki/index.md @@ -1,6 +1,6 @@  # Wiki index  ## General - - [i3wm](i3wm) - my customizations of i3 tiling window manager + - [i3wm](i3wm.md) - my customizations of i3 tiling window manager   - [vim](vim.md) - minimal Neovim configuration and tips | 
