diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bbcdfd703d..cf59412b68 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,7 +23,7 @@ docker compose run inventree-dev-server invoke setup-test
docker compose up -d
```
-Read the [InvenTree setup documentation](https://inventree.readthedocs.io/en/latest/start/intro/) for a complete installation reference guide.
+Read the [InvenTree setup documentation](https://docs.inventree.org/en/latest/start/intro/) for a complete installation reference guide.
### Setup Devtools
diff --git a/README.md b/README.md
index 21accd5847..05c06dd029 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
View Demo
·
- Documentation
+ Documentation
·
Report Bug
·
@@ -59,10 +59,10 @@ Powerful business logic works in the background to ensure that stock tracking hi
InvenTree is designed to be **extensible**, and provides multiple options for **integration** with external applications or addition of custom plugins:
-* [InvenTree API](https://inventree.readthedocs.io/en/latest/extend/api/)
-* [Python module](https://inventree.readthedocs.io/en/latest/extend/python)
-* [Plugin interface](https://inventree.readthedocs.io/en/latest/extend/plugins)
-* [Third party tools](https://inventree.readthedocs.io/en/latest/extend/integrate)
+* [InvenTree API](https://docs.inventree.org/en/latest/api/api/)
+* [Python module](https://docs.inventree.org/en/latest/api/python/python/)
+* [Plugin interface](https://docs.inventree.org/en/latest/extend/plugins)
+* [Third party tools](https://docs.inventree.org/en/latest/extend/integrate)
### :space_invader: Tech Stack
@@ -110,12 +110,12 @@ InvenTree is designed to be **extensible**, and provides multiple options for **
## :toolbox: Getting Started
-Refer to the [getting started guide](https://inventree.readthedocs.io/en/latest/start/install/) for installation and setup instructions.
+Refer to the [getting started guide](https://docs.inventree.org/en/latest/start/install/) for installation and setup instructions.
## :iphone: Mobile App
-InvenTree is supported by a [companion mobile app](https://inventree.readthedocs.io/en/latest/app/app/) which allows users access to stock control information and functionality.
+InvenTree is supported by a [companion mobile app](https://docs.inventree.org/en/latest/app/app/) which allows users access to stock control information and functionality.
Android Play Store
@@ -129,23 +129,23 @@ InvenTree is supported by a [companion mobile app](https://inventree.readthedocs
There are several options to deploy InvenTree.
-Single line install - read [the docs](https://inventree.readthedocs.io/en/latest/start/installer/) for supported distros and details about the function:
+Single line install - read [the docs](https://docs.inventree.org/en/latest/start/installer/) for supported distros and details about the function:
```bash
-wget -Oq install.sh https://get.inventree.org && bash install.sh
+wget -qO install.sh https://get.inventree.org && bash install.sh
```
## :wave: Contributing
Contributions are welcomed and encouraged. Please help to make this project even better!
-Refer to the [contribution page in the docs ](https://inventree.readthedocs.io/en/latest/contribute/) and check out [contributing.md](CONTRIBUTING.md).
+Refer to the [contribution page](CONTRIBUTING.md).
## :scroll: Translation
@@ -168,7 +168,7 @@ We would like to acknowledge a few special projects:
- [PartKeepr](https://github.com/partkeepr/PartKeepr) as a valuable predecessor and inspiration
- [Readme Template](https://github.com/Louis3797/awesome-readme-template) for the template of this page
-Find a full list of used third-party libraries in [our documentation](https://inventree.readthedocs.io/en/latest/credits/).
+Find a full list of used third-party libraries in [our documentation](https://docs.inventree.org/en/latest/credits/).
## :warning: License
diff --git a/contrib/install.sh b/contrib/install.sh
index 981263b2d3..7d3b029dc5 100755
--- a/contrib/install.sh
+++ b/contrib/install.sh
@@ -86,8 +86,8 @@ root_command() {
esac
if [[ $SUPPORTED != "true" ]]; then
- echo "This OS is currently not supported"
- echo "please install manually using https://inventree.readthedocs.io/en/stable/start/install/"
+ echo "This OS is currently not supported."
+ echo "Please install manually using https://docs.inventree.org/en/stable/start/install/"
echo "or check https://github.com/inventree/InvenTree/issues/3836 for packaging for your OS."
echo "If you think this is a bug please file an issue at"
echo "https://github.com/inventree/InvenTree/issues/new?template=install.yaml"
diff --git a/contrib/installer/src/root_command.sh b/contrib/installer/src/root_command.sh
index 7c260c0c37..58293c037e 100644
--- a/contrib/installer/src/root_command.sh
+++ b/contrib/installer/src/root_command.sh
@@ -76,8 +76,8 @@ case "$OS" in
esac
if [[ $SUPPORTED != "true" ]]; then
- echo "This OS is currently not supported"
- echo "please install manually using https://inventree.readthedocs.io/en/stable/start/install/"
+ echo "This OS is currently not supported."
+ echo "Please install manually using https://docs.inventree.org/en/stable/start/install/"
echo "or check https://github.com/inventree/InvenTree/issues/3836 for packaging for your OS."
echo "If you think this is a bug please file an issue at"
echo "https://github.com/inventree/InvenTree/issues/new?template=install.yaml"