aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-08 01:45:04 +0000
committerlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-08 01:45:04 +0000
commitb94344cdee063f1f5ab311b8f8db3d2ed457420b (patch)
tree961aafa2a9eb67f3b7086df7d0422c41c15659fd /include
parentb107853e66207f51e2be03680cc12a6b60a8d9ce (diff)
Documentation Updates.
More updates to the removed doc folder and start updates to the man page. (issue #16505) Reported by: tzafrir Tested by: lathama git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@306826 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/doxygen/mantisworkflow.h3
-rw-r--r--include/asterisk/manager.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/include/asterisk/doxygen/mantisworkflow.h b/include/asterisk/doxygen/mantisworkflow.h
index 3e1755710..3756644ec 100644
--- a/include/asterisk/doxygen/mantisworkflow.h
+++ b/include/asterisk/doxygen/mantisworkflow.h
@@ -86,8 +86,7 @@
* This issue requires feedback from the poster of the issue before any
* additional progress in the workflow can be made. This may include providing
* additional debugging information, or a backtrace with DONT_OPTIMIZE enabled,
- * for example. (See the doc/HOWTO_collect_debug_information.txt file in your
- * Asterisk source.)
+ * for example. (See https://wiki.asterisk.org/wiki/display/AST/Debugging)
*
* \subsection Acknowledged
* This is a submitted bug which has no patch associated with it, but appears
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index d3063fd45..b72052599 100644
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -49,7 +49,7 @@
\note Please try to \b re-use \b existing \b headers to simplify manager message parsing in clients.
Don't re-use an existing header with a new meaning, please.
- You can find a reference of standard headers in doc/manager.txt
+ You can find a reference of standard headers in http://wiki.asterisk.org
- \ref manager.c Main manager code file
*/