Skip to content

Commit d4b5ed9

Browse files
authored
Fix broken links and typos in the documentation (#471)
1 parent 8dc4544 commit d4b5ed9

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

content/documentation/explanations/conformance-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You may have experienced the frustration of deploying to production, only to dis
1313

1414
As introduced in [Main Concepts](/documentation/overview/main-concepts), Microcks can be used for **Contract conformance testing** of API or services under development. You spend a lot of time describing request/response pairs and matching rules: it would be a shame not to use this sample as test cases once development is underway!
1515

16-
On the internet, you can find many different representations of how the different testing techniques relate to one another and should ideally be combined into a robust testing pipeline. At Microcks, we particularly like the Watirmelon representation below. Microcks enables you to automate **Automated API Tests** and focus specifically on **Contract conformance testing**.
16+
On the internet, you can find many different representations of how the different testing techniques relate to one another and should ideally be combined into a robust testing pipeline. At Microcks, we particularly like the Watermelon representation below. Microcks enables you to automate **Automated API Tests** and focus specifically on **Contract conformance testing**.
1717

1818
<br/>
1919
<div align="center">

content/documentation/explanations/monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Starting with Microcks `1.9.0`, we also provide a [Grafana](https://grafana.com/
5151

5252
This dashboard uses data from a Prometheus source, so you don't have to enable the full OpenTelemetry support to use it. Standard Prometheus endpoints scraped by your Prom instance will do the job.
5353

54-
Check the dedicated [/dashbaords](https://github.com/microcks/microcks/tree/master/observability/dashboards) on GitHub to get more details.
54+
Check the dedicated [/dashboards](https://github.com/microcks/microcks/tree/master/observability/dashboards) on GitHub to get more details.
5555

5656
## Benchmark suite
5757

content/documentation/references/container-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The *Uber* distribution provide additional tags with `-native` suffix (`xyz-nati
6262

6363
### Microcks Uber Async Minion
6464

65-
The Microcks Uber Async Minion (`microcks-uber-async-minion`) is responsible for publishing mock messages corresponding to [AsyncAPI](/documentation/references/artifacts/asyncapi-conventions) definitions with *Uber* distribution. It is produced from https://github.com/microcks/microcks/tree/master/distro/uber-async repo folder.
65+
The Microcks Uber Async Minion (`microcks-uber-async-minion`) is responsible for publishing mock messages corresponding to [AsyncAPI](/documentation/references/artifacts/asyncapi-conventions) definitions with *Uber* distribution. It is produced from https://github.com/microcks/microcks/tree/master/distro/uber-async-minion repo folder.
6666

6767
| Repository | Pull command | Available tags |
6868
| ---------- | ----------------- | -------------- |

content/documentation/references/test-endpoints.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ Depending on your API/Service type and the protocol binding you want to connect
2727

2828
### Test Runner
2929

30-
Microcks offers different strategies for running tests on endpoints where our microservice being developed are deployed. We recommend having a read at our explanations on [Conformance Testing](/documentation/explanations/conformance-testing/#conformance-metrics
31-
). Such strategies are implemented as **Test Runners**. Here are the default Test Runners available within Microcks:
30+
Microcks offers different strategies for running tests on endpoints where our microservice being developed are deployed. We recommend having a read at our explanations on [Conformance Testing](/documentation/explanations/conformance-testing/#conformance-metrics). Such strategies are implemented as **Test Runners**. Here are the default Test Runners available within Microcks:
3231

3332
| <div style="width: 160px">Test Runner</div> | <div style="width: 160px">API & Service Types</div> | Description |
3433
| ----------- | ----------------- | ----------- |

content/documentation/references/testcontainers-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We try to setup and manage a unified roadmap between modules but because they ar
1515

1616
This page lists the implementation status of various features by the different modules on July 21st, 2025. It will be updated regularly.
1717

18-
> 💡 Of course, **we welcome external contributions**! So, if you're in a hurry and need a missing feature, don't hesitate to propose a change and to submit a _Pull Pequest_ on the associated GitHub repository 🙏
18+
> 💡 Of course, **we welcome external contributions**! So, if you're in a hurry and need a missing feature, don't hesitate to propose a change and to submit a _Pull Request_ on the associated GitHub repository 🙏
1919
2020
## Initialization
2121

0 commit comments

Comments
 (0)