summaryrefslogtreecommitdiff
path: root/include/asterisk/doxygen
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-05-28 21:50:27 +0000
committerSean Bright <sean@malleable.com>2009-05-28 21:50:27 +0000
commitf51bb019bb338084f497dcbb65dcd5e15b63f102 (patch)
treedbf2d56b75cbf3673f69efa981602106f06628b9 /include/asterisk/doxygen
parent0941c2c32ec2d788b185e9956e9d40df6aafb848 (diff)
Update references to bugs.digium.com and reviewboard.digium.com to the new URLs.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197824 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/doxygen')
-rw-r--r--include/asterisk/doxygen/commits.h6
-rw-r--r--include/asterisk/doxygen/reviewboard.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/include/asterisk/doxygen/commits.h b/include/asterisk/doxygen/commits.h
index e0f111a93..0b53a5ba7 100644
--- a/include/asterisk/doxygen/commits.h
+++ b/include/asterisk/doxygen/commits.h
@@ -52,7 +52,7 @@
*
* \section CommitMsgTags Special Tags for Commit Messages
*
- * \subsection MantisTags Mantis (http://bugs.digium.com/)
+ * \subsection MantisTags Mantis (https://issues.asterisk.org/)
*
* To have a commit noted in an issue, use a tag of the form:
* \arg (issue #1234)
@@ -85,11 +85,11 @@
* need to include something like "fixed by me", as that will be the default
* assumption when a specific patch is not referenced.
*
- * \subsection ReviewBoardTags Review Board (http://reviewboard.digium.com/)
+ * \subsection ReviewBoardTags Review Board (https://reviewboard.asterisk.org/)
*
* To have a commit set a review request as submitted, include the full URL
* to the review request. For example:
- * \arg Review: %http://reviewboard.digium.com/r/95/
+ * \arg Review: %https://reviewboard.asterisk.org/r/95/
*
* \note The trailing slash in the review URL is required.
*
diff --git a/include/asterisk/doxygen/reviewboard.h b/include/asterisk/doxygen/reviewboard.h
index 57fa01b51..b86445416 100644
--- a/include/asterisk/doxygen/reviewboard.h
+++ b/include/asterisk/doxygen/reviewboard.h
@@ -27,7 +27,7 @@
*
* \section ReviewboardGuidelines Usage Guidelines
*
- * Mantis (http://bugs.digium.com) and Reviewboard (http://reviewboard.digium.com)
+ * Mantis (https://issues.asterisk.org) and Reviewboard (https://reviewboard.asterisk.org)
* are both utilities that the Asterisk development community uses to help
* track and review code being written for Asterisk. Since both systems
* are used for posting patches, it is worth discussing when it is appropriate
@@ -78,7 +78,7 @@
* the server option:
*
\verbatim
- $ post-review --server=http://reviewboard.digium.com
+ $ post-review --server=https://reviewboard.asterisk.org
\endverbatim
*
* \subsection postreviewnewfiles Dealing with New Files