Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 71e349d

Browse files
authored
Merge pull request #72 from micro-lc/fix/CR-27-docs-links-fix
Fix links to Mia Docs
2 parents 05d93f0 + 4bb7579 commit 71e349d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -132,31 +132,31 @@ This walkthrough will explain you how to correctly create a [micro-lc](https://w
132132

133133
Access your [Mia-Platform DevOps Console](https://console.cloud.mia-platform.eu/login), create a new project, and go to the **Design** area.
134134

135-
From the Design area of your project, select _Microservices_ and then create a new one, you have now reached [Mia-Platform Marketplace](https://docs.mia-platform.eu/development_suite/api-console/api-design/marketplace/)!
135+
From the Design area of your project, select _Microservices_ and then create a new one, you have now reached [Mia-Platform Marketplace](https://docs.mia-platform.eu/docs/marketplace/overview_marketplace)!
136136
In the marketplace you will see a set of Examples and Templates that can be used to set-up microservices with a predefined and tested function.
137137

138138
For this walkthrough select the following template: **micro-lc Angular 12 Plugin Template**.
139139
Give your microservice the name you prefer, in this walkthrough we'll refer to it with the following name: **micro-lc-angular12-plugin-template**. Then, fill the other required fields and confirm that you want to create a microservice.
140-
A more detailed description on how to create a Microservice can be found in [Microservice from template - Get started](https://docs.mia-platform.eu/development_suite/api-console/api-design/custom_microservice_get_started/#2-service-creation) section of Mia-Platform documentation.
140+
A more detailed description on how to create a Microservice can be found in [Microservice from template - Get started](https://docs.mia-platform.eu/docs/development_suite/api-console/api-design/custom_microservice_get_started#1-microservice-creation) section of Mia-Platform documentation.
141141

142142
### Expose an endpoint to your microservice
143143

144144
In order to access to your new microservice it is necessary to create an endpoint that targets it.
145145
In particular, in this walkthrough you will create an endpoint to your microservice *micro-lc-angular12-plugin-template*. To do so, from the Design area of your project select _Endpoints_ and then create a new endpoint.
146146
Now you need to choose a path for your endpoint and to connect this endpoint to your microservice. Give to your endpoint the following path: **/micro-lc-angular12**. Then, specify that you want to connect your endpoint to a microservice and, finally, select *micro-lc-angular12-plugin-template*.
147-
Step 3 of [Microservice from template - Get started](https://docs.mia-platform.eu/development_suite/api-console/api-design/custom_microservice_get_started/#3-creating-the-endpoint) section of Mia-Platform documentation will explain in detail how to create an endpoint from the DevOps Console.
147+
Step 2 of [Microservice from template - Get started](https://docs.mia-platform.eu/docs/development_suite/api-console/api-design/custom_microservice_get_started#2-creating-the-endpoint) section of Mia-Platform documentation will explain in detail how to create an endpoint from the DevOps Console.
148148

149149
### Save your changes
150150

151151
After having created an endpoint to your microservice you should save the changes that you have done to your project in the DevOps console.
152152
Remember to choose a meaningful title for your commit (e.g 'created service micro_lc_angular12_plugin'). After some seconds you will be prompted with a popup message which confirms that you have successfully saved all your changes.
153-
Step 4 of [Microservice from template - Get started](https://docs.mia-platform.eu/development_suite/api-console/api-design/custom_microservice_get_started/#4-save-the-project) section of Mia-Platform documentation will explain how to correctly save the changes you have made on your project in the DevOps console.
153+
Step 3 of [Microservice from template - Get started](https://docs.mia-platform.eu/docs/development_suite/api-console/api-design/custom_microservice_get_started#3-save-the-project) section of Mia-Platform documentation will explain how to correctly save the changes you have made on your project in the DevOps console.
154154

155155
### Deploy
156156

157157
Once all the changes that you have made are saved, you should deploy your project through the DevOps Console. Go to the **Deploy** area of the DevOps Console.
158158
Once here select the environment and the branch you have worked on and confirm your choices clicking on the *deploy* button. When the deploy process is finished you will receive a pop-up message that will inform you.
159-
Step 5 of [Microservice from template - Get started](https://docs.mia-platform.eu/development_suite/api-console/api-design/custom_microservice_get_started/#5-deploy-the-project-through-the-api-console) section of Mia-Platform documentation will explain in detail how to correctly deploy your project.
159+
Step 4 of [Microservice from template - Get started](https://docs.mia-platform.eu/docs/development_suite/api-console/api-design/custom_microservice_get_started#4-deploy-the-project-through-the-api-console) section of Mia-Platform documentation will explain in detail how to correctly deploy your project.
160160

161161
### Try it
162162

0 commit comments

Comments
 (0)