diff --git a/src/main/resources/jsonfiles/projectURLs.json b/src/main/resources/jsonfiles/projectURLs.json index bc0a78f..a7cc794 100644 --- a/src/main/resources/jsonfiles/projectURLs.json +++ b/src/main/resources/jsonfiles/projectURLs.json @@ -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" } } diff --git a/src/main/resources/jsonfiles/survey.json b/src/main/resources/jsonfiles/survey.json index de64031..27d9d32 100644 --- a/src/main/resources/jsonfiles/survey.json +++ b/src/main/resources/jsonfiles/survey.json @@ -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",