Skip to content

Commit 92121f5

Browse files
committed
make readme links absolute
1 parent 8620934 commit 92121f5

2 files changed

Lines changed: 14 additions & 11 deletions

File tree

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Later layers override earlier ones. Use envstack -t VAR to trace where a value
2727
comes from. envstack focuses on **configuration and activation**, not dependency
2828
resolution.
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
4548
curl -o \
@@ -130,13 +133,13 @@ committed, or distributed.
130133
Encryption protects values **at rest** and integrates with environment stacks and
131134
includes. 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)

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ cat .env | envstack --set -o out.env
269269
270270
## Creating Environments
271271
272-
Several example or starter stacks are available in the [env folder of the
273-
envstack repo](https://github.com/rsgalloway/envstack/tree/master/env).
272+
Several examples or starter stacks are available in the
273+
[examples](https://github.com/rsgalloway/envstack/tree/master/examples) folder.
274274
275275
To create a new environment file, use `--set` to declare some variables:
276276

0 commit comments

Comments
 (0)