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
This commit is contained in:
Sean Bright
2009-05-28 21:50:27 +00:00
parent 0941c2c32e
commit f51bb019bb
17 changed files with 21 additions and 21 deletions

View File

@@ -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.
*

View File

@@ -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