diff --git a/docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc b/docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc index cc02809c4674..ca259535e49a 100644 --- a/docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/rest-openapi.adoc @@ -126,8 +126,6 @@ When running in the native mode, the contract files must be specified the `quark quarkus.native.resources.includes=contract.json ---- -Please refer to https://camel.apache.org/manual/rest-dsl-openapi.html#_contract_first[Camel Rest DSL Contract First] for more details. - [id="extensions-rest-openapi-additional-camel-quarkus-configuration"] == Additional Camel Quarkus configuration diff --git a/extensions/rest-openapi/runtime/src/main/doc/usage.adoc b/extensions/rest-openapi/runtime/src/main/doc/usage.adoc index 7925e402c3e9..63e99a756614 100644 --- a/extensions/rest-openapi/runtime/src/main/doc/usage.adoc +++ b/extensions/rest-openapi/runtime/src/main/doc/usage.adoc @@ -75,4 +75,3 @@ When running in the native mode, the contract files must be specified the `quark quarkus.native.resources.includes=contract.json ---- -Please refer to https://camel.apache.org/manual/rest-dsl-openapi.html#_contract_first[Camel Rest DSL Contract First] for more details. \ No newline at end of file