Skip to content

Commit 6e4deb5

Browse files
Fancy2209joshtynjala
authored andcommitted
Fix doc-getstarted.md using wrong url for MXML Namespace
The ns only works when using http, using https causes the compiler to throw an error. Seems this was an oversight when performing the CMS Migration that slipped under the cracks as this change is listed in `content/migration/changes.txt`.
1 parent b305e89 commit 6e4deb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/doc-getstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This is a very simple, generic hello world application. You can learn a lot mor
8282
The complete code listing is (there may be some variations, depending on your IDE template. Just make sure what we talked about above match) :
8383

8484
<?xml version="1.0" encoding="utf-8"?>
85-
<s:Application xmlns:fx="https://ns.adobe.com/mxml/2009"
85+
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
8686
xmlns:s="library://ns.adobe.com/flex/spark"
8787
xmlns:mx="library://ns.adobe.com/flex/mx" width="640" height="480">
8888

@@ -116,4 +116,4 @@ The complete code listing is (there may be some variations, depending on your ID
116116
[12]: https://vimeo.com/46898669
117117
[13]: https://fdt.powerflasher.com/
118118
[14]: https://blogs.apache.org/flex/
119-
[15]: doc/flex/using/index.html
119+
[15]: doc/flex/using/index.html

0 commit comments

Comments
 (0)