This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch flexdoc
in repository https://gitbox.apache.org/repos/asf/flex-site.git

commit dc5e763b159dee522cfa045add3e4e4ab2d856f3
Author: Josh Tynjala <joshtynj...@bowlerhat.dev>
AuthorDate: Tue Sep 16 14:47:15 2025 -0700

    using: some more Adobe links switched to Apache Flex ASDoc
---
 .../doc/flex/using/flx_charts_formatting_chf.html  |  4 +--
 content/doc/flex/using/flx_charts_intro_chi.html   |  4 +--
 content/doc/flex/using/flx_events_ev.html          | 10 ++----
 content/doc/flex/using/flx_fonts_ft.html           |  2 +-
 .../flex/using/flx_functest_components2_fc.html    |  3 +-
 content/doc/flex/using/flx_fxg_fx.html             | 36 ++++++----------------
 content/doc/flex/using/flx_gumboskinning_gs.html   |  8 ++---
 .../doc/flex/using/flx_passingarguments_pa.html    |  2 +-
 content/doc/flex/using/flx_security2_se.html       |  4 +--
 content/doc/flex/using/flx_skinning_sk.html        |  8 ++---
 .../doc/flex/using/flx_sparktextcontrols_stc.html  | 12 ++------
 content/doc/flex/using/flx_styles_st.html          | 27 +++++-----------
 content/doc/flex/using/flx_tooltips_tt.html        |  4 +--
 content/doc/flex/using/flx_usingas_ua.html         | 18 +++--------
 content/doc/flex/using/flx_validators_va.html      |  2 +-
 content/doc/flex/using/flx_wrapper_wr.html         |  8 ++---
 16 files changed, 42 insertions(+), 110 deletions(-)

diff --git a/content/doc/flex/using/flx_charts_formatting_chf.html 
b/content/doc/flex/using/flx_charts_formatting_chf.html
index 693b97190..3d1e5cf28 100644
--- a/content/doc/flex/using/flx_charts_formatting_chf.html
+++ b/content/doc/flex/using/flx_charts_formatting_chf.html
@@ -152,9 +152,7 @@ are inheritable, which means that if you set them on the 
chart control,
 the axes labels, titles, and other text elements on the chart inherit
 those settings. To determine whether a style is inheritable, see
 that style's description in <em>
-                     <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe<sup>®</sup> 
Flash<sup>®</sup>
-Platform</a>
-                  </em>. </p>
+                     <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>. </p>
 
                <p>Axis labels appear next to the tick marks along the chart's 
axis.
 Titles appear parallel to the axis line. By default, the text on
diff --git a/content/doc/flex/using/flx_charts_intro_chi.html 
b/content/doc/flex/using/flx_charts_intro_chi.html
index 6445836fd..b16fe2270 100644
--- a/content/doc/flex/using/flx_charts_intro_chi.html
+++ b/content/doc/flex/using/flx_charts_intro_chi.html
@@ -1462,9 +1462,7 @@ the data to the categories if you do not set a <samp 
class="codeph">yField</samp
 
             <p>For a complete list of the fields that each data series can use,
 see the data series's class entry in <em>
-                  <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-               </em>. For more information on data providers,
+                  <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>. For more 
information on data providers,
 see <a 
href="flx_controls_ctr.html#WS2db454920e96a9e51e63e3d11c0bf69084-7c73_verapache">Data
 provider controls</a>. </p>
 
diff --git a/content/doc/flex/using/flx_events_ev.html 
b/content/doc/flex/using/flx_events_ev.html
index 88ce6e546..ea42172c6 100644
--- a/content/doc/flex/using/flx_events_ev.html
+++ b/content/doc/flex/using/flx_events_ev.html
@@ -91,9 +91,7 @@ used interchangeably. </p>
          <p>For information about each component's events, see the component's 
description
 in <a 
href="flx_controls_ctr.html#WS2db454920e96a9e51e63e3d11c0bf69084-7ff8_verapache">UI
 Controls</a> or the control's entry in <em>
-               <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-            </em>. </p>
+               <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>. </p>
 
          <p>For a detailed description of a component's startup life cycle,
 including major events in that life cycle, see <a 
href="flx_ascomponents_advanced_asa.html#WS2db454920e96a9e51e63e3d11c0bf69084-7cdd_verapache">Create
@@ -2260,9 +2258,7 @@ that are dispatched by Flex to bubble. Events that can be 
bubbled
 include <samp class="codeph">change</samp>, <samp class="codeph">click</samp>, 
<samp class="codeph">doubleClick</samp>, <samp class="codeph">keyDown</samp>, 
<samp class="codeph">keyUp</samp>, <samp class="codeph">mouseDown</samp>,
 and <samp class="codeph">mouseUp</samp>. To determine whether an event bubbles,
 see the event's entry in the <em>
-                  <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-               </em>.</p>
+                  <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
             <p>During the bubbling phase, Flex changes the value of the <samp 
class="codeph">currentTarget</samp> property
 on the Event object to match the current node whose listener is
@@ -2789,7 +2785,7 @@ and <samp class="codeph">MOUSE_UP</samp> event types. </p>
 
          <p>For a list of types for each Event subclass, see the subclass's
 entry in <em>
-               <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
+               <a 
href="https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
 Flash Platform</a>
             </em>.</p>
 
diff --git a/content/doc/flex/using/flx_fonts_ft.html 
b/content/doc/flex/using/flx_fonts_ft.html
index f4b8a06de..649a8a486 100644
--- a/content/doc/flex/using/flx_fonts_ft.html
+++ b/content/doc/flex/using/flx_fonts_ft.html
@@ -1115,7 +1115,7 @@ of internal TextField controls. The valid values are 
<samp class="codeph">none</
 and <samp class="codeph">subpixel</samp>. The default value is <samp 
class="codeph">pixel</samp>.
 For more information, see the <a 
href="https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/TextField.html";
 target="_blank">TextField</a> and <a 
href="https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/GridFitType.html";
 target="_blank">GridFitType</a> classes
 in the <em>
-                                 <a 
href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
+                                 <a 
href="https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
 Flash Platform</a>
                               </em>. </p>
 
diff --git a/content/doc/flex/using/flx_functest_components2_fc.html 
b/content/doc/flex/using/flx_functest_components2_fc.html
index 529bebd98..2d643200e 100644
--- a/content/doc/flex/using/flx_functest_components2_fc.html
+++ b/content/doc/flex/using/flx_functest_components2_fc.html
@@ -1087,8 +1087,7 @@ provide their content information in a tabular form.</p>
 </div>
 
             <p>For more information about each of these interfaces, see the
-class's description in the <a 
href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe<sup>®</sup>
-Flash<sup>®</sup> Platform</a>.</p>
+class's description in the <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a>.</p>
 
          </div>
 
diff --git a/content/doc/flex/using/flx_fxg_fx.html 
b/content/doc/flex/using/flx_fxg_fx.html
index 24bf19466..0da76044a 100644
--- a/content/doc/flex/using/flx_fxg_fx.html
+++ b/content/doc/flex/using/flx_fxg_fx.html
@@ -3082,9 +3082,7 @@ order in FXG.</p>
 
          <p>For more information about using the <samp 
class="codeph">&lt;fx:Library&gt;</samp> and <samp 
class="codeph">&lt;fx:Definition&gt;</samp> language
 tags in MXML, see <em>
-               <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash<sup>®</sup> Platform</a>
-            </em>.</p>
+               <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
       </div>
 
@@ -3331,9 +3329,7 @@ child elements.</p>
 
          <p>For more information about using the <samp 
class="codeph">&lt;s:Group&gt;</samp> tag
 in MXML, see the <em>
-               <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-            </em>.</p>
+               <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
       </div>
 
@@ -3690,9 +3686,7 @@ strokes and fills. One rectangle has rounded corners:<pre 
class="codeblock">&lt;
                </div>
 
                <p>For more information, see the Rect class in the <em>
-                     <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-                  </em>.</p>
+                     <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
             </div>
 
@@ -3862,9 +3856,7 @@ used in the previous example:<pre class="noswf">&lt;?xml 
version="1.0" encoding=
                </div>
 
                <p>For more information, see the Ellipse class in the <em>
-                     <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-                  </em>. </p>
+                     <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>. </p>
 
             </div>
 
@@ -4197,9 +4189,7 @@ color shifts from blue to yellow:<pre 
class="codeblock">&lt;?xml version="1.0" e
                </div>
 
                <p>For more information, see the Line class in the <em>
-                     <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-                  </em>.</p>
+                     <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
             </div>
 
@@ -6305,9 +6295,7 @@ a SolidColor fill at 50% opacity:<pre 
class="codeblock">&lt;?xml version="1.0" e
                </div>
 
                <p>For more information, see the SolidColor class in the <em>
-                     <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-                  </em>.</p>
+                     <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
             </div>
 
@@ -6664,9 +6652,7 @@ in the previous example:<pre class="noswf">&lt;?xml 
version="1.0" encoding="utf-
                </div>
 
                <p>For more information, see the BitmapFill class in <em>
-                     <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-                  </em>.</p>
+                     <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
             </div>
 
@@ -6921,9 +6907,7 @@ fill mode for each image.<pre 
class="codeblock">Ôªø&lt;?xml version="1.0" enc
 assets</a>.</p>
 
             <p>For more information on using the BitmapImage class, see the 
<em>
-                  <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-               </em>.</p>
+                  <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
          </div>
 
@@ -7168,9 +7152,7 @@ of the first filter, and so on.</p>
 and MXML graphics. It also lists the FXG attributes and children.
 For the supported properties of the MXML graphics equivalents, see
 the <em>
-                  <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-               </em>.
+                  <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.
 <div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" 
frame="border" border="1" rules="all">
                      
                      
diff --git a/content/doc/flex/using/flx_gumboskinning_gs.html 
b/content/doc/flex/using/flx_gumboskinning_gs.html
index c80990c02..88b9216c1 100644
--- a/content/doc/flex/using/flx_gumboskinning_gs.html
+++ b/content/doc/flex/using/flx_gumboskinning_gs.html
@@ -465,9 +465,7 @@ a similar appearance to the Spark components in Flex 4 
applications.</p>
 
             <p>Skins typically follow the naming convention 
<em>componentName</em>Skin.mxml.
 In the <em>
-                  <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe<sup>®</sup>
-Flash<sup>®</sup> Platform</a>
-               </em>, most skins have several versions. For
+                  <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>, most skins 
have several versions. For
 example, there are four classes named ButtonSkin. The default skins for
 the Spark components are in the spark.skins.spark.* package.</p>
 
@@ -3028,9 +3026,7 @@ The following example adds a background with a BitmapFill 
object:<pre class="cod
 bitmap background plus the width of the border. In many cases, though,
 you will have to set properties on the fill to avoid tiling or apply
 clipping. For more information, see the BitmapFill class in the <em>
-                  <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-               </em>.</p>
+                  <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
             <p>The content group of the container's skin is typically the last
 element defined in the skin class. This is because the skin's layers
diff --git a/content/doc/flex/using/flx_passingarguments_pa.html 
b/content/doc/flex/using/flx_passingarguments_pa.html
index fdd83de38..e894bfb07 100644
--- a/content/doc/flex/using/flx_passingarguments_pa.html
+++ b/content/doc/flex/using/flx_passingarguments_pa.html
@@ -2007,7 +2007,7 @@ in your application if it originates from the same 
domain. You allow
 HTML pages outside of the application's domain to call methods of
 your application using the <a 
href="https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Security.html#allowDomain()"
 target="_blank">allowDomain()</a> method.
 For more information, see the <em>
-                  <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
+                  <a 
href="https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
 Flash Platform</a>
                </em>.</p>
 
diff --git a/content/doc/flex/using/flx_security2_se.html 
b/content/doc/flex/using/flx_security2_se.html
index 56df23466..f866aaaab 100644
--- a/content/doc/flex/using/flx_security2_se.html
+++ b/content/doc/flex/using/flx_security2_se.html
@@ -1603,7 +1603,7 @@ that make LocalConnection calls to HTTPS SWF files are 
served over
 HTTPS.</p>
 
             <p>For more information about using the LocalConnection class, see 
<em>
-                  <a 
href="http://www.adobe.com/go/learn_flex_programmingAS3_en"; 
target="_blank">ActionScript 3.0 Developer's Guide</a>
+                  <a href="https://help.adobe.com/en_US/as3/dev/index.html"; 
target="_blank">ActionScript 3.0 Developer's Guide</a>
                </em>.</p>
 
             <p>To facilitate SWF-to-SWF communication, you can also use 
cross-scripting.
@@ -2625,7 +2625,7 @@ Resource Center</p>
 
                      <td class="cellrowborder" valign="top" width="NaN%" 
headers="d846557e3490 ">
                         <p>
-                           <a 
href="http://www.adobe.com/go/AS3_networking_and_communications " 
target="_blank">http://www.adobe.com/go/AS3_networking_and_communications</a>
+                           <a 
href="http://www.adobe.com/go/AS3_networking_and_communications"; 
target="_blank">http://www.adobe.com/go/AS3_networking_and_communications</a>
                         </p>
 
                      </td>
diff --git a/content/doc/flex/using/flx_skinning_sk.html 
b/content/doc/flex/using/flx_skinning_sk.html
index 39d4a535b..a4ac24b81 100644
--- a/content/doc/flex/using/flx_skinning_sk.html
+++ b/content/doc/flex/using/flx_skinning_sk.html
@@ -2091,9 +2091,7 @@ around it:</p>
                <p>For a description of common methods of the <a 
href="https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/Graphics.html";
 target="_blank">Graphics</a> package,
 see <a 
href="flx_skinning_sk.html#WS2db454920e96a9e51e63e3d11c0bf69084-7f70_verapache">Drawing
 programmatically</a>.
 For details about these methods, see the <em>
-                     <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-                  </em>.</p>
+                     <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
                <p>One common task performed in the <samp 
class="codeph">updateDisplayList()</samp> method
 is to change properties of the skin, depending on the current state
@@ -2873,9 +2871,7 @@ states</a>.</p>
          <p>You can determine whether a skin property supports stateful skins
 from its description in the <em>
                <em>
-                  <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-               </em>
+                  <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>
             </em>. For example, all stateful skin properties
 contain a sentence in the form shown below for the <samp 
class="codeph">TitleWindow.closeButtonSkin</samp> property: </p>
 
diff --git a/content/doc/flex/using/flx_sparktextcontrols_stc.html 
b/content/doc/flex/using/flx_sparktextcontrols_stc.html
index 8fa9220e0..e21758123 100644
--- a/content/doc/flex/using/flx_sparktextcontrols_stc.html
+++ b/content/doc/flex/using/flx_sparktextcontrols_stc.html
@@ -928,9 +928,7 @@ written directly on its background.</p>
          </ul>
 
          <p>For complete reference information, see the <em>
-               <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe<sup>®</sup>
-Flash<sup>®</sup> Platform</a>
-            </em>.</p>
+               <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
          <p>To create user-editable text fields, use the TextInput or TextArea
 controls. For more information, see <a 
href="flx_sparktextcontrols_stc.html#WS02f7d8d4857b1677-165a04e1126951a2d98-7fdb_verapache">TextInput
@@ -1003,9 +1001,7 @@ RichEditableText subcomponent that is defined in the 
TextArea control's
 skin class.</p>
 
          <p>For complete reference information, see the <em>
-               <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-            </em>.</p>
+               <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
          <p>To create a single-line, editable text field, use the TextInput
 control. For more information, see <a 
href="flx_sparktextcontrols_stc.html#WS02f7d8d4857b1677-165a04e1126951a2d98-7fdb_verapache">TextInput
@@ -1209,9 +1205,7 @@ supports TLF. The text is rendered by a RichEditableText 
subcomponent
 in its skin class.</p>
 
          <p>For complete reference information, see the <em>
-               <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-            </em>.</p>
+               <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
          <p>To create a multiline, editable text field, use a TextArea control.
 For more information, see <a 
href="flx_sparktextcontrols_stc.html#WS02f7d8d4857b1677-165a04e1126951a2d98-7fd3_verapache">TextArea
diff --git a/content/doc/flex/using/flx_styles_st.html 
b/content/doc/flex/using/flx_styles_st.html
index 7a8544403..ffef250a2 100644
--- a/content/doc/flex/using/flx_styles_st.html
+++ b/content/doc/flex/using/flx_styles_st.html
@@ -108,8 +108,7 @@ Skinning</a>.</p>
          <p>When applying styles, you must be aware of which properties your
 theme supports. The default theme in Flex does not support all style
 properties. To determine if a style property is supported by the
-theme you are using, view the style's entry in <a 
href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>. If the style property is limited to a theme,
+theme you are using, view the style's entry in <a 
href="https://flex.apache.org/asdoc/"; target="_blank">ActionScript 3.0 
Reference for Apache Flex</a>. If the style property is limited to a theme,
 the Theme property will appear in the style's description, with
 the name of the supported themes next to it. For more information,
 see <a 
href="flx_styles_st.html#WS2db454920e96a9e51e63e3d11c0bf69084-7e8f_verapache">About
@@ -3233,9 +3232,7 @@ otherwise noted.</p>
                <li>
                   <p>The style is inheritable. You can see a list of inherited
 style for each control by viewing that control's entry in the <em>
-                        <a 
href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-                     </em>. You can programmatically determine if
+                        <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>. You can 
programmatically determine if
 a style is inheritable using the static <samp 
class="codeph">isInheritingStyle()</samp> or <samp 
class="codeph">isInheritingTextFormatStyle()</samp> methods
 on the StyleManager class. You can access the top-level StyleManager
 by using the <samp class="codeph">styleManager</samp> property of the 
Application
@@ -3247,16 +3244,12 @@ object.</p>
                   <p>The style is supported by the theme. To determine if a 
style
 property is supported by the theme you are using, view the style's
 entry in the <em>
-                        <a 
href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-                     </em>. If the style property is limited to a theme,
+                        <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>. If the 
style property is limited to a theme,
 the <samp class="codeph">Theme</samp> property will appear in the style's 
description,
 with the name of the supported theme next to it. If the style requires
 a different theme, you can use the <samp class="codeph">theme</samp> compiler
 option to change the theme. If the <em>
-                        <a 
href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-                     </em> does not specify a theme for a particular
+                        <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em> does not 
specify a theme for a particular
 style property, then that property should work with all themes.</p>
 
                </li>
@@ -3266,9 +3259,7 @@ style property, then that property should work with all 
themes.</p>
 which controls support which styles, see the control's description
 in the <em>
                         <em>
-                           <a 
href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-                        </em>
+                           <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>
                      </em>.</p>
 
                </li>
@@ -3316,9 +3307,7 @@ style, Flex does not apply the style.</p>
 
             <p>To determine if a style property is supported by the theme you
 are using, view the style's entry in the <em>
-                  <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-               </em>. If the style property is limited to a
+                  <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>. If the 
style property is limited to a
 theme, the Theme property will appear in the style's description,
 with the name of the supported theme next to it. If there is no
 theme specified for a particular style property, then the style
@@ -4044,9 +4033,7 @@ the name of the style property—for example, <samp 
class="codeph">fontSize</sam
             <p>The <em>property_value</em> sets the new value of the specified
 property. To determine valid values for properties, see the <em>
                   <em>
-                     <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-                  </em>
+                     <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>
                </em>.</p>
 
             <p>The following example uses the <samp 
class="codeph">getStyle()</samp> and <samp class="codeph">setStyle()</samp> 
methods
diff --git a/content/doc/flex/using/flx_tooltips_tt.html 
b/content/doc/flex/using/flx_tooltips_tt.html
index 3f595bc54..c113f6dd5 100644
--- a/content/doc/flex/using/flx_tooltips_tt.html
+++ b/content/doc/flex/using/flx_tooltips_tt.html
@@ -383,9 +383,7 @@ selector, your change affects the text of many controls in 
addition
 to ToolTips, so be careful when using the global selector. </p>
 
             <p>For a complete list of styles supported by ToolTips, see the 
<em>
-                  <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe<sup>®</sup>
-Flash<sup>®</sup> Platform</a>
-               </em>. For more information on using styles,
+                  <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>. For more 
information on using styles,
 see <a 
href="flx_styles_st.html#WS2db454920e96a9e51e63e3d11c0bf69084-7fee_verapache">Styles
 and themes</a>.</p>
 
diff --git a/content/doc/flex/using/flx_usingas_ua.html 
b/content/doc/flex/using/flx_usingas_ua.html
index 24b59a9ae..04c4ec3c0 100644
--- a/content/doc/flex/using/flx_usingas_ua.html
+++ b/content/doc/flex/using/flx_usingas_ua.html
@@ -33,11 +33,9 @@ developers can use ActionScript to extend the functionality 
of their
 applications. ActionScript provides flow control and object manipulation
 features that are not available in MXML. For a complete introduction
 to ActionScript and a reference for using the language, see <em>
-            <a href="http://www.adobe.com/go/learn_flex_programmingAS3_en"; 
target="_blank">ActionScript 3.0 Developer's Guide</a>
+            <a href="https://help.adobe.com/en_US/as3/dev/index.html"; 
target="_blank">ActionScript 3.0 Developer's Guide</a>
          </em> and <em>
-            <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-         </em>.</p>
+            <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
    </div>
 
@@ -424,9 +422,7 @@ within several development environments, including 
Adobe<sup>®</sup> Flash<sup>
 . </p>
 
             <p>The ActionScript API reference is included as part of the <em>
-                  <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-               </em>.</p>
+                  <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
          </div>
 
@@ -720,9 +716,7 @@ are created.</p>
             <p>When creating visual controls, you must import the appropriate
 package. In most cases, this is the mx.controls package, although
 you should check the <em>
-                  <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-               </em>.</p>
+                  <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
             <p>The following example creates a Button control inside the HGroup
 container:</p>
@@ -1696,9 +1690,7 @@ all the dynamically added properties of an object, for 
example:</p>
 
             <p>The mx.utils.ObjectUtil class has other useful methods such as 
<samp class="codeph">compare()</samp>, <samp class="codeph">copy()</samp>,
 and <samp class="codeph">isSimple()</samp>. For more information, see the <em>
-                  <a href="http://www.adobe.com/go/learn_flex4_apiref_en"; 
target="_blank">ActionScript 3.0 Reference for the Adobe
-Flash Platform</a>
-               </em>.</p>
+                  <a href="https://flex.apache.org/asdoc/"; 
target="_blank">ActionScript 3.0 Reference for Apache Flex</a></em>.</p>
 
          </div>
 
diff --git a/content/doc/flex/using/flx_validators_va.html 
b/content/doc/flex/using/flx_validators_va.html
index 28e97e610..701831ce4 100644
--- a/content/doc/flex/using/flx_validators_va.html
+++ b/content/doc/flex/using/flx_validators_va.html
@@ -3197,7 +3197,7 @@ of the regular expression in the field to validate. A 
validation
 error occurs when the validator finds no match. </p>
 
             <p>You use regular expressions with the RegExpValidator. For 
information
-on writing regular expressions, see <a 
href="http://www.adobe.com/go/learn_flex_programmingAS3_en"; 
target="_blank">ActionScript 3.0 Developer's Guide</a>.</p>
+on writing regular expressions, see <a 
href="https://help.adobe.com/en_US/as3/dev/index.html"; 
target="_blank">ActionScript 3.0 Developer's Guide</a>.</p>
 
             <p>The RegExpValidator class dispatches the <samp 
class="codeph">valid</samp> and <samp class="codeph">invalid</samp> events.
 For an <samp class="codeph">invalid</samp> event, the event object is an 
instance
diff --git a/content/doc/flex/using/flx_wrapper_wr.html 
b/content/doc/flex/using/flx_wrapper_wr.html
index 49824bc8c..204c3a32d 100644
--- a/content/doc/flex/using/flx_wrapper_wr.html
+++ b/content/doc/flex/using/flx_wrapper_wr.html
@@ -1198,10 +1198,6 @@ support to your custom wrapper.</p>
 
          </div>
 
-         <div><div class="relinfo"><strong>Related information</strong><br/>
-<div><a href="http://www.adobe.com/go/fp_detectionkit"; target="_blank">Flash 
Player Detection Kit</a></div>
-</div>
-</div>
       </div>
 
       <div class="nested2" 
id="WS2db454920e96a9e51e63e3d11c0bf69084-7b9d_verapache"><a 
name="WS2db454920e96a9e51e63e3d11c0bf69084-7b9d_verapache"><!-- --></a>
@@ -1552,7 +1548,7 @@ and <samp 
class="codeph">SharedObject.getLocal()</samp>.</p>
                         </div>
 
                         <p>For
-more information, see <a 
href="http://www.adobe.com/go/learn_flex_programmingAS3_en"; 
target="_blank">ActionScript 3.0 Developer's Guide</a>.</p>
+more information, see <a 
href="https://help.adobe.com/en_US/as3/dev/index.html"; 
target="_blank">ActionScript 3.0 Developer's Guide</a>.</p>
 
                      </td>
 
@@ -1652,7 +1648,7 @@ of <samp class="codeph">_self</samp>, <samp 
class="codeph">_parent</samp>, or <s
                         </div>
 
                         <p>For
-more information, see <a 
href="http://www.adobe.com/go/learn_flex_programmingAS3_en"; 
target="_blank">ActionScript 3.0 Developer's Guide</a>.</p>
+more information, see <a 
href="https://help.adobe.com/en_US/as3/dev/index.html"; 
target="_blank">ActionScript 3.0 Developer's Guide</a>.</p>
 
                      </td>
 

Reply via email to