From d7ea394a15123586114b75450a3070fe993b1cfe Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 25 Sep 2021 01:01:31 +0200 Subject: [PATCH] update api docs links --- README.ko-KR.md | 18 +++++++++--------- README.md | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.ko-KR.md b/README.ko-KR.md index df0d940f..82151206 100644 --- a/README.ko-KR.md +++ b/README.ko-KR.md @@ -38,14 +38,14 @@ # 목차 -- [Tabby는 무엇인가](#about) -- [터미널 기능](#terminal) -- [SSH 클라이언트](#ssh) -- [시리얼 터미널](#serial) -- [포터블](#portable) -- [플러그인](#plugins) -- [테마](#themes) -- [기여](#contributing) +- [Tabby는 무엇인가](#tabby는-무엇인가) +- [터미널 기능](#터미널-기능) +- [SSH 클라이언트](#ssh-클라이언트) +- [시리얼 터미널](#시리얼-터미널) +- [포터블](#포터블) +- [플러그인](#플러그인) +- [테마](#테마) +- [기여](#기여) @@ -130,7 +130,7 @@ Pull requests and plugins are welcome! -프로젝트 배치 방법에 대한 자세한 내용과 매우 간단한 플러그인 개발 튜토리얼은 [HACKING.md](https://github.com/Eugeny/tabby/blob/master/HACKING.md) 및 [API docs](http://ajenti.org/terminus-docs/)를 참조하십시오. +프로젝트 배치 방법에 대한 자세한 내용과 매우 간단한 플러그인 개발 튜토리얼은 [HACKING.md](https://github.com/Eugeny/tabby/blob/master/HACKING.md) 및 [API docs](https://docs.tabby.sh/)를 참조하십시오. --- diff --git a/README.md b/README.md index d6122cf5..e5ec5dd2 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Plugins and themes can be installed directly from the Settings view inside Tabby Pull requests and plugins are welcome! -See [HACKING.md](https://github.com/Eugeny/tabby/blob/master/HACKING.md) and [API docs](http://ajenti.org/terminus-docs/) for information of how the project is laid out, and a very brief plugin development tutorial. +See [HACKING.md](https://github.com/Eugeny/tabby/blob/master/HACKING.md) and [API docs](https://docs.tabby.sh/) for information of how the project is laid out, and a very brief plugin development tutorial. ---