aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 22:42:27 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 22:42:27 +0000
commit133af6817ed5b03aff5f1b4e522f397d3b5b2ee6 (patch)
tree02e8bed00c399d7aae635b58e6ca8dfda07589f0
parent0b7cb06db7edee1234e99dce92fa5d4f116f1150 (diff)
Update references to downloads.digium.com to its new URL.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197861 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--include/asterisk/doxygen/releases.h2
-rw-r--r--sounds/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/doxygen/releases.h b/include/asterisk/doxygen/releases.h
index 07640dac4..c895d1c3c 100644
--- a/include/asterisk/doxygen/releases.h
+++ b/include/asterisk/doxygen/releases.h
@@ -169,7 +169,7 @@
* Commits to the Asterisk 1.2 branch should only address security issues or
* regressions introduced by previous security fixes. For a security issue, the
* commit should be accompanied by an
- * <a href="http://downloads.digium.com/pub/security/">Asterisk Security Advisory</a>
+ * <a href="http://downloads.asterisk.org/pub/security/">Asterisk Security Advisory</a>
* and an immediate release. When a commit goes in to fix a regression, the previous
* security advisory that is related to the change that introduced the bug should get
* updated to indicate that there is an updated version of the fix. A release should
diff --git a/sounds/Makefile b/sounds/Makefile
index c9687c53d..05afdf52f 100644
--- a/sounds/Makefile
+++ b/sounds/Makefile
@@ -19,7 +19,7 @@ SOUNDS_DIR:=$(DESTDIR)$(ASTDATADIR)/sounds
MOH_DIR:=$(DESTDIR)$(ASTDATADIR)/moh
CORE_SOUNDS_VERSION:=1.4.15
EXTRA_SOUNDS_VERSION:=1.4.9
-SOUNDS_URL:=http://downloads.digium.com/pub/telephony/sounds/releases
+SOUNDS_URL:=http://downloads.asterisk.org/pub/telephony/sounds/releases
MCS:=$(subst -EN-,-en-,$(MENUSELECT_CORE_SOUNDS))
MCS:=$(subst -FR-,-fr-,$(MCS))
MCS:=$(subst -ES-,-es-,$(MCS))