From b32f081a7772b9538105ff1ecceb9832be878843 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 18 Apr 2024 09:41:02 +1000 Subject: [PATCH] Update docker_install.md (#7061) * Update docker_install.md Fix links to docker files * Fix link in RELEASE.md * Ignore some outgoing links --- RELEASE.md | 2 +- docs/docs/start/docker_install.md | 6 +++--- docs/mlc_config.json | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 44979fa0b2f3..d0859e9a2fcf 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,7 +4,7 @@ Checklist of steps to perform at each code release ### Update Version String -Update `INVENTREE_SW_VERSION` in [version.py](https://github.com/inventree/InvenTree/blob/master/InvenTree/InvenTree/version.py) +Update `INVENTREE_SW_VERSION` in [version.py](https://github.com/inventree/InvenTree/blob/0.14.x/InvenTree/InvenTree/version.py) ### Increment API Version diff --git a/docs/docs/start/docker_install.md b/docs/docs/start/docker_install.md index 3fdd26651235..2fd95163ccab 100644 --- a/docs/docs/start/docker_install.md +++ b/docs/docs/start/docker_install.md @@ -31,9 +31,9 @@ The following files required for this setup are provided with the InvenTree sour | Filename | Description | | --- | --- | -| [docker-compose.yml](https://github.com/inventree/InvenTree/blob/0.14.x/docker/docker-compose.yml) | The docker compose script | -| [.env](https://github.com/inventree/InvenTree/blob/0.14.x/docker/.env) | Environment variables | -| [Caddyfile](https://github.com/inventree/InvenTree/blob/0.14.x/docker/Caddyfile) | Caddy configuration file | +| [docker-compose.yml](https://raw.githubusercontent.com/inventree/InvenTree/0.14.x/docker/docker-compose.yml) | The docker compose script | +| [.env](https://raw.githubusercontent.com/inventree/InvenTree/0.14.x/docker/.env)| Environment variables | +| [Caddyfile](https://raw.githubusercontent.com/inventree/InvenTree/0.14.x/docker/Caddyfile) | Caddy configuration file | Download these files to a directory on your local machine. diff --git a/docs/mlc_config.json b/docs/mlc_config.json index 1a1cf8b46f98..a13f7967bdc1 100644 --- a/docs/mlc_config.json +++ b/docs/mlc_config.json @@ -8,6 +8,12 @@ }, { "pattern": "http://127.0.0.1" + }, + { + "pattern": "https://twitter.com" + }, + { + "pattern": "https://www.reddit.com" } ] }