Skip to content

Commit

Permalink
Fix: docs hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dat Nguyen committed Nov 15, 2023
1 parent d7d1343 commit 1cd8af1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/nav/guide/config/alerts/jira.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- markdownlint-disable ul-indent -->
<!-- markdownlint-disable ul-indent -->
# Configuration for Jira module

This module creates new Jira issues and/or updates current issues based on your input test results.
Expand Down
6 changes: 3 additions & 3 deletions docs/nav/guide/config/alerts/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ This module creates and sends a short report on the latest dbt test results to a
## Slack requirements

- A dedicated channel for this module messages
- A dedicated Slack bot in the channel & bot token.
- [Creating a Slack bot](https://infinitelambda.slack.com/customize/slackbot) ↗️
- [Getting your bot token](https://api.slack.com/authentication/token-types#bot) ↗️
- A dedicated Slack app in the channel & app token.
- [Creating a Slack app](https://api.slack.com/start/quickstart) ↗️
- [Getting your app token](https://api.slack.com/authentication/token-types#bot) ↗️

## Slack module config variables & CLI commands

Expand Down
6 changes: 3 additions & 3 deletions docs/nav/guide/config/packages/custom_query.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ from your_table

### Setting up env vars

Set up Query variables: [Query Variables Config](./nav/guide/config/packages/query_variables.html)
Set up Query variables: [Query Variables Config](./query_variables.html)

Set up Alert Module variables:

- [JIRA Configuration](./nav/guide/config/alerts/jira.html)
- [SLACK Configuration](./nav/guide/config/alerts/slack.html)
- [JIRA Configuration](../alerts/jira.html)
- [SLACK Configuration](../alerts/slack.html)

### Executing alert actions

Expand Down
2 changes: 1 addition & 1 deletion docs/nav/guide/config/sources/custom_csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ No matter what CLI tool you use, it is required to query and save data into a `.

The default file name is `csv__data.csv`.

The file's schema **must be** defined with the same column names as specified in [Custom Query Config](./nav/guide/config/packages/custom_query.html)
The file's schema **must be** defined with the same column names as specified in [Custom Query Config](../packages/custom_query.html)

## 3. Alerting

Expand Down
6 changes: 3 additions & 3 deletions docs/nav/guide/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ diqu_demo:
target: dev
```
See more details in [here](./nav/guide/config/sources/snowflake.html).
See more details in [here](./config/sources/snowflake.html).
Or, for just the csv file as the connection:
Expand All @@ -62,7 +62,7 @@ diqu_demo:
target: dev
```
> In this case, we need to download data into `csv__data.csv` file and put it under `.cache` directory. See how the file is schema-ed [here](./nav/guide/config/packages/custom_query.html).
> In this case, we need to download data into `csv__data.csv` file and put it under `.cache` directory. See how the file is schema-ed [here](./config/packages/custom_query.html).

## 3. Usage

Expand Down Expand Up @@ -135,4 +135,4 @@ Then, go alert:
diqu alert --to jira
```

📖 For more details, please jump to the [User Guide](./nav/guide/common.html) page.
📖 For more details, please jump to the [User Guide](./common.html) page.

0 comments on commit 1cd8af1

Please sign in to comment.