diff --git a/include/asterisk/doxygen/releases.h b/include/asterisk/doxygen/releases.h index 07640dac4a..c895d1c3c3 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 - * Asterisk Security Advisory + * Asterisk Security Advisory * 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 c9687c53d3..05afdf52f9 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))