You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/11/02 20:36:20 UTC

[camel-website] 03/04: refactor: disable relative links rule

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 81e3037f7a49490186ca771cca4465b1b185e0f4
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Nov 2 21:35:53 2020 +0100

    refactor: disable relative links rule
---
 .htmlvalidate.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.htmlvalidate.json b/.htmlvalidate.json
index 41a00da..1c69ddf 100644
--- a/.htmlvalidate.json
+++ b/.htmlvalidate.json
@@ -12,7 +12,6 @@
     "element-required-attributes": "off",
     "prefer-tbody": "off",
     "long-title": "off",
-    "camel/title": "error",
-    "camel/relative-links": "error"
+    "camel/title": "error"
   }
 }