From f062692bf63340703b5ee47536b0b10190efe1d8 Mon Sep 17 00:00:00 2001 From: Jamie Lemon Date: Fri, 29 Dec 2023 13:42:17 +0000 Subject: [PATCH] Updates README with correct links to documentation. --- README.md | 16 ++++++++-------- README_CN.md | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 8602246..fbb0192 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,14 @@ English | [中文](README_CN.md) ## Documentation -- [Installation](https://dothinking.github.io/pdf2docx/installation.html) -- [Quickstart](https://dothinking.github.io/pdf2docx/quickstart.html) - - [Convert PDF](https://dothinking.github.io/pdf2docx/quickstart.convert.html) - - [Extract table](https://dothinking.github.io/pdf2docx/quickstart.table.html) - - [Command Line Interface](https://dothinking.github.io/pdf2docx/quickstart.cli.html) - - [Graphic User Interface](https://dothinking.github.io/pdf2docx/quickstart.gui.html) -- [Technical Documentation (In Chinese)](https://dothinking.github.io/pdf2docx/techdoc.html) -- [API Documentation](https://dothinking.github.io/pdf2docx/modules.html) +- [Installation](https://pdf2docx.readthedocs.io/en/latest/installation.html) +- [Quickstart](https://pdf2docx.readthedocs.io/en/latest/quickstart.html) + - [Convert PDF](https://pdf2docx.readthedocs.io/en/latest/quickstart.convert.html) + - [Extract table](https://pdf2docx.readthedocs.io/en/latest/quickstart.table.html) + - [Command Line Interface](https://pdf2docx.readthedocs.io/en/latest/quickstart.cli.html) + - [Graphic User Interface](https://pdf2docx.readthedocs.io/en/latest/quickstart.gui.html) +- [Technical Documentation (In Chinese)](https://pdf2docx.readthedocs.io/en/latest/techdoc.html) +- [API Documentation](https://pdf2docx.readthedocs.io/en/latest/modules.html) ## Sample diff --git a/README_CN.md b/README_CN.md index a1fb992..527fbb7 100644 --- a/README_CN.md +++ b/README_CN.md @@ -56,14 +56,14 @@ ## 使用帮助 -- [安装](https://dothinking.github.io/pdf2docx/installation.html) -- [快速上手](https://dothinking.github.io/pdf2docx/quickstart.html) - - [转换PDF](https://dothinking.github.io/pdf2docx/quickstart.convert.html) - - [提取表格](https://dothinking.github.io/pdf2docx/quickstart.table.html) - - [命令行参数](https://dothinking.github.io/pdf2docx/quickstart.cli.html) - - [简单图形界面](https://dothinking.github.io/pdf2docx/quickstart.gui.html) -- [技术手册](https://dothinking.github.io/pdf2docx/techdoc.html) -- [API手册](https://dothinking.github.io/pdf2docx/modules.html) +- [安装](https://pdf2docx.readthedocs.io/en/latest/installation.html) +- [快速上手](https://pdf2docx.readthedocs.io/en/latest/quickstart.html) + - [转换PDF](https://pdf2docx.readthedocs.io/en/latest/quickstart.convert.html) + - [提取表格](https://pdf2docx.readthedocs.io/en/latest/quickstart.table.html) + - [命令行参数](https://pdf2docx.readthedocs.io/en/latest/quickstart.cli.html) + - [简单图形界面](https://pdf2docx.readthedocs.io/en/latest/quickstart.gui.html) +- [技术手册](https://pdf2docx.readthedocs.io/en/latest/techdoc.html) +- [API手册](https://pdf2docx.readthedocs.io/en/latest/modules.html) ## 样例