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

erickramirezau pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 65d5b952 WEBSITE - Fixed broken links in 4.1 Configuration 
Standardization blog
65d5b952 is described below

commit 65d5b952ffcb86d8d5e3f04425d678d9e5c42ee4
Author: Erick Ramirez <[email protected]>
AuthorDate: Tue Oct 25 13:14:36 2022 +1100

    WEBSITE - Fixed broken links in 4.1 Configuration Standardization blog
    
    patch by Erick Ramirez; reviewed by Ekaterina Dimitrova for CASSANDRA-17816
---
 .../blog/Apache-Cassandra-4.1-Configuration-Standardization.adoc      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-4.1-Configuration-Standardization.adoc
 
b/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-4.1-Configuration-Standardization.adoc
index c061527a..703b7bf1 100644
--- 
a/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-4.1-Configuration-Standardization.adoc
+++ 
b/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-4.1-Configuration-Standardization.adoc
@@ -35,7 +35,7 @@ permissions_update_interval: 0µs
 . Provide an easier and uniform way to add new parameters for Cassandra 
developers with the goal of reducing the chances of introducing bugs when 
adding new parameters.
 . The approach for backward compatibility can be reused for more parameters in 
different use cases in the future.
 
-For a full list of affected parameters, mapping of old to new names and 
supported units and how things work in general, please refer to the 
link:doc/trunk/cassandra/new/configuration.html[documentation^].
+For a full list of affected parameters, mapping of old to new names and 
supported units and how things work in general, please refer to the 
link:/doc/4.1/cassandra/configuration/configuration.html[documentation^].
  
 === Positive Side Effects
 
@@ -45,7 +45,7 @@ Having standard naming conventions and common agreement on 
the units will make i
 === Backward Compatibility
 
 We support backward compatibility. All properties which have changed names can 
still be set with the old name. Wherever the value format was also changed from 
numeric value to number + unit value, you can still use the old name + the old 
numeric value format. 
-For a full list of parameter changes/mapping of old to new parameters and what 
to expect, please refer to the 
link:doc/trunk/cassandra/new/configuration.html[documentation^].
+For a full list of parameter changes/mapping of old to new parameters and what 
to expect, please refer to the 
link:/doc/4.1/cassandra/configuration/configuration.html[documentation^].
 
 === Upgrade Advice
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to