Skip to content

Commit 2e8ebcf

Browse files
committed
Fix broken links
1 parent d132f6c commit 2e8ebcf

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

get-started/get-help.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,21 +665,23 @@ The purpose of _package-lock.json_ is to pin your project's dependencies to allo
665665

666666
[Learn more about dependency management in Node.js.](../node.js/best-practices#dependencies){.learn-more}
667667

668-
### Why does my MTA build for other reasons?
668+
### Why does my MTA build fail for other reasons?
669669

670670
- Make sure to use the latest version of the [Cloud MTA Build Tool (MBT)](https://sap.github.io/cloud-mta-build-tool/).
671671
- Consult the [Cloud MTA Build Tool documentation](https://sap.github.io/cloud-mta-build-tool/usage/) for further information, for example, on the available tool options.
672672

673673
### How can I define the build order between MTA modules?
674674

675-
By default, the Cloud MTA Build Tool executes module builds in parallel. If you want to enforce a specific build order, for example, because one module build relies on the outcome of another one, check the [Configuring build order](https://sap.github.io/cloud-mta-build-tool/configuration/) section in the tool documentation.
675+
By default, the Cloud MTA Build Tool executes module builds in parallel. If you want to enforce a specific build order, for example, because one module build relies on the outcome of another one, check the [Configuring build order](https://sap.github.io/cloud-mta-build-tool/configuration/#configuring-build-order) section in the tool documentation.
676676

677677
### How do I undeploy an MTA?
678678

679679
`cf undeploy <mta-id>` deletes an MTA (use `cf mtas` to find the MTA ID).
680680

681-
Use the optional `--delete-services` parameter to also wipe service instances. <br />
682-
**Caution:** This deletes the HDI containers with the application data.
681+
Use the optional `--delete-services` parameter to also wipe service instances.
682+
683+
::: danger This also deletes the HDI containers with the application data.
684+
:::
683685

684686
### How can I reduce MTA archive size during development? { #reduce-mta-size}
685687

get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ code --install-extension sapse.vscode-cds # for .cds models
8484
code --install-extension mechatroner.rainbow-csv # for .csv files
8585
code --install-extension qwtel.sqlite-viewer # for .sqlite files
8686
code --install-extension humao.rest-client # for REST requests
87-
code --install-extension dbaeumer.vscode-eslint # for linting```
87+
code --install-extension dbaeumer.vscode-eslint # for linting
8888
```
8989

9090

guides/multitenancy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ cf run-task <app> --name "upgrade-all" --command "cds-mtx upgrade '*'"
709709
710710
Very large projects might need to increase resources or limit parallelism of tenant upgrades.
711711
712-
[The best practice algorithm is laid out in our _Get Help_ guide.](../../get-started/get-help#my-mtx-sidecar-is-killed-with-exit-status-137){.learn-more}{style="margin-top:10px"}
712+
[The best practice algorithm is laid out in our _Get Help_ guide.](../../get-started/get-help#why-is-my-mtx-sidecar-is-killed-with-exit-status-137){.learn-more}{style="margin-top:10px"}
713713
714714
:::
715715

0 commit comments

Comments
 (0)