diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index c325411..c8b8161 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -15,7 +15,7 @@ body: options: - label: I'm running the latest version of Tube Archivist and have read the [release notes](https://github.com/tubearchivist/tubearchivist/releases/latest). required: true - - label: I have read through the [wiki](https://github.com/tubearchivist/tubearchivist/wiki) and the [readme](https://github.com/tubearchivist/tubearchivist#installing-and-updating), particularly the [common errors](https://github.com/tubearchivist/tubearchivist#common-errors) section. + - label: I have read through the [docs](https://docs.tubearchivist.com/) and the [readme](https://github.com/tubearchivist/tubearchivist#installing-and-updating), particularly the [common errors](https://github.com/tubearchivist/tubearchivist#common-errors) section. required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index b9fbb74..aa10c30 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -13,9 +13,9 @@ body: attributes: label: Already implemented? options: - - label: I have read through the [wiki](https://github.com/tubearchivist/tubearchivist/wiki). + - label: I have read through the [docs](https://docs.tubearchivist.com/). required: true - - label: I understand the [scope](https://github.com/tubearchivist/tubearchivist/wiki/FAQ) of this project and am aware of the [known limitations](https://github.com/tubearchivist/tubearchivist#known-limitations) and my idea is not already on the [roadmap](https://github.com/tubearchivist/tubearchivist#roadmap). + - label: I understand the [scope](https://docs.tubearchivist.com/faq/) of this project and am aware of the [known limitations](https://github.com/tubearchivist/tubearchivist#known-limitations) and my idea is not already on the [roadmap](https://github.com/tubearchivist/tubearchivist#roadmap). required: true - type: textarea diff --git a/README.md b/README.md index eed8afa..1197510 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ![home screenshot](assets/tube-archivist-screenshot-home.png?raw=true "Tube Archivist Home") ## Table of contents: -* Docs: [Wiki](https://github.com/tubearchivist/tubearchivist/wiki), [FAQ](https://github.com/tubearchivist/tubearchivist/wiki/FAQ) and [API](https://github.com/tubearchivist/tubearchivist/tree/master/tubearchivist/api) +* [Docs](https://docs.tubearchivist.com/) with [FAQ](https://docs.tubearchivist.com/faq/), [API endpoints](https://github.com/tubearchivist/tubearchivist/tree/master/tubearchivist/api) * [Core functionality](#core-functionality) * [Resources](#resources) * [Installing](#installing) diff --git a/tubearchivist/home/templates/home/about.html b/tubearchivist/home/templates/home/about.html index 5cfe927..d3f3183 100644 --- a/tubearchivist/home/templates/home/about.html +++ b/tubearchivist/home/templates/home/about.html @@ -8,7 +8,7 @@

Useful Links

This project is in active and constant development, take a look at the roadmap for a overview.

-

For any questions on what a button or a function does, You can find the up-to-date user documentation on Github.

+

All functionality is documented in our up-to-date user guide.

All contributions are welcome: Open an issue for any bugs and errors, join us on Discord to discuss details. The contributing page is a good place to get started.

diff --git a/tubearchivist/home/templates/home/search.html b/tubearchivist/home/templates/home/search.html index 5bbfe15..0936af4 100644 --- a/tubearchivist/home/templates/home/search.html +++ b/tubearchivist/home/templates/home/search.html @@ -47,7 +47,7 @@

Keywords cheatsheet

-

For detailed usage check wiki.

+

For detailed usage check wiki.