Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarriou committed Jul 18, 2018
1 parent 0dbdff7 commit d65d808
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -2,7 +2,7 @@

## For questions

Read the [documentation](https://system-designer.readme.io/) before to see if your questions has been answered in the documentation
Read the [documentation](https://designfirst.io/systemdesigner/documentation/docs/what-is-system-designer.html) before to see if your questions has been answered in the documentation

## For suggestions

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -144,8 +144,8 @@ Once server started, go to [http://localhost:9001/](http://localhost:9001/). All

## Documentation

* [Quick Start](https://system-designer.readme.io/docs/quick-start)
* [Documentation](https://system-designer.readme.io/)
* [Quick Start](https://designfirst.io/systemdesigner/documentation/docs/quick-start.html)
* [Documentation](https://designfirst.io/systemdesigner/documentation/docs/what-is-system-designer.html)

## Community

Expand Down
2 changes: 1 addition & 1 deletion examples/create-css-components.json
Expand Up @@ -2,7 +2,7 @@
"name": "create-css-components",
"master": true,
"version": "1.0.1",
"description": "Create CSS components\n\nThis system is taken from the tutorial: https://system-designer.readme.io/docs/bundle-your-css",
"description": "Create CSS components\n\nThis system is taken from the tutorial: https://designfirst.io/systemdesigner/documentation/docs/bundle-your-css.html",
"schemas": {
"15c421db8d144f8": {
"_id": "15c421db8d144f8",
Expand Down
2 changes: 1 addition & 1 deletion examples/create-html-components.json
Expand Up @@ -2,7 +2,7 @@
"name": "create-html-components",
"master": true,
"version": "1.0.1",
"description": "Create HTML components\n\nThis system is taken from the tutorial: https://system-designer.readme.io/docs/bundle-your-html",
"description": "Create HTML components\n\nThis system is taken from the tutorial: https://designfirst.io/systemdesigner/documentation/docs/bundle-your-html.html",
"schemas": {
"1bab01d624199e0": {
"_id": "1bab01d624199e0",
Expand Down
2 changes: 1 addition & 1 deletion examples/create-js-components.json
Expand Up @@ -2,7 +2,7 @@
"name": "create-js-components",
"master": true,
"version": "1.0.1",
"description": "Create JavaScript components\n\nThis system is taken from the tutorial: https://system-designer.readme.io/docs/bundle-your-javascript",
"description": "Create JavaScript components\n\nThis system is taken from the tutorial: https://designfirst.io/systemdesigner/documentation/docs/bundle-your-javascript.html",
"schemas": {
"1845f15ebf19bd7": {
"_id": "1845f15ebf19bd7",
Expand Down
4 changes: 2 additions & 2 deletions src/systems/classes/HTML-class.json
Expand Up @@ -46,12 +46,12 @@
"copyright.html": {
"_id": "copyright.html",
"source":
"Version {{version}}<br>Copyright 漏 2018 - <a href=\"https://system-designer.readme.io/docs/who-is-behind-system-designer\" target=\"_blank\">Erwan Carriou</a><br><br>System\nDesigner is <a href=\"https://www.apache.org/licenses/LICENSE-2.0\" target=\"_blank\">distributed under Apache License 2.0</a> and is powered by <a href=\"https://designfirst.io/systemruntime/\" target=\"_blank\">System Runtime</a>.<br><br>For comments or questions\nyou can <a href=\"https://system-designer.readme.io/discuss/\" target=\"_blank\">go to the support page</a> or <a href=\"mailto:erwan.carriou@mac.com\">send me an email</a>.<br>If you find a bug, please\nreport it on <a href=\"https://github.com/design-first/system-designer/issues\" target=\"_blank\">this page</a>."
"Version {{version}}<br>Copyright 漏 2018 - <a href=\"https://designfirst.io/systemdesigner/documentation/docs/who-is-behind-system-designer.html\" target=\"_blank\">Erwan Carriou</a><br><br>System\nDesigner is <a href=\"https://www.apache.org/licenses/LICENSE-2.0\" target=\"_blank\">distributed under Apache License 2.0</a> and is powered by <a href=\"https://designfirst.io/systemruntime/\" target=\"_blank\">System Runtime</a>.<br><br>For comments or questions\nyou can <a href=\"https://github.com/design-first/system-designer/issues\" target=\"_blank\">go to the support page</a> or <a href=\"mailto:erwan.carriou@mac.com\">send me an email</a>.<br>If you find a bug, please\nreport it on <a href=\"https://github.com/design-first/system-designer/issues\" target=\"_blank\">this page</a>."
},
"dialog-modal-welcome.html": {
"_id": "dialog-modal-welcome.html",
"source":
"<div class=\"modal fade\" id=\"designer-dialog-welcome-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\">\n <div class=\"modal-dialog modal-lg\" role=\"document\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\" id=\"myModalLabel\">{{title}}</h4>\n </div>\n <div class=\"modal-body\">\n <form class=\"form-horizontal\" role=\"form\">\n System Designer will help you to create systems. To begin have a look on our\n <a href=\"https://system-designer.readme.io/docs/quick-start\" target=\"_blank\">Quick Start</a> page or\n at this short video:\n <br>\n <br>\n <div style=\"text-align: center;\">\n <video width=\"640\" height=\"360\" controls=\"controls\" style=\"max-width:100%;height:auto;\">\n <source src=\"video/systemdesigner.mp4\" type=\"video/mp4\">\n </video>\n </div>\n </form>\n </div>\n <div class=\"modal-footer\">\n <button type=\"button\" class=\"btn btn-primary\" id=\"designer-dialog-welcome-modal-ok\">Close</button>\n </div>\n </div>\n </div>\n</div>"
"<div class=\"modal fade\" id=\"designer-dialog-welcome-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\">\n <div class=\"modal-dialog modal-lg\" role=\"document\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\" id=\"myModalLabel\">{{title}}</h4>\n </div>\n <div class=\"modal-body\">\n <form class=\"form-horizontal\" role=\"form\">\n System Designer will help you to create systems. To begin have a look on our\n <a href=\"https://designfirst.io/systemdesigner/documentation/docs/quick-start.html\" target=\"_blank\">Quick Start</a> page or\n at this short video:\n <br>\n <br>\n <div style=\"text-align: center;\">\n <video width=\"640\" height=\"360\" controls=\"controls\" style=\"max-width:100%;height:auto;\">\n <source src=\"video/systemdesigner.mp4\" type=\"video/mp4\">\n </video>\n </div>\n </form>\n </div>\n <div class=\"modal-footer\">\n <button type=\"button\" class=\"btn btn-primary\" id=\"designer-dialog-welcome-modal-ok\">Close</button>\n </div>\n </div>\n </div>\n</div>"
},
"menu-action-version.html": {
"_id": "menu-action-version.html",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/diagram.json
Expand Up @@ -629,7 +629,7 @@
"component": "q189c51d320139d0",
"state": "click",
"action":
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://system-designer.readme.io/docs/generate-a-class-diagram', '_blank', true);\t\n}",
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/generate-a-class-diagram.html', '_blank', true);\t\n}",
"useCoreAPI": false,
"core": false
},
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-behavior.json
Expand Up @@ -557,7 +557,7 @@
"component": "1dbc51200e11616",
"state": "click",
"action":
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://system-designer.readme.io/docs/create-a-behavior', '_blank', true); \n}"
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/create-a-behavior.html', '_blank', true); \n}"
},
"r1c1e3143bb14fea": {
"_id": "r1c1e3143bb14fea",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-component.json
Expand Up @@ -556,7 +556,7 @@
"component": "1dbc51200e11617",
"state": "click",
"action":
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://system-designer.readme.io/docs/create-a-component', '_blank', true);\n}"
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/create-a-component.html', '_blank', true);\n}"
},
"u1b6fb175031cb76": {
"_id": "u1b6fb175031cb76",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-model.json
Expand Up @@ -564,7 +564,7 @@
"component": "1dbc51200e11615",
"state": "click",
"action":
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://system-designer.readme.io/docs/edit-a-model', '_blank', true); \n}"
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/edit-a-model.html', '_blank', true); \n}"
},
"g161d21f3a912625": {
"_id": "g161d21f3a912625",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-schema.json
Expand Up @@ -570,7 +570,7 @@
"component": "1dbc51200e11510",
"state": "click",
"action":
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://system-designer.readme.io/docs/create-a-schema', '_blank', true); \n}"
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/create-a-schema.html', '_blank', true); \n}"
},
"b18fab15f501e117": {
"_id": "b18fab15f501e117",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-system.json
Expand Up @@ -556,7 +556,7 @@
"component": "1dbc51200e11z10",
"state": "click",
"action":
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://system-designer.readme.io/docs/create-a-system', '_blank', true); \n}"
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/create-a-system.html', '_blank', true); \n}"
},
"j190d61dacc1fb05": {
"_id": "j190d61dacc1fb05",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/editor-type.json
Expand Up @@ -590,7 +590,7 @@
"component": "1dbc51200e116e10",
"state": "click",
"action":
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://system-designer.readme.io/docs/create-a-type', '_blank', true); \n}"
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/create-a-type.html', '_blank', true); \n}"
},
"w108111c7dc1ca6b": {
"_id": "w108111c7dc1ca6b",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/core/system-designer.json
Expand Up @@ -704,7 +704,7 @@
"component": "13a291c27f16314",
"state": "click",
"action":
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n switch (this.require('state').menu()) {\n case 'systems':\n this.require('designer').open('https://system-designer.readme.io/docs/create-a-system', '_blank', true); \n break;\n case 'schemas':\n this.require('designer').open('https://system-designer.readme.io/docs/create-a-schema', '_blank', true); \n break;\n case 'models':\n this.require('designer').open('https://system-designer.readme.io/docs/edit-a-model', '_blank', true); \n break;\n case 'types':\n this.require('designer').open('https://system-designer.readme.io/docs/create-a-type', '_blank', true); \n break;\n case 'behaviors':\n this.require('designer').open('https://system-designer.readme.io/docs/create-a-behavior', '_blank', true); \n break;\n case 'components':\n this.require('designer').open('https://system-designer.readme.io/docs/create-a-component', '_blank', true); \n break;\n case 'logs':\n this.require('designer').open('https://system-designer.readme.io/docs/run-your-system', '_blank', true);\n break;\n default:\n this.require('designer').open('https://system-designer.readme.io/docs/quick-start', '_blank', true); \n break;\n }\n}"
"function click() { \n $('#designer-toolbar-item-help').tooltip('hide');\n if ($('#designer-dialog').children().length) {\n $('#' + $(\"#designer-dialog\").children()[0].id).removeClass('fade').modal('hide');\n }\n \n switch (this.require('state').menu()) {\n case 'systems':\n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/create-a-system.html', '_blank', true); \n break;\n case 'schemas':\n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/create-a-schema.html', '_blank', true); \n break;\n case 'models':\n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/edit-a-model.html', '_blank', true); \n break;\n case 'types':\n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/create-a-type.html', '_blank', true); \n break;\n case 'behaviors':\n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/create-a-behavior.html', '_blank', true); \n break;\n case 'components':\n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/create-a-component.html', '_blank', true); \n break;\n case 'logs':\n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/run-your-system.html', '_blank', true);\n break;\n default:\n this.require('designer').open('https://designfirst.io/systemdesigner/documentation/docs/quick-start.html', '_blank', true); \n break;\n }\n}"
},
"o1ff8e17e1c1bcd7": {
"_id": "o1ff8e17e1c1bcd7",
Expand Down
4 changes: 2 additions & 2 deletions src/systems/platforms/cordova.json
Expand Up @@ -40,12 +40,12 @@
"copyright.html": {
"_id": "copyright.html",
"source":
"Version {{version}}<br>Copyright 漏 2018 - <a href=\"https://system-designer.readme.io/docs/who-is-behind-system-designer\" target=\"_blank\">Erwan Carriou</a><br><br>System\nDesigner is <a href=\"https://www.apache.org/licenses/LICENSE-2.0\" target=\"_blank\">distributed under Apache License 2.0</a> and is powered by <a href=\"https://designfirst.io/systemruntime/\" target=\"_blank\">System Runtime</a>.<br><br>For comments or questions\nyou can <a href=\"https://system-designer.readme.io/discuss/\" target=\"_blank\">go to the support page</a> or <a href=\"mailto:erwan.carriou@mac.com\">send me an email</a>.<br>If you find a bug, please\nreport it on <a href=\"https://github.com/design-first/system-designer/issues\">this page</a>."
"Version {{version}}<br>Copyright 漏 2018 - <a href=\"https://designfirst.io/systemdesigner/documentation/docs/who-is-behind-system-designer.html\" target=\"_blank\">Erwan Carriou</a><br><br>System\nDesigner is <a href=\"https://www.apache.org/licenses/LICENSE-2.0\" target=\"_blank\">distributed under Apache License 2.0</a> and is powered by <a href=\"https://designfirst.io/systemruntime/\" target=\"_blank\">System Runtime</a>.<br><br>For comments or questions\nyou can <a href=\"https://github.com/design-first/system-designer/issues\" target=\"_blank\">go to the support page</a> or <a href=\"mailto:erwan.carriou@mac.com\">send me an email</a>.<br>If you find a bug, please\nreport it on <a href=\"https://github.com/design-first/system-designer/issues\">this page</a>."
},
"dialog-modal-welcome.html": {
"_id": "dialog-modal-welcome.html",
"source":
"<div class=\"modal fade\" id=\"designer-dialog-welcome-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\">\n <div class=\"modal-dialog modal-lg\" role=\"document\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\" id=\"myModalLabel\">{{title}}</h4>\n </div>\n <div class=\"modal-body\">\n <form class=\"form-horizontal\" role=\"form\">\n System Designer will help you to create systems. To begin have a look on our <a href=\"https://system-designer.readme.io/docs/quick-start\" target=\"_blank\">Quick Start</a>.<br><br>\n </form>\n </div>\n <div class=\"modal-footer\">\n <button type=\"button\" class=\"btn btn-primary\" id=\"designer-dialog-welcome-modal-ok\">Close</button>\n </div>\n </div>\n </div>\n</div>"
"<div class=\"modal fade\" id=\"designer-dialog-welcome-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\">\n <div class=\"modal-dialog modal-lg\" role=\"document\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\" id=\"myModalLabel\">{{title}}</h4>\n </div>\n <div class=\"modal-body\">\n <form class=\"form-horizontal\" role=\"form\">\n System Designer will help you to create systems. To begin have a look on our <a href=\"https://designfirst.io/systemdesigner/documentation/docs/quick-start.html\" target=\"_blank\">Quick Start</a>.<br><br>\n </form>\n </div>\n <div class=\"modal-footer\">\n <button type=\"button\" class=\"btn btn-primary\" id=\"designer-dialog-welcome-modal-ok\">Close</button>\n </div>\n </div>\n </div>\n</div>"
},
"menu-header-behavior.html": {
"_id": "menu-header-behavior.html",
Expand Down

0 comments on commit d65d808

Please sign in to comment.