diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-01-24 08:19:50 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-01-24 08:20:42 -0800 |
commit | 00b4b0192f88392e80f1c504526c7e73f4d16ec7 (patch) | |
tree | e61db3f66b008625dfd8e492f8695b49e1f0d4bf /docs/quickstart.qbk | |
parent | 650a4c6cca98e3d1c973d86b91797e85f4861e6d (diff) |
docs: Change issue links to GitHub
This removes the last code.google.com reference from documentation.
Diffstat (limited to 'docs/quickstart.qbk')
-rw-r--r-- | docs/quickstart.qbk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart.qbk b/docs/quickstart.qbk index 1845224..b609518 100644 --- a/docs/quickstart.qbk +++ b/docs/quickstart.qbk @@ -219,7 +219,7 @@ While the previously described functions save the whole document to the destinat [section:feedback Feedback] -If you believe you've found a bug in pugixml, please file an issue via [@http://code.google.com/p/pugixml/issues/entry issue submission form]. Be sure to include the relevant information so that the bug can be reproduced: the version of pugixml, compiler version and target architecture, the code that uses pugixml and exhibits the bug, etc. Feature requests and contributions can be filed as issues, too. +If you believe you've found a bug in pugixml, please file an issue via [@https://github.com/zeux/pugixml/issues/new issue submission form]. Be sure to include the relevant information so that the bug can be reproduced: the version of pugixml, compiler version and target architecture, the code that uses pugixml and exhibits the bug, etc. Feature requests and contributions can be filed as issues, too. [#email] If filing an issue is not possible due to privacy or other concerns, you can contact pugixml author by e-mail directly: [@mailto:arseny.kapoulkine@gmail.com arseny.kapoulkine@gmail.com]. |