Skip to content

Commit

Permalink
Docs: remove dead links in 102
Browse files Browse the repository at this point in the history
Signed-off-by: Solomon Hykes <solomon@dagger.io>
  • Loading branch information
shykes committed Jun 16, 2021
1 parent b833c94 commit 9c07b8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/learn/102-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ configuration.

An environment is made of 3 parts:

* A *plan*, authored by the environment's *developer*, using the [Cue](https://cuelang.org) language. [Learn more about plans](FIXME)
* A *plan*, authored by the environment's *developer*, using the [Cue](https://cuelang.org) language.

* *Inputs*, supplied by the environment's *user* via the `dagger input` command, and written to a special file. Inputs may be configuration values, artifacts, or encrypted secrets. [Learn more about inputs](FIXME)
* *Inputs*, supplied by the environment's *user* via the `dagger input` command, and written to a special file. Inputs may be configuration values, artifacts, or encrypted secrets.

* *Outputs*, computed by the Dagger engine via the `dagger up` command, and recorded to a special directory. [Learn more about outputs](FIXME)
* *Outputs*, computed by the Dagger engine via the `dagger up` command, and recorded to a special directory.

We will first develop our environment's *plan*, then configure its initial inputs, then finally run it to verify that it works.

Expand Down Expand Up @@ -124,8 +124,8 @@ The first component of our plan is the source code of our React application.

In Dagger terms, this component has 2 important properties:

1. It is an [artifact](FIXME): something that can be represented as a directory.
2. It is an [input](FIXME): something that is provided by the end user.
1. It is an *artifact*: something that can be represented as a directory.
2. It is an *input*: something that is provided by the end user.

Let's write the corresponding Cue code to `multibucket-source.cue`:

Expand Down Expand Up @@ -210,7 +210,7 @@ dagger doc dagger.io/netlify
dagger doc dagger.io/js/yarn
```

You can also browse the [API reference](/api/FIXME) section of the documentation.
You can also browse the [Dagger Universe](/reference/universe) reference in the documentation.

## Setup the environment

Expand Down

0 comments on commit 9c07b8f

Please sign in to comment.