@@ -27,7 +27,8 @@ Later layers override earlier ones. Use envstack -t VAR to trace where a value
2727comes from. envstack focuses on ** configuration and activation** , not dependency
2828resolution.
2929
30- For the core concepts, see [ docs/index.md] ( docs/index.md ) .
30+ For the core concepts, see
31+ [ docs/index.md] ( https://github.com/rsgalloway/envstack/blob/master/docs/index.md ) .
3132
3233## Installation
3334
@@ -39,7 +40,9 @@ pip install -U envstack
3940
4041## Quickstart
4142
42- Start by getting the latest [ default.env] ( examples/default/default.env ) example file:
43+ Start by getting the latest
44+ [ default.env] ( https://github.com/rsgalloway/envstack/blob/master/examples/default/default.env )
45+ example file:
4346
4447``` bash
4548curl -o \
@@ -130,13 +133,13 @@ committed, or distributed.
130133Encryption protects values ** at rest** and integrates with environment stacks and
131134includes. envstack does not attempt to be a full secret management system.
132135
133- See [docs/secrets.md](docs/secrets.md) for details.
136+ See [docs/secrets.md](https://github.com/rsgalloway/envstack/blob/master/ docs/secrets.md) for details.
134137
135138# # Documentation
136139
137- - [Design & philosophy](docs/design.md)
138- - [Examples & patterns](docs/examples.md)
139- - [Tool comparisons](docs/comparison.md)
140- - [Secrets and encryption](docs/secrets.md)
141- - [FAQ & gotchas](docs/faq.md)
142- - [API docs](docs/api.md)
140+ - [Design & philosophy](https://github.com/rsgalloway/envstack/blob/master/ docs/design.md)
141+ - [Examples & patterns](https://github.com/rsgalloway/envstack/blob/master/ docs/examples.md)
142+ - [Tool comparisons](https://github.com/rsgalloway/envstack/blob/master/ docs/comparison.md)
143+ - [Secrets and encryption](https://github.com/rsgalloway/envstack/blob/master/ docs/secrets.md)
144+ - [FAQ & gotchas](https://github.com/rsgalloway/envstack/blob/master/ docs/faq.md)
145+ - [API docs](https://github.com/rsgalloway/envstack/blob/master/ docs/api.md)
0 commit comments