Skip to content

Commit

Permalink
docs: fix two broken links to example repo (meltano#7452)
Browse files Browse the repository at this point in the history
fix two broken links to example repo

Co-authored-by: Will Da Silva <will@willdasilva.xyz>
  • Loading branch information
sbalnojan and WillDaSilva committed Mar 28, 2023
1 parent ce87390 commit 5dd95a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/_guide/mappers.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ meltano add mapper meltano-map-transform

#### Example

An example taken from the [meltano-map-transformer](https://github.com/MeltanoLabs/meltano-map-transform/examples) repository shows the mapper altering casing of the data.
An example taken from the [meltano-map-transformer](https://github.com/MeltanoLabs/meltano-map-transform/tree/main/examples) repository shows the mapper altering casing of the data.
Given this input CSV and mapper configurations:

```csv
Expand Down Expand Up @@ -159,7 +159,7 @@ After running `meltano run tap-csv hash_email target-sqlite` the result would be
| 0 | EBOOK0@TWITTER.COM | ethe | 1 | book | 2023-03-17 16:57:19.095880 |


To see more examples check out the [plugin repo](https://github.com/MeltanoLabs/meltano-map-transform/examples).
To see more examples check out the [plugin repo](https://github.com/MeltanoLabs/meltano-map-transform/tree/main/examples).


## FAQs
Expand Down

0 comments on commit 5dd95a1

Please sign in to comment.