Skip to content

Commit c76dc6c

Browse files
authored
Fix link to driver in getting_started.md
Updated link to the driver in getting_started.md
1 parent 3c949ea commit c76dc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following terms are frequently used within the source code and between colla
4545
slab model properties.
4646
- `t`: Current simulation time.
4747

48-
The state `Y` is not assigned by default. If you want to explore the state variable, you can follow the steps below. Note that all but the last step below are executed by the [driver](.buildkite/ci_driver.jl).
48+
The state `Y` is not assigned by default. If you want to explore the state variable, you can follow the steps below. Note that all but the last step below are executed by the [driver](https://github.com/CliMA/ClimaAtmos.jl/blob/main/.buildkite/ci_driver.jl).
4949

5050
```Julia
5151
import ClimaAtmos as CA

0 commit comments

Comments
 (0)