Update page that reference the location of qBittorrent.conf so they point to the faq section with all the details#36
Open
mbeware wants to merge 3 commits intoqbittorrent:masterfrom
Open
Conversation
…ration file (qBittorrent.conf in all sections that where referencing it, instead of having different, incomplete information all over the place. Only this section will need to be updated if different installation type are added or if the location change in the futur.
…o a section on the same page.
…o a section on the same page.
Author
|
This is my first pull request ever. Tell me what I could have done better. Thanks. |
thalieht
reviewed
Jun 25, 2025
| 3. Remove the following lines: | ||
| 2. Open the preference file with a text editor. [It is located here](https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#where-does-qbittorrent-save-its-settings)<br/> | ||
|
|
||
| 4. Remove the following lines: |
|
|
||
| ### 0. Set up a static port for peers connections: | ||
| Add the following line to your qBittorrent.conf to the `[Preferences]` section: | ||
| Add the following line to your qBittorrent.conf ([Still here](https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#where-does-qbittorrent-save-its-settings)) to the `[Preferences]` section: |
Contributor
There was a problem hiding this comment.
Why do you use a different string (e.g. "Still here") in every location? Also this "Still here" is inappropriate because you assume the reader has already read the previous link 30+ lines ago.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In the wiki, there was multiple page that references the location of qBittorrent.conf. There were always incomplete as different installation type use different folders location. A reference to the FAQ section about the location of the configuration file (qBittorrent.conf) was used in all sections that where referencing it, instead of having different, incomplete information all over the place. The right information will be easier to find and if an update to the location of the qBittorrent.conf is needed (new/different installation type or location is changed), it will be easier will be easier to document as only this section will need to be edited.