Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 87257ee

Browse files
committed
Revert "remove README.md from links"
This reverts commit 3c170fb.
1 parent 3c170fb commit 87257ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Set up a Datacoves Trial account with the help of our team.
1010

1111
## Our Docs
1212

13-
This documentation is divided in 4 parts following the structure is inspired by [Divio’s documentation system](https://docs.divio.com/documentation-system/).
13+
This documentation is divided in 4 parts following the structure is inspired by [Divio’s documentation system](https://documentation.divio.com/).
1414

1515
- **How to guides** to help you accomplish a given task and assume you have some basic understanding
1616
- **Explanation** give you an understanding as to the rationale for the suggestions we make

docs/how-tos/airflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ And more!
1313
## What to know
1414
- `Ruff` is installed to show unused imports and unused variables as well as python linting.
1515
- [Datacoves Decorators](/reference/airflow/datacoves-decorators.md) simplify working with dbt, syncing databases, and running commands in Airflow.
16-
- [My Airflow](/how-tos/my_airflow/) can help speed up your DAG writing experience.
16+
- [My Airflow](/how-tos/my_airflow/README.md) can help speed up your DAG writing experience.

docs/how-tos/airflow/send-emails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In Datacoves 3.3 and up, the `SMTP` will be automatically added to your environm
4141

4242
Viola!🎉 The Airflow service will be restarted shortly and will now include the SMTP configuration required to send emails.
4343

44-
>[!NOTE] **Getting Started Guide:** If you are making your way through our [getting started guide](/getting-started/Admin/), please continue on to [developing DAGs](getting-started/Admin/creating-airflow-dags.md).
44+
>[!NOTE] **Getting Started Guide:** If you are making your way through our [getting started guide](/getting-started/Admin/README.md), please continue on to [developing DAGs](getting-started/Admin/creating-airflow-dags.md).
4545
4646
## Set up a custom SMTP (Optional)
4747

docs/reference/airflow/datacoves-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Currently, the `datacoves my` subcommand has the following subcommands:
1515

1616
>[!NOTE] For security purposes secret values will not be automatically imported. The tool will ask you to enter the secret value.
1717
18-
This command will import your variables and connections from Team Airflow to [My Airflow](/how-tos/my_airflow/). You only need to complete this once or whenever new variables/connections are added to team airflow.
18+
This command will import your variables and connections from Team Airflow to [My Airflow](/how-tos/my_airflow/README.md). You only need to complete this once or whenever new variables/connections are added to team airflow.
1919

2020
```bash
2121
datacoves my import

0 commit comments

Comments
 (0)