Skip to content

Commit

Permalink
fix download buttons for as3-starling
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Mar 4, 2024
1 parent 2fffb0f commit f28d136
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions learn/as3-starling/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ sidebarTitle: Installation
Click the button below to download the latest version of Feathers UI for ActionScript 3 and Starling:

<div class="alignCenter">
<div class="buttonWrapper">
<a class="button" href="https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathers-ui-4.1.1.zip" onClick="_gaq.push(['_trackEvent', 'Downloads', 'Build', '4.1.1']);">Download Feathers 4.1.1</a>
<div class="btn-wrapper">
<a class="btn" href="https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathers-ui-4.1.1.zip" onClick="_gaq.push(['_trackEvent', 'Downloads', 'Build', '4.1.1']);">Download Feathers 4.1.1</a>
</div>
</div>

Expand Down
10 changes: 5 additions & 5 deletions learn/as3-starling/sdk/installation-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ The Feathers SDK may be installed using the **Feathers SDK Manager**, an app des

1. Download the installer for the Feathers SDK Manager for either Windows or macOS.

<div class="alignCenter">
<div class="pluginWrapper buttonWrapper">
<a class="button" href="https://github.com/feathersui/feathersui-starling-sdk-manager/releases/download/v1.2.3/FeathersSDKManagerInstaller-1.2.3.exe" onClick="_gaq.push(['_trackEvent', 'Downloads', 'SDKManagerWin', '1.2.3']);">Download Windows</a>
<a class="button" href="https://github.com/feathersui/feathersui-starling-sdk-manager/releases/download/v1.2.3/FeathersSDKManagerInstaller-1.2.3.pkg" onClick="_gaq.push(['_trackEvent', 'Downloads', 'SDKManagerMac', '1.2.3']);">Download macOS</a>
<div class="alignCenter">
<div class="btn-wrapper">
<a class="btn" href="https://github.com/feathersui/feathersui-starling-sdk-manager/releases/download/v1.2.3/FeathersSDKManagerInstaller-1.2.3.exe" onClick="_gaq.push(['_trackEvent', 'Downloads', 'SDKManagerWin', '1.2.3']);">Download Windows</a>
<a class="btn" href="https://github.com/feathersui/feathersui-starling-sdk-manager/releases/download/v1.2.3/FeathersSDKManagerInstaller-1.2.3.pkg" onClick="_gaq.push(['_trackEvent', 'Downloads', 'SDKManagerMac', '1.2.3']);">Download macOS</a>
</div>
</div>
</div>

2. Run the installer and follow the steps in the wizard.

Expand Down

0 comments on commit f28d136

Please sign in to comment.