summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-04-19 23:01:33 +0200
committerGitHub <noreply@github.com>2021-04-19 23:01:33 +0200
commit9aaf51400a0b4f7cdc43930125355e1833f70290 (patch)
treeba996cee0121dcb472b61e4cd521966361ac698e /README.md
parent1692ae171e26ec18cefd6dd6997105290d4b7cbb (diff)
docs(readme): fix link
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89d369f4b..42af75145 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
[Zellij](https://en.wikipedia.org/wiki/Zellij) is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal.
At its core, it is a terminal multiplexer (similar to [tmux](https://github.com/tmux/tmux) and [screen](https://www.gnu.org/software/screen/)), but this is merely its infrastructure layer.
-Zellij includes a [layout system](https://www.zellij.dev/documents/layout.html), and a [plugin system](https://www.zellij.dev/documents/plugins.html) allowing one to create plugins in any language that compiles to WebAssembly.
+Zellij includes a [layout system](https://zellij.dev/documentation/layouts.html), and a [plugin system](https://zellij.dev/documentation/plugins.html) allowing one to create plugins in any language that compiles to WebAssembly.
For more details about our future plans, read about upcoming features in our [roadmap](#roadmap).