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

laiyingchun pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kudu-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 98cf1437 Fix 'Data at rest' link
98cf1437 is described below

commit 98cf14373841fcf992515cf3406e0280da392206
Author: Yingchun Lai <[email protected]>
AuthorDate: Wed Sep 13 19:31:14 2023 +0800

    Fix 'Data at rest' link
---
 releases/1.17.0/docs/release_notes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/1.17.0/docs/release_notes.html 
b/releases/1.17.0/docs/release_notes.html
index 03f47d82..a29827bc 100644
--- a/releases/1.17.0/docs/release_notes.html
+++ b/releases/1.17.0/docs/release_notes.html
@@ -194,7 +194,7 @@ release.</p>
 <li>
 <p>Kudu now supports encrypting data at rest. Kudu supports 
<code>AES-128-CTR</code>, <code>AES-192-CTR</code>, and
 <code>AES-256-CTR</code> ciphers to encrypt data, supports Apache Ranger KMS 
and Apache Hadoop KMS. See
-<a 
href="https://kudu.apache.org/docs/security.html#<em>data_at_rest</em>">Data at 
rest</a> for more details.</p>
+<a href="security.html#_data_at_rest">Data at rest</a> for more details.</p>
 </li>
 <li>
 <p>Kudu now supports range-specific hash schemas for tables. It&#8217;s now 
possible to add ranges with

Reply via email to