From f70f2d541808ae805e628e15a167a86d0eea86cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kotowski?= Date: Sun, 15 Dec 2024 19:14:44 +0100 Subject: [PATCH] Update old wiki links to point to the MkDocs pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Kotowski --- README.md | 4 ++-- docs/features.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03b65a7343..7c94abb968 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,12 @@ for everyday use. It is aiming for power users with a modern feature mindset. - ✅ Key binding customization - ✅ Color Schemes - ✅ Profiles (grouped customization of: color scheme, login shell, and related behaviours) -- ✅ [Synchronized rendering](https://github.com/contour-terminal/contour/wiki/VTExtensions#synchronized-output) (via `SM ? 2026` / `RM ? 2026`) +- ✅ [Synchronized rendering](https://contour-terminal.org/vt-extensions/synchronized-output/) (via `SM ? 2026` / `RM ? 2026`) - ✅ Text reflow (configurable via `SM ? 2028` / `RM ? 2028`) - ✅ Clickable hyperlinks via [OSC 8](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) - ✅ Clipboard setting via OSC 52 - ✅ Sixel inline images -- ✅ Terminal page [buffer capture VT extension](https://github.com/contour-terminal/contour/wiki/VTExtensions#buffer-capture) to quickly extract contents. +- ✅ Terminal page [buffer capture VT extension](https://contour-terminal.org/vt-extensions/buffer-capture/) to quickly extract contents. - ✅ Builtin [Fira Code inspired progress bar](https://github.com/contour-terminal/contour/issues/521) support. - ✅ Read-only mode, protecting against accidental user-input to the running application, such as Ctrl+C. - ✅ VT320 Host-programmable and Indicator status line support. diff --git a/docs/features.md b/docs/features.md index 0f1bec39df..0493d4c789 100644 --- a/docs/features.md +++ b/docs/features.md @@ -17,12 +17,12 @@ :material-check-bold:{.check-mark} Key binding customization
:material-check-bold:{.check-mark} Color Schemes
:material-check-bold:{.check-mark} Profiles (grouped customization of: color scheme, login shell, and related behaviours)
-:material-check-bold:{.check-mark} [Synchronized rendering](https://github.com/contour-terminal/contour/wiki/VTExtensions#synchronized-output) (via `SM ? 2026` / `RM ? 2026`)
+:material-check-bold:{.check-mark} [Synchronized rendering](vt-extensions/synchronized-output.md) (via `SM ? 2026` / `RM ? 2026`)
:material-check-bold:{.check-mark} Text reflow (configurable via `SM ? 2028` / `RM ? 2028`)
:material-check-bold:{.check-mark} Clickable hyperlinks via [OSC 8](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda)
:material-check-bold:{.check-mark} Clipboard setting via OSC 52
:material-check-bold:{.check-mark} [Sixel Image support](demo/images.md)
-:material-check-bold:{.check-mark} Terminal page [buffer capture VT extension](https://github.com/contour-terminal/contour/wiki/VTExtensions#buffer-capture) to quickly extract contents.
+:material-check-bold:{.check-mark} Terminal page [buffer capture VT extension](vt-extensions/buffer-capture.md) to quickly extract contents.
:material-check-bold:{.check-mark} Builtin [Fira Code inspired progress bar](https://github.com/contour-terminal/contour/issues/521) support.
:material-check-bold:{.check-mark} Read-only mode, protecting against accidental user-input to the running application, such as Ctrl+C.
:material-check-bold:{.check-mark} [VT320 Host-programmable and Indicator statusline support](demo/statusline.md)