connectors 1.0.0 docs (#27)
diff --git a/content/.htaccess b/content/.htaccess
index b1f566f..0f68bc7 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -17,6 +17,9 @@
 # pekko-grpc/current gets redirected to pekko-grpc/1.0.0
 RewriteRule ^docs/pekko-grpc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.0/docs/$1 [P]
 RewriteRule ^api/pekko-grpc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.0/api/$1 [P]
+# pekko-connectors/current gets redirected to pekko-connectors/1.0.0
+RewriteRule ^docs/pekko-connectors/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.0/docs/$1 [P]
+RewriteRule ^api/pekko-connectors/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.0/api/$1 [P]
 # pekko-connectors-kafka/current gets redirected to pekko-connectors-kafka/1.0.0
 RewriteRule ^docs/pekko-connectors-kafka/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.0.0/docs/$1 [P]
 RewriteRule ^api/pekko-connectors-kafka/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.0.0/api/$1 [P]
diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess
index b1f566f..0f68bc7 100644
--- a/src/main/public/.htaccess
+++ b/src/main/public/.htaccess
@@ -17,6 +17,9 @@
 # pekko-grpc/current gets redirected to pekko-grpc/1.0.0
 RewriteRule ^docs/pekko-grpc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.0/docs/$1 [P]
 RewriteRule ^api/pekko-grpc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-grpc/1.0.0/api/$1 [P]
+# pekko-connectors/current gets redirected to pekko-connectors/1.0.0
+RewriteRule ^docs/pekko-connectors/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.0/docs/$1 [P]
+RewriteRule ^api/pekko-connectors/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors/1.0.0/api/$1 [P]
 # pekko-connectors-kafka/current gets redirected to pekko-connectors-kafka/1.0.0
 RewriteRule ^docs/pekko-connectors-kafka/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.0.0/docs/$1 [P]
 RewriteRule ^api/pekko-connectors-kafka/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.0.0/api/$1 [P]