petersomogyi commented on code in PR #12:
URL: https://github.com/apache/hbase-site/pull/12#discussion_r3146283243


##########
.htaccess:
##########
@@ -1,7 +1,15 @@
+# Redirect old HTML pages to new extensionless URLs
+Redirect permanent /downloads.html /downloads
+Redirect permanent /acid-semantics.html /acid-semantics
+Redirect permanent /sponsors.html /sponsors
+Redirect permanent /coc.html /code-of-conduct
+Redirect permanent /export_control.html /export-control
+Redirect permanent /poweredbyhbase.html /powered-by-hbase
+Redirect permanent /old_news.html /news
 
 # Redirect replication URL to the right section of the book
 # Rule added 2015-1-12 -- can be removed in 6 months
-Redirect permanent /replication.html /book.html#_cluster_replication
+Redirect permanent /replication.html 
https://hbase.apache.org/docs/operational-management/cluster-replication

Review Comment:
   The comment above could be removed or updated.



##########
.htaccess:
##########
@@ -1,7 +1,15 @@
+# Redirect old HTML pages to new extensionless URLs
+Redirect permanent /downloads.html /downloads
+Redirect permanent /acid-semantics.html /acid-semantics
+Redirect permanent /sponsors.html /sponsors
+Redirect permanent /coc.html /code-of-conduct
+Redirect permanent /export_control.html /export-control
+Redirect permanent /poweredbyhbase.html /powered-by-hbase
+Redirect permanent /old_news.html /news
 
 # Redirect replication URL to the right section of the book
 # Rule added 2015-1-12 -- can be removed in 6 months
-Redirect permanent /replication.html /book.html#_cluster_replication
+Redirect permanent /replication.html 
https://hbase.apache.org/docs/operational-management/cluster-replication

Review Comment:
   Do we need the prefix for the new URL?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to