Skip to content

Commit 97262e9

Browse files
committed
fix: update doc links
1 parent df1df41 commit 97262e9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# DataKitchen Data Observability Installer
22
![apache 2.0 license Badge](https://img.shields.io/badge/License%20-%20Apache%202.0%20-%20blue)
33
![PRs Badge](https://img.shields.io/badge/PRs%20-%20Welcome%20-%20green)
4-
[![Documentation](https://img.shields.io/badge/docs-On%20datakitchen.io-06A04A?style=flat)](https://docs.datakitchen.io/articles/#!open-source-data-observability/data-observability-overview)
4+
[![Documentation](https://img.shields.io/badge/docs-On%20datakitchen.io-06A04A?style=flat)](https://docs.datakitchen.io/tutorials/quickstart-demo/)
55
[![Static Badge](https://img.shields.io/badge/Slack-Join%20Discussion-blue?style=flat&logo=slack)](https://data-observability-slack.datakitchen.io/join)
66

77
*<p style="text-align: center;">Data breaks. Servers break. Your toolchain breaks. Ensure your data team is the first to know and the first to solve with visibility across and down your data estate. Save time with simple, fast data quality test generation and execution. Trust your data, tools, and systems from end to end.</p>*
88

99
This repo contains the installer and quickstart setup for the DataKitchen Open Source Data Observability product suite.
10-
* [**DataOps Data Quality TestGen**](https://docs.datakitchen.io/articles/dataops-testgen-help/dataops-testgen-help) is a data quality verification tool that does five main tasks: (1) data profiling, (2) new dataset screening and hygiene review, (3) algorithmic generation of data quality validation tests, (4) ongoing production testing of new data refreshes and (5) continuous periodic monitoring of datasets for anomalies.
11-
* [**DataOps Observability**](https://docs.datakitchen.io/articles/dataops-observability-help/dataops-observability-help) monitors every tool used in the data journey, from source to customer value, across all environments, tools, teams, datasets, and databases, enabling immediate detection, localization, and understanding of problems.
10+
* [**DataOps Data Quality TestGen**](https://docs.datakitchen.io/testgen/what-is-testgen/) is a data quality verification tool that does five main tasks: (1) data profiling, (2) new dataset screening and hygiene review, (3) algorithmic generation of data quality validation tests, (4) ongoing production testing of new data refreshes and (5) continuous periodic monitoring of datasets for anomalies.
11+
* [**DataOps Observability**](https://docs.datakitchen.io/observability/what-is-observability/) monitors every tool used in the data journey, from source to customer value, across all environments, tools, teams, datasets, and databases, enabling immediate detection, localization, and understanding of problems.
1212

1313

1414
[![DataKitchen Open Source Data Observability](https://datakitchen.io/wp-content/uploads/2024/04/both-products.png)](https://datakitchen.storylane.io/share/byag8vimd5tn)
@@ -71,7 +71,7 @@ On Windows operating systems, you can also download the executable file [`dk-ins
7171

7272
## Quickstart Guide
7373

74-
The [Data Observability quickstart](https://docs.datakitchen.io/articles/open-source-data-observability/data-observability-overview) walks you through Dataops Observability and TestGen capabilities to demonstrate how our products cover critical use cases for data and analytic teams.
74+
The [Data Observability quickstart](https://docs.datakitchen.io/tutorials/quickstart-demo/) walks you through Dataops Observability and TestGen capabilities to demonstrate how our products cover critical use cases for data and analytic teams.
7575

7676
Before going through the quickstart, complete the prequisites above and then the following steps to install the two products and setup the demo data. For any of the commands, you can view additional options by appending `--help` at the end.
7777

@@ -126,13 +126,13 @@ python3 dk-installer.py obs run-heartbeat-demo
126126
```
127127
In the Observability UI, you will see that new agents have been generated on the Integrations page.
128128

129-
Leave this process running, and continue with the [quickstart guide](https://docs.datakitchen.io/articles/open-source-data-observability/data-observability-overview) to tour the applications.
129+
Leave this process running, and continue with the [quickstart guide](https://docs.datakitchen.io/tutorials/quickstart-demo/) to tour the applications.
130130

131131
## Product Documentation
132132

133-
[DataOps TestGen](https://docs.datakitchen.io/articles/dataops-testgen-help/dataops-testgen-help)
133+
[DataOps TestGen](https://docs.datakitchen.io/testgen/what-is-testgen/)
134134

135-
[DataOps Observability](https://docs.datakitchen.io/articles/dataops-observability-help/dataops-observability-help)
135+
[DataOps Observability](https://docs.datakitchen.io/observability/what-is-observability/)
136136

137137
## Useful Commands
138138

@@ -200,7 +200,7 @@ python3 dk-installer.py obs delete
200200
## Community
201201

202202
### Getting Started Guide
203-
We recommend you review the [Data Observability Overview Demo](https://docs.datakitchen.io/articles/open-source-data-observability/data-observability-overview).
203+
We recommend you review the [Data Observability Overview Demo](https://docs.datakitchen.io/tutorials/quickstart-demo/).
204204

205205
### Support
206206
For support requests, [join the Data Observability Slack](https://data-observability-slack.datakitchen.io/join) and ask post on #support channel.

dk-installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ class AnalyticsMultiStepAction(MultiStepAction):
974974
ANALYTICS_DISCLAIMER = [
975975
"DataKitchen has enabled anonymous aggregate user behavior analytics.",
976976
"Read the analytics documentation (and how to opt-out) here:",
977-
"https://docs.datakitchen.io/articles/#!datakitchen-resources/anonymous-analytics",
977+
"https://docs.datakitchen.io/testgen/anonymous-analytics/",
978978
]
979979

980980
def _print_intro_text(self, args):

0 commit comments

Comments
 (0)