<p>
The ov_ectl_ratemanage2_arg structure is used with <a
-href="ov_ectl.html">ov_ectl()</a> and the OV_ECTL_RATEMANAGE2_GET and
+href="vorbis_encode_ctl.html">vorbis_encode_ctl()</a> and the OV_ECTL_RATEMANAGE2_GET and
OV_ECTL_RATEMANAGE2_SET calls in order to query and modify specifics
of the encoder's bitrate management configuration.
<p>
The ov_ectl_ratemanage_arg structure is used with <a
-href="ov_ectl.html">ov_ectl()</a> and the OV_ECTL_RATEMANAGE_GET,
+href="vorbis_encode_ctl.html">vorbis_encode_ctl()</a> and the OV_ECTL_RATEMANAGE_GET,
OV_ECTL_RATEMANAGE_SET, OV_ECTL_RATEMANAGE_AVG,
OV_ECTL_RATEMANAGE_HARD calls in order to query and modify specifics
of the encoder's bitrate management configuration. Note that this is
-a deprecated interface; please use ov_ectl() with the <a
+a deprecated interface; please use vorbis_encode_ctl() with the <a
href="ov_ectl_ratemanage2_arg.html">ov_ectl_ratemanage2_arg</a> struct
and OV_ECTL_RATEMANAGE2_GET and OV_ECTL_RATEMANAGE2_SET calls in new
code.