You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/24 10:31:17 UTC

[royale-asjs] branch develop updated: tour-de-jewel: fix urls to source code now that TDJ is in jewel folder

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 d6d0a61  tour-de-jewel: fix urls to source code now that TDJ is in jewel folder
d6d0a61 is described below

commit d6d0a6113aa20fb632a9f90e8b9a1fdbbdc9d659
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Mar 24 11:31:13 2020 +0100

    tour-de-jewel: fix urls to source code now that TDJ is in 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 78b0163..99fb62e 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/components/ExampleAndSourceCodeTabbedSectionContent.as
+++ b/examples/jewel/TourDeJewel/src/main/royale/components/ExampleAndSourceCodeTabbedSectionContent.as
@@ -58,7 +58,7 @@ package components
         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 sourceCodeUrlWebPrefix:String = "https://github.com/apache/royale-asjs/blob/develop/examples/royale/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;
         /**