You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,7 +32,7 @@ First-class support for SvelteKit and Next.js. Also works well in modern JavaScr
32
32
33
33
## How It Works
34
34
35
-
→ See [Capabilities Documentation](../../docs/capabilities.md) for details on what the scanner checks for and how it works.
35
+
→ See [Capabilities Documentation](https://github.com/Chrilleweb/dotenv-diff/blob/main/docs/capabilities.md) for details on what the scanner checks for and how it works.
36
36
37
37
---
38
38
@@ -44,15 +44,15 @@ Generate a default configuration file:
44
44
dotenv-diff --init
45
45
```
46
46
47
-
→ See [Configuration Documentation](../../docs/configuration_and_flags.md#configuration-file) for more details.
47
+
→ See [Configuration Documentation](https://github.com/Chrilleweb/dotenv-diff/blob/main/docs/configuration_and_flags.md#configuration-file) for more details.
48
48
49
49
---
50
50
51
51
## Git hooks and CI/CD Integration
52
52
53
53
Easily integrate dotenv-diff into your Git hooks or CI/CD pipelines to enforce environment variable consistency.
54
54
55
-
→ See [Git Hooks Documentation](../../docs/git_hooks_ci.md) for more details.
55
+
→ See [Git Hooks Documentation](https://github.com/Chrilleweb/dotenv-diff/blob/main/docs/git_hooks_ci.md) for more details.
56
56
57
57
## Framework-Specific Warnings
58
58
@@ -67,7 +67,7 @@ Framework issues (Sveltekit):
67
67
→ Variables accessed through import.meta.env must start with "VITE_"
68
68
```
69
69
70
-
→ See [Framework Documentation](../../docs/frameworks/index.md) for more details.
70
+
→ See [Framework Documentation](https://github.com/Chrilleweb/dotenv-diff/blob/main/docs/frameworks/index.md) for more details.
0 commit comments