From 33d3e8e9c862c7fd6687c45e86ebc331a665afd0 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:17:11 +0200 Subject: [PATCH] fix(qbittorrent): fix image links (#16736) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/stable/qbittorrent/docs/password.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/qbittorrent/docs/password.md b/charts/stable/qbittorrent/docs/password.md index 9cf93e561b9..9b0301b78a0 100644 --- a/charts/stable/qbittorrent/docs/password.md +++ b/charts/stable/qbittorrent/docs/password.md @@ -5,9 +5,9 @@ title: Initial Password As of qBittorrent 4.6.1 the default password of `adminadmin` is no longer used. If you previously used this password or are completing a new installation of qBittorent you will now have a randomly generated password. This guide will show you how to locate this randomly generated password. 1. With qBittorent selected in the application window select the logs button. - ![qbittorrent-logs](./images/qbittorrent-logs.png) + ![qbittorrent-logs](./img/qbittorrent-logs.png) 2. In the `Choose Pod` windows ensure the qBittorent Pod and Container is selected and click `Choose`. - ![qbittorent-logs2](./images/qbittorrent-logs2.png) + ![qbittorent-logs2](./img/qbittorrent-logs2.png) 3. In the `Information` section of the logs take note of the randomly generated password. - ![qbittorent-password](./images/qbittorrent-password.png) + ![qbittorent-password](./img/qbittorrent-password.png) 4. Use the randomly generated password to login to the WebUI. You must change it in the qBittorent settings after you login as it will generate a new random password each time qBittorent is started until a password is set.