Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Setter <matthew@matthewsetter.com>2019-11-13 12:19:05 +0300
committerMatthew Setter <matthew@matthewsetter.com>2019-11-13 12:19:05 +0300
commit79d5425807c9c6a35ae39bf19bf2e17121562a93 (patch)
tree67fac4456ec3895bd5d977bec4a80623f0deba41 /docs
parentde3d98d334b0d8eba7f27a47641e170e09ee16f6 (diff)
Add link to documentation of the Windows INI file format
This isn't strictly necessary, more of a small cleanup while I'm there and see it.
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/advanced_usage/configuration_file.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/advanced_usage/configuration_file.adoc b/docs/modules/ROOT/pages/advanced_usage/configuration_file.adoc
index 8a2cda7d9..8b77c7c7c 100644
--- a/docs/modules/ROOT/pages/advanced_usage/configuration_file.adoc
+++ b/docs/modules/ROOT/pages/advanced_usage/configuration_file.adoc
@@ -1,4 +1,6 @@
= Configuration File
+:toc:
+:ini-file-format-url: https://en.wikipedia.org/wiki/INI_file
The ownCloud Client reads a configuration file.
You can locate this configuration file as follows:
@@ -16,7 +18,7 @@ You can locate this configuration file as follows:
|`$HOME/Library/ApplicationSupport/ownCloud/owncloud.cfg`
|===
-The configuration file contains settings using the Microsoft Windows `.ini` file format.
+The configuration file contains settings using {ini-file-format-url}[the Microsoft Windows `.ini` file format].
You can overwrite changes using the ownCloud configuration dialog.
NOTE: Use caution when making changes to the ownCloud Client configuration file. Incorrect settings can produce unintended results.