This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 18ce4e4 tour-de-jewel: fix url due to change from "royale" to "jewel"
folder
18ce4e4 is described below
commit 18ce4e4048dffe5a137e3c7f66c7a691ef33d878
Author: Carlos Rovira <[email protected]>
AuthorDate: Wed Apr 8 14:33:35 2020 +0200
tour-de-jewel: fix url due to change from "royale" to "jewel" folder
---
.../main/royale/components/ExampleAndSourceCodeTabbedSectionContent.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/examples/jewel/TourDeJewel/src/main/royale/components/ExampleAndSourceCodeTabbedSectionContent.as
b/examples/jewel/TourDeJewel/src/main/royale/components/ExampleAndSourceCodeTabbedSectionContent.as
index 99fb62e..bf4e09a 100644
---
a/examples/jewel/TourDeJewel/src/main/royale/components/ExampleAndSourceCodeTabbedSectionContent.as
+++
b/examples/jewel/TourDeJewel/src/main/royale/components/ExampleAndSourceCodeTabbedSectionContent.as
@@ -57,7 +57,7 @@ package components
private var sourceCodeTab:ScrollableSectionContent;
private var sourceCodeMXMLText:Code;
- private var sourceCodeUrlPrefix:String =
"https://api.github.com/repos/apache/royale-asjs/contents/examples/royale/TourDeJewel/src/main/royale/";
+ private var sourceCodeUrlPrefix:String =
"https://api.github.com/repos/apache/royale-asjs/contents/examples/jewel/TourDeJewel/src/main/royale/";
private var sourceCodeUrlWebPrefix:String =
"https://github.com/apache/royale-asjs/blob/develop/examples/jewel/TourDeJewel/src/main/royale/";
private var _sourceCodeUrl:String;