Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Sep 17, 2023
1 parent 08594d3 commit 1de0f48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
5 changes: 3 additions & 2 deletions docs/deploy/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ title: Requirements

## Plan first

Not sure where to start? Head back to the ["Planning"](./options.md) page to
think about how you want to scale up your OpenFn automation projects.
Not sure where to start? Head back to the
["Planning"](/documentation/deploy/options) page to think about how you want to
scale up your OpenFn automation projects.

## Assess your capacity

Expand Down
14 changes: 6 additions & 8 deletions docs/devtools/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ The [Devtools](https://github.com/OpenFn/devtools) repo is a collection of bash
and Node scripts, as well as a _suggested_ (but not necessary) directory
structure for working with OpenFn jobs and adaptors.

To run OpenFn jobs locally, you only need [Core](/documentation/core)
and at least one adaptor, e.g.
[language-http](https://github.com/OpenFn/language-http) and you may prefer to
install core globally via `npm install -g @openfn/core`
To run OpenFn jobs locally, you only need [Core](/documentation/core) and at
least one adaptor, e.g. [language-http](https://github.com/OpenFn/language-http)
and you may prefer to install core globally via `npm install -g @openfn/core`

:::

Expand Down Expand Up @@ -172,10 +171,9 @@ Check out this example workflow for using devtools in your day-to-day.

## Configure an OpenFn project

You can use YAML project configuration files to define projects both on the
[OpenFn platform](/documentation/deploy/platform) and in
[OpenFn microservice](https://openfn.github.io/microservice/readme.html#content).
Running `./scripts/generate-project.js` helps you build a project config YAML
The easiest way to configure a project is via the web interface (you can then
export or `openfn pull` the project as code) but you can also run
`./scripts/generate-project.js` helps you build a project config YAML
interactively, adding your triggers, credentials and jobs to the config. You can
read more about the config file
[here](https://openfn.github.io/microservice/readme.html#sample-configuration)
Expand Down

0 comments on commit 1de0f48

Please sign in to comment.