Skip to content

Commit

Permalink
Fix dead links (#369)
Browse files Browse the repository at this point in the history
* Fix links

* Fix links
  • Loading branch information
lfrancke authored Jan 10, 2024
1 parent 7265f13 commit a2f24a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit a2f24a7

Please sign in to comment.