Skip to content

Commit

Permalink
refactor links
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Oct 25, 2023
1 parent 382185f commit 27a7142
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ verified source.

```python
load_data = pipedrive_source() # calls the source function
load_info = pipeline.run(load_info) #runs the pipeline with selected source credentials
load_info = pipeline.run(load_info) #runs the pipeline with selected source configuration
print(load_info)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ for row in generate_rows(20):
print(row)
```

You can mark some resource arguments as configuration and [credentials](credentials/add_credentials.md) values
You can mark some resource arguments as [configuration and credentials](credentials) values
so `dlt` can pass them automatically to your functions.

### Process resources with `dlt.transformer`
Expand Down
2 changes: 1 addition & 1 deletion docs/website/docs/walkthroughs/add-a-verified-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ the supported locations.
## 2. Adding credentials

For adding them locally or on your orchestrator, please see the following guide
[credentials](../general-usage/credentials).
[credentials](../general-usage/credentials/add_credentials).

## 3. Customize or write a pipeline script

Expand Down

0 comments on commit 27a7142

Please sign in to comment.