Skip to content

Commit 00d4b14

Browse files
mikeland73Copilot
andauthored
[direnv] Update tmpl and links (#2641)
## Summary Update envrc template and generated files. I think this may require us to re-allow direnv ## How was it tested? ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license). --------- Signed-off-by: Mike Landau <mikeland86@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 39956a2 commit 00d4b14

File tree

11 files changed

+13
-11
lines changed

11 files changed

+13
-11
lines changed

.envrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
#!/bin/bash
2+
13
# Automatically sets up your devbox environment whenever you cd into this
24
# directory via our direnv integration:
35

46
eval "$(devbox generate direnv --print-envrc)"
57

6-
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
8+
# check out https://www.jetify.com/docs/devbox/ide_configuration/direnv/
79
# for more details

docs/app/.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
eval "$(devbox generate direnv --print-envrc)"
77

8-
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
8+
# check out https://www.jetify.com/docs/devbox/ide_configuration/direnv/
99
# for more details

examples/cloud_development/temporal/.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ use_devbox() {
1111
}
1212
use devbox
1313

14-
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
14+
# check out https://www.jetify.com/docs/devbox/ide_configuration/direnv/
1515
# for more details

examples/data_science/jupyter/.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ use_devbox() {
1111
}
1212
use devbox
1313

14-
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
14+
# check out https://www.jetify.com/docs/devbox/ide_configuration/direnv/
1515
# for more details

examples/development/go/hello-world/.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
eval "$(devbox generate direnv --print-envrc)"
55

6-
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
6+
# check out https://www.jetify.com/docs/devbox/ide_configuration/direnv/
77
# for more details

examples/development/php/latest/.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
eval "$(devbox generate direnv --print-envrc)"
55

6-
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
6+
# check out https://www.jetify.com/docs/devbox/ide_configuration/direnv/
77
# for more details

examples/development/python/pip/.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
eval "$(devbox generate direnv --print-envrc)"
55

6-
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
6+
# check out https://www.jetify.com/docs/devbox/ide_configuration/direnv/
77
# for more details

examples/development/ruby/.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
eval "$(devbox generate direnv --print-envrc)"
55

6-
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
6+
# check out https://www.jetify.com/docs/devbox/ide_configuration/direnv/
77
# for more details

examples/servers/nginx/.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
eval "$(devbox generate direnv --print-envrc)"
55

6-
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
6+
# check out https://www.jetify.com/docs/devbox/ide_configuration/direnv/
77
# for more details

examples/stacks/jekyll/.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
eval "$(devbox generate direnv --print-envrc)"
55

6-
# check out https://www.jetify.com/devbox/docs/ide_configuration/direnv/
6+
# check out https://www.jetify.com/docs/devbox/ide_configuration/direnv/
77
# for more details

0 commit comments

Comments
 (0)