Skip to content
Open
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
2 changes: 1 addition & 1 deletion redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ careers/ethics/?: "/careers/company-culture"
data/docs/?: "/data"
data/docs/postgresql/iaas(?P<path>.*)/?: "https://canonical-charmed-postgresql.readthedocs-hosted.com/14/{path}"
data/docs/postgresql/k8s(?P<path>.*)/?: "https://canonical-charmed-postgresql-k8s.readthedocs-hosted.com/14/{path}"
data/docs/kafka/iaas(?P<path>.*)/?: "https://documentation.ubuntu.com/charmed-kafka/3/{path}"
data/docs/kafka/iaas(?P<path>.*)/?: "https://canonical.com/data/kafka/docs/latest/{path}"
data/docs/kafka/k8s(?P<path>.*)/?: "https://documentation.ubuntu.com/charmed-kafka-k8s/3/{path}"
data/docs/spark/k8s(?P<path>.*)/?: "https://canonical-charmed-spark.readthedocs-hosted.com/main/{path}"
data/docs/opensearch/iaas(?P<path>.*)/?: "https://canonical-charmed-opensearch.readthedocs-hosted.com/2/{path}"
Expand Down
2 changes: 1 addition & 1 deletion secondary-navigation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ kafka:
- title: Support
path: /data/kafka/support
- title: Docs
path: https://documentation.ubuntu.com/charmed-kafka/3
path: https://canonical.com/data/kafka/docs

ceph:
title: Ceph
Expand Down
6 changes: 3 additions & 3 deletions templates/data/kafka/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<a class="p-button--positive js-invoke-modal"
aria-controls="data-kafka-modal"
href="/contact-us">Get in touch</a>
<a href="https://documentation.ubuntu.com/charmed-kafka/3" class="p-button">Get started</a>
<a href="https://canonical.com/data/kafka/docs" class="p-button">Get started</a>
{%- endif -%}
{%- endcall -%}

Expand Down Expand Up @@ -173,7 +173,7 @@
"link": {
"content_html": "Get started with Charmed Kafka&nbsp;&rsaquo;",
"attrs": {
"href": "https://documentation.ubuntu.com/charmed-kafka/3"
"href": "https://canonical.com/data/kafka/docs"
}
}
}
Expand Down Expand Up @@ -407,7 +407,7 @@ <h3 class="p-heading--5">Data hub integration</h3>
"type": "html",
"content": '
<h3 class="p-heading--5 u-no-margin--bottom">
<a href="https://documentation.ubuntu.com/charmed-kafka/3/h-deploy-anywhere">Read the documentation</a>
<a href="https://canonical.com/data/kafka/docs/4/how-to/deploy/deploy-anywhere/">Read the documentation</a>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

</h3>
<p>Read the Installation guide to learn how to get started with Charmed Kafka, on cloud VMs or on Kubernetes.</p>
'
Expand Down
2 changes: 1 addition & 1 deletion templates/data/kafka/what-is-kafka.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ <h2>Installing Kafka</h2>
You can use Charmed Apache Kafka to deploy a fully supported Kafka service on cloud servers, Kubernetes, or even on your laptop.
</p>
<div class="p-cta-block u-no-padding--bottom">
<a class="p-button--positive" href="https://documentation.ubuntu.com/charmed-kafka/3">Try Charmed Kafka</a>
<a class="p-button--positive" href="https://canonical.com/data/kafka/docs">Try Charmed Kafka</a>
</div>
</div>
</div>
Expand Down
Loading