diff --git a/include/asterisk/bridge_channel_internal.h b/include/asterisk/bridge_channel_internal.h index 8cfbb7a7ca..1108c88d7a 100644 --- a/include/asterisk/bridge_channel_internal.h +++ b/include/asterisk/bridge_channel_internal.h @@ -26,7 +26,7 @@ * \author Matt Jordan * * A private API to manipulate channels in a bridge. These can be called on a channel in - * a bridge by \ref bridging.c. These functions should not be called elsewhere, including + * a bridge by \ref bridge.c. These functions should not be called elsewhere, including * by other members of the Bridging API. * * See Also: diff --git a/include/asterisk/doxygen/architecture.h b/include/asterisk/doxygen/architecture.h index 9cf15c723d..0809d6b2ee 100644 --- a/include/asterisk/doxygen/architecture.h +++ b/include/asterisk/doxygen/architecture.h @@ -265,7 +265,7 @@ For additional information on the bridging API, see \arg include/asterisk/bridge_after.h For additional implementation details regarding the core bridging API, see -main/bridging.c and main/bridging_channel.c. +main/bridge.c and main/bridge_channel.c. \subsection ArchInterfaceCDR Call Detail Record (CDR) Handlers