This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 62529c9c03 Update Dev UI documentation with the correct path to
qwc-camel-core.js
62529c9c03 is described below
commit 62529c9c03c281f316395a49e67f8b6446b75f94
Author: James Netherton <[email protected]>
AuthorDate: Fri Oct 17 08:43:48 2025 +0100
Update Dev UI documentation with the correct path to qwc-camel-core.js
---
docs/modules/ROOT/pages/contributor-guide/create-new-dev-ui-page.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/modules/ROOT/pages/contributor-guide/create-new-dev-ui-page.adoc
b/docs/modules/ROOT/pages/contributor-guide/create-new-dev-ui-page.adoc
index b1ed015ef6..0b5cdd58e9 100644
--- a/docs/modules/ROOT/pages/contributor-guide/create-new-dev-ui-page.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/create-new-dev-ui-page.adoc
@@ -25,7 +25,7 @@ For example, to create a simple table view:
----
import {html} from 'qwc-hot-reload-element';
// NOTE: if your Dev UI page lives outside of camel-quarkus-core then use the
following instead of ./qwc-camel-core.js:
-// import ../org.apache.camel.quarkus.camel-quarkus-core/qwc-camel-core.js
+// import ../camel-quarkus-core/qwc-camel-core.js
import {QwcCamelCore} from "./qwc-camel-core.js";
import {columnBodyRenderer} from '@vaadin/grid/lit.js';
import '@vaadin/grid';