Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RewriteRule ^api/pekko-management/current/(.*)$ https://nightlies.apache.org/pek
# pekko-grpc/current gets redirected to pekko-grpc/1.1
RewriteRule ^docs/pekko-grpc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-grpc/1.1/docs/$1 [P]
RewriteRule ^api/pekko-grpc/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-grpc/1.1/api/$1 [P]
# pekko-connectors/current gets redirected to pekko-connectors/1.1
RewriteRule ^docs/pekko-connectors/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors/1.1/docs/$1 [P]
RewriteRule ^api/pekko-connectors/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors/1.1/api/$1 [P]
# pekko-connectors/current gets redirected to pekko-connectors/1.2
RewriteRule ^docs/pekko-connectors/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors/1.2/docs/$1 [P]
RewriteRule ^api/pekko-connectors/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors/1.2/api/$1 [P]
# pekko-connectors-kafka/current gets redirected to pekko-connectors-kafka/1.1
RewriteRule ^docs/pekko-connectors-kafka/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.1/docs/$1 [P]
RewriteRule ^api/pekko-connectors-kafka/current/(.*)$ https://nightlies.apache.org/pekko/docs/pekko-connectors-kafka/1.1/api/$1 [P]
Expand Down
2 changes: 1 addition & 1 deletion content/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ <h2><a href="#pekko-management" name="pekko-management" class="anchor"><span cla
</ul>
<h2><a href="#pekko-connectors" name="pekko-connectors" class="anchor"><span class="anchor-link"></span></a>Pekko Connectors</h2>
<ul>
<li><a href="https://www.apache.org/dyn/closer.lua/pekko/CONNECTORS-1.1.0/apache-pekko-connectors-1.1.0-src-20250110.tgz">apache-pekko-connectors-1.1.0-src-20250110.tgz</a> signature: (<a href="https://downloads.apache.org/pekko/CONNECTORS-1.1.0/apache-pekko-connectors-1.1.0-src-20250110.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/pekko/CONNECTORS-1.1.0/apache-pekko-connectors-1.1.0-src-20250110.tgz.sha512">sha512</a>)</li>
<li><a href="https://www.apache.org/dyn/closer.lua/pekko/CONNECTORS-1.2.0/apache-pekko-connectors-1.2.0-src-20250915.tgz">apache-pekko-connectors-1.2.0-src-20250915.tgz</a> signature: (<a href="https://downloads.apache.org/pekko/CONNECTORS-1.2.0/apache-pekko-connectors-1.2.0-src-20250915.tgz.asc">asc</a>) checksum: (<a href="https://downloads.apache.org/pekko/CONNECTORS-1.2.0/apache-pekko-connectors-1.2.0-src-20250915.tgz.sha512">sha512</a>)</li>
<li><a href="https://pekko.apache.org/docs/pekko-connectors/current/release-notes/index.html">Release Notes</a></li>
</ul>
<h2><a href="#pekko-connectors-kafka" name="pekko-connectors-kafka" class="anchor"><span class="anchor-link"></span></a>Pekko Connectors Kafka</h2>
Expand Down
Loading