Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dead links #369

Merged
merged 2 commits into from
Jan 10, 2024
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
4 changes: 2 additions & 2 deletions .readme/partials/main.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This is a Kubernetes operator to manage [Apache Airflow](https://airflow.apache.

## Installation

You can install the operator using [stackablectl or helm](https://docs.stackable.tech/{{operator_name}}/stable/getting_started/installation.html).
You can install the operator using [stackablectl or helm](https://docs.stackable.tech/home/stable/{{operator_name}}/getting_started/installation).

Read on to get started with it, or see it in action in one of our [demos](https://stackable.tech/en/demos/).

## Getting Started

You can follow this [tutorial](https://docs.stackable.tech/{{operator_name}}/stable/getting_started/first_steps.html).
You can follow this [tutorial](https://docs.stackable.tech/home/stable/{{operator_name}}/getting_started/first_steps).

{% filter trim %}
{%- include "partials/borrowed/documentation.md.j2" -%}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ It is part of the Stackable Data Platform, a curated selection of the best open

## Installation

You can install the operator using [stackablectl or helm](https://docs.stackable.tech/airflow/stable/getting_started/installation.html).
You can install the operator using [stackablectl or helm](https://docs.stackable.tech/home/stable/airflow/getting_started/installation).

Read on to get started with it, or see it in action in one of our [demos](https://stackable.tech/en/demos/).

## Getting Started

You can follow this [tutorial](https://docs.stackable.tech/airflow/stable/getting_started/first_steps.html).
You can follow this [tutorial](https://docs.stackable.tech/home/stable/airflow/getting_started/first_steps).

## Documentation

Expand Down