Skip to content

Commit

Permalink
Update repository urls (#25)
Browse files Browse the repository at this point in the history
* update repo URL for Python with microkernel architecture

* update repo URL for Node.js with microkernel architecture

* Fix typo in survey

* Update template repository URLs
  • Loading branch information
horozal authored Mar 22, 2023
1 parent a0c1de0 commit ecbc9ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions src/main/resources/jsonfiles/projectURLs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
},
"Nodejs": {
"LAYERED": "https://github.com/horozal/layered-architecture-nodejs",
"EVENT_DRIVEN":"https://github.com/horozal/nodejs-template",
"MICROKERNEL": "https://github.com/horozal/nodejs-template",
"MICROSERVICES": "https://github.com/horozal/nodejs-template",
"SERVICE_ORIENTED": "https://github.com/horozal/nodejs-template",
"SPACE_BASED": "https://github.com/horozal/nodejs-template"
"EVENT_DRIVEN":"https://github.com/horozal/event-driven-nodejs",
"MICROKERNEL": "https://github.com/horozal/microkernel-nodejs",
"MICROSERVICES": "https://github.com/horozal/microservices-nodejs",
"SERVICE_ORIENTED": "https://github.com/horozal/service-oriented-nodejs",
"SPACE_BASED": "https://github.com/horozal/space-based-nodejs"
},
"Python": {
"LAYERED": "https://github.com/horozal/layered-architecture-python",
"EVENT_DRIVEN": "https://github.com/horozal/python-template",
"MICROKERNEL": "https://github.com/horozal/python-template",
"MICROSERVICES": "https://github.com/horozal/python-template",
"SERVICE_ORIENTED": "https://github.com/horozal/python-template",
"SPACE_BASED": "https://github.com/horozal/python-template"
"EVENT_DRIVEN": "https://github.com/horozal/event-driven-python",
"MICROKERNEL": "https://github.com/horozal/microkernel-python",
"MICROSERVICES": "https://github.com/horozal/microservices-python",
"SERVICE_ORIENTED": "https://github.com/horozal/service-oriented-python",
"SPACE_BASED": "https://github.com/horozal/space-based-python"
}
}
2 changes: 1 addition & 1 deletion src/main/resources/jsonfiles/survey.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
},
{
"id": "Q5_2",
"text": "Asynchronous communication / data flow (information can be exchanged in real time)"
"text": "Synchronous communication / data flow (information can be exchanged in real time)"
},
{
"id": "Q5_3",
Expand Down

0 comments on commit ecbc9ba

Please sign in to comment.