Skip to content

Commit f24632e

Browse files
committed
merge in some minor doc changes
2 parents 718bd29 + 082882f commit f24632e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/metadig-101.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ The most comprehensive source of documentation for development is in the [develo
144144

145145
### Dependencies
146146

147-
- `metadig-engine@feature-hashstore-support`
148-
- `metadig-checks@feature-data-quality`
149-
- `metadig-webapp@develop` (only if you are doing dev work on the API)
150-
- [`metadig-R`](https://github.com/NCEAS/metadig-r/tree)
151-
- [`metadig-py@feature-store-interface`](https://github.com/NCEAS/metadig-py/tree/feature-store-interface)
147+
- `metadig-engine`
148+
- `metadig-checks`
149+
- `metadig-webapp`
150+
- [`metadig-R`](https://github.com/NCEAS/metadig-r/)
151+
- [`metadig-py`](https://github.com/NCEAS/metadig-py)
152152
- Jep (it should install with metadig-py, but just in case `pip install jep`)
153153

154154
### Local Configuration
@@ -305,4 +305,4 @@ for (i in 1:length(pids)){
305305
}
306306
```
307307

308-
Once you've run that, just run the `run.sh` script that just got written.
308+
Once you've run that, just run the `run.sh` script that just got written.

0 commit comments

Comments
 (0)