Skip to content

Commit

Permalink
Fix links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 committed Dec 13, 2023
1 parent cd33963 commit d7d9f9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,21 @@ For more information on credentials in Flowpipe, please see [Managing Credential

### Usage

[Initialize a mod](https://www.flowpipe.io/docs/mods/index#initializing-a-mod):
[Initialize a mod](https://flowpipe.io/docs/build/index#initializing-a-mod):

```sh
mkdir my_mod
cd my_mod
flowpipe mod init
```

[Install the AWS mod](https://www.flowpipe.io/docs/mods/mod-dependencies#mod-dependencies) as a dependency:
[Install the AWS mod](https://flowpipe.io/docs/build/mod-dependencies#mod-dependencies) as a dependency:

```sh
flowpipe mod install github.com/turbot/flowpipe-mod-aws
```

[Use the dependency](https://www.flowpipe.io/docs/mods/write-pipelines/index) in a pipeline step:
[Use the dependency](https://flowpipe.io/docs/build/write-pipelines/index) in a pipeline step:

```sh
vi my_pipeline.fp
Expand All @@ -89,7 +89,7 @@ pipeline "my_pipeline" {
}
```

[Run the pipeline](https://www.flowpipe.io/docs/run/pipelines):
[Run the pipeline](https://flowpipe.io/docs/run/pipelines):

```sh
flowpipe pipeline run my_pipeline
Expand Down

0 comments on commit d7d9f9c

Please sign in to comment.