summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-03-22 10:44:46 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-03-22 10:44:46 -0700
commit9a55571725ec8f07be2168dc58e3b37a15f052dd (patch)
tree96a2b526e8308367785d5f9a3cd5c033084f31a6 /docs
parentc0374b8a48c18ee6b1ea86e1ac4192c496b2f669 (diff)
docs: Reword documentation note
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.adoc2
-rw-r--r--docs/quickstart.adoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual.adoc b/docs/manual.adoc
index 4a29352..f8b226d 100644
--- a/docs/manual.adoc
+++ b/docs/manual.adoc
@@ -14,7 +14,7 @@ pugixml enables very fast, convenient and memory-efficient XML document processi
This is the complete manual for pugixml, which describes all features of the library in detail. If you want to start writing code as quickly as possible, you are advised to link:quickstart.html[read the quick start guide first].
-NOTE: No documentation is perfect; neither is this one. If you encounter a description that is unclear, a statement that is incorrect or a syntactic error, please file an issue as described in <<overview.feedback>>.
+NOTE: No documentation is perfect; neither is this one. If you find errors or omissions, please don’t hesitate to https://github.com/zeux/pugixml/issues/new[submit an issue or open a pull request] with a fix.
[[overview.feedback]]
=== Feedback
diff --git a/docs/quickstart.adoc b/docs/quickstart.adoc
index 154e8c4..9084448 100644
--- a/docs/quickstart.adoc
+++ b/docs/quickstart.adoc
@@ -10,7 +10,7 @@ pugixml enables very fast, convenient and memory-efficient XML document processi
This is the quick start guide for pugixml, which purpose is to enable you to start using the library quickly. Many important library features are either not described at all or only mentioned briefly; for more complete information you link:manual.html[should read the complete manual].
-NOTE: No documentation is perfect; neither is this one. If you encounter a description that is unclear, a statement that is incorrect or a syntactic error, please file an issue as described in <<feedback>>.
+NOTE: No documentation is perfect; neither is this one. If you find errors or omissions, please don’t hesitate to https://github.com/zeux/pugixml/issues/new[submit an issue or open a pull request] with a fix.
[[install]]
== Installation