This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git
commit 6f0d9ea0bec2d67547d32f15e5ad776c6310939a Author: Josh Tynjala <[email protected]> AuthorDate: Thu Aug 21 15:21:11 2025 -0700 adding missing escape for _ in target=_blank --- frameworks-and-libraries.md | 2 +- libraries/mdl-royale.md | 6 +++--- libraries/spectrum-royale.md | 4 ++-- migrate-an-existing-app/emulation.md | 4 ++-- tutorials.md | 2 +- user-interface/alerts.md | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frameworks-and-libraries.md b/frameworks-and-libraries.md index 56a238f..818a503 100644 --- a/frameworks-and-libraries.md +++ b/frameworks-and-libraries.md @@ -48,5 +48,5 @@ Are you new to Royale libraries? [Read what they are and how to use them](librar * Use Adobe's [Spectrum with Royale](libraries/spectrum-royale). Spectrum supports large application ecosystems. * You can use [Material Design Lite (MDL) with Royale](libraries/mdl-royale). MDL is a library/CSS structure that follows the Material Design principles that Google developed. -See a working example of [Using external JavaScript libraries in Apache Royale](https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/){:target="_blank"}. +See a working example of [Using external JavaScript libraries in Apache Royale](https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/){:target="\_blank"}. diff --git a/libraries/mdl-royale.md b/libraries/mdl-royale.md index c41b3fa..c9caa8a 100644 --- a/libraries/mdl-royale.md +++ b/libraries/mdl-royale.md @@ -26,10 +26,10 @@ Use Material Design Lite with Apache Royale Google developed _Material Design_ in 2014 as a design language. Material Design uses grid-based layouts, responsive animations and transitions, padding, and depth effects such as lighting and shadows. -[Material Design Lite](https://getmdl.io/){:target="_blank"}, or MDL, lets you add a Material Design look and feel to your application. It doesn’t rely on any JavaScript frameworks and optimizes for cross-device use. Adding MDL to your Royale project helps you offer an accessible and pleasing user experience. +[Material Design Lite](https://getmdl.io/){:target="\_blank"}, or MDL, lets you add a Material Design look and feel to your application. It doesn’t rely on any JavaScript frameworks and optimizes for cross-device use. Adding MDL to your Royale project helps you offer an accessible and pleasing user experience. -See [examples of Royale and MDL](https://transpiledactionscript.com/examples/MDLExample/){:target="_blank"}. +See [examples of Royale and MDL](https://transpiledactionscript.com/examples/MDLExample/){:target="\_blank"}. -[Another example](https://transpiledactionscript.com/examples/PureMVCEmployeeAdminMDL/){:target="_blank"} shows a browsable staff list in Apache Royale and MDL. +[Another example](https://transpiledactionscript.com/examples/PureMVCEmployeeAdminMDL/){:target="\_blank"} shows a browsable staff list in Apache Royale and MDL. diff --git a/libraries/spectrum-royale.md b/libraries/spectrum-royale.md index 6d188b9..deb9053 100644 --- a/libraries/spectrum-royale.md +++ b/libraries/spectrum-royale.md @@ -24,6 +24,6 @@ permalink: /libraries/spectrum-royale Using the Adobe Spectrum system with Royale -[Spectrum CSS](https://opensource.adobe.com/spectrum-css/){:target="_blank"} is an open-source implementation of Spectrum, Adobe's design system. It includes components and resources to make applications more cohesive. Adobe has created Spectrum to support large application ecosystems that benefit from sharing design elements to provide a consistent experience for their users, and large development teams. According to [Adobe](https://spectrum.adobe.com/){:target="_blank"}, "Spectrum prov [...] +[Spectrum CSS](https://opensource.adobe.com/spectrum-css/){:target="\_blank"} is an open-source implementation of Spectrum, Adobe's design system. It includes components and resources to make applications more cohesive. Adobe has created Spectrum to support large application ecosystems that benefit from sharing design elements to provide a consistent experience for their users, and large development teams. According to [Adobe](https://spectrum.adobe.com/){:target="\_blank"}, "Spectrum pr [...] -You can incorporate the resources of Spectrum into your [Apache Royale](https://royale.apache.org/) project. See [examples of Royale and Spectrum working together](https://unhurdle.github.io/spectrum-royale){:target="_blank"} with downloadable source code. +You can incorporate the resources of Spectrum into your [Apache Royale](https://royale.apache.org/) project. See [examples of Royale and Spectrum working together](https://unhurdle.github.io/spectrum-royale){:target="\_blank"} with downloadable source code. diff --git a/migrate-an-existing-app/emulation.md b/migrate-an-existing-app/emulation.md index 7cee019..118d4d1 100644 --- a/migrate-an-existing-app/emulation.md +++ b/migrate-an-existing-app/emulation.md @@ -28,9 +28,9 @@ The Royale team typically discovers the need to emulate a component when a proje Further information is in these documents: -- [Creating a high-level emulation component](https://github.com/apache/royale-asjs/wiki/Creating-A-High-Level-Emulation-Component){:target="_blank"} +- [Creating a high-level emulation component](https://github.com/apache/royale-asjs/wiki/Creating-A-High-Level-Emulation-Component){:target="\_blank"} -- [Emulation components](https://github.com/apache/royale-asjs/wiki/Emulation-Components){:target="_blank"} +- [Emulation components](https://github.com/apache/royale-asjs/wiki/Emulation-Components){:target="\_blank"} diff --git a/tutorials.md b/tutorials.md index 123d6dd..9c729c1 100644 --- a/tutorials.md +++ b/tutorials.md @@ -39,6 +39,6 @@ Here you can find links to tutorials and how-to blog articles that will help you * [Using View States to show or hide content](https://royale.apache.org/blog/using-view-states-to-show-or-hide-content){:target='_blank'} * [Using an item renderer with a list](https://royale.apache.org/blog/using-an-item-renderer-with-a-list){:target='_blank'} * [Customization through the Royale API](https://royale.apache.org/blog/customization-through-the-royale-api){:target='_blank'} - * [Data binding](https://royale.apache.org/blog/binding-the-text-property-of-a-jewel-textinput-to-update-a-text-label/){:target="_blank"} + * [Data binding](https://royale.apache.org/blog/binding-the-text-property-of-a-jewel-textinput-to-update-a-text-label/){:target="\_blank"} [Tour de Jewel](https://royale.apache.org/tourdejewel){:target='_blank'} is a set of examples of how to use the [Jewel component set](component-sets/jewel) to build a [user interface](user-interface) that will deliver what you want and provide a great user experience. diff --git a/user-interface/alerts.md b/user-interface/alerts.md index 1227fb9..ff7808e 100644 --- a/user-interface/alerts.md +++ b/user-interface/alerts.md @@ -29,7 +29,7 @@ When a user is working with your application, you may need to get their attentio _Information about the Alert component will appear here_ -Read a [tutorial about creating an Alert](https://royale.apache.org/using-jewel-alert-control/){:target="_blank") +Read a [tutorial about creating an Alert](https://royale.apache.org/using-jewel-alert-control/){:target="\_blank") ## Banner @@ -55,7 +55,7 @@ _Information about the toast feature will appear here_ _Information about the tooltip component will appear here_ ## Examples -[Tour de Jewel](https://royale.apache.org/tourdejewel/#){:target="_Blank"} is not just an excellent resource for not seeing what various Royale components can do. You can also review the code for each sample online, or download it so you can study it in detail and adapt it to your project. +[Tour de Jewel](https://royale.apache.org/tourdejewel/#){:target="\_blank"} is not just an excellent resource for not seeing what various Royale components can do. You can also review the code for each sample online, or download it so you can study it in detail and adapt it to your project. Tour de Jewel has examples of the three ways of alerting your app users or asking them questions:
