Skip to content

Commit b448130

Browse files
authored
fix: readme links (#330)
1 parent fdfae2f commit b448130

2 files changed

Lines changed: 19 additions & 12 deletions

File tree

.changeset/long-squids-warn.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'dotenv-diff': patch
3+
'@repo/eslint-config': patch
4+
'@repo/tsconfig': patch
5+
---
6+
7+
Fixed readme links

packages/cli/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ First-class support for SvelteKit and Next.js. Also works well in modern JavaScr
1212

1313
### Warnings & errors detection
1414

15-
![Demo](../../docs/assets/demo.gif)
15+
![Demo](https://raw.githubusercontent.com/Chrilleweb/dotenv-diff/main/docs/assets/demo.gif)
1616

1717
### Clean / successful scan
1818

19-
![Successful Scan](../../docs/assets/success.png)
19+
![Successful Scan](https://raw.githubusercontent.com/Chrilleweb/dotenv-diff/main/docs/assets/success.png)
2020

2121
---
2222

@@ -32,7 +32,7 @@ First-class support for SvelteKit and Next.js. Also works well in modern JavaScr
3232

3333
## How It Works
3434

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.
3636

3737
---
3838

@@ -44,15 +44,15 @@ Generate a default configuration file:
4444
dotenv-diff --init
4545
```
4646

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.
4848

4949
---
5050

5151
## Git hooks and CI/CD Integration
5252

5353
Easily integrate dotenv-diff into your Git hooks or CI/CD pipelines to enforce environment variable consistency.
5454

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.
5656

5757
## Framework-Specific Warnings
5858

@@ -67,7 +67,7 @@ Framework issues (Sveltekit):
6767
→ Variables accessed through import.meta.env must start with "VITE_"
6868
```
6969

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.
7171

7272
## Ignore Comments
7373

@@ -79,7 +79,7 @@ const apiKey = process.env.API_KEY; // dotenv-diff-ignore
7979

8080
This is helpful when you know a specific warning is safe in your source code.
8181

82-
→ See [Ignore Comments Documentation](../../docs/ignore_comments.md) for more details.
82+
→ See [Ignore Comments Documentation](https://github.com/Chrilleweb/dotenv-diff/blob/main/docs/ignore_comments.md) for more details.
8383

8484
---
8585

@@ -92,7 +92,7 @@ Add expiration metadata to your environment variables to get warnings when they
9292
API_TOKEN=
9393
```
9494

95-
→ See [Expiration Documentation](../../docs/expiration_warnings.md) for more details.
95+
→ See [Expiration Documentation](https://github.com/Chrilleweb/dotenv-diff/blob/main/docs/expiration_warnings.md) for more details.
9696

9797
---
9898

@@ -108,7 +108,7 @@ In monorepos with multiple apps and packages, you can include shared folders:
108108
}
109109
```
110110

111-
→ See [Monorepo Documentation](../../docs/monorepo_support.md) for more details.
111+
→ See [Monorepo Documentation](https://github.com/Chrilleweb/dotenv-diff/blob/main/docs/monorepo_support.md) for more details.
112112

113113
This will:
114114

@@ -127,14 +127,14 @@ This will:
127127

128128
## Documentation
129129

130-
→ See [dotenv-diff Documentation](../../docs/index.md) for full documentation
130+
→ See [dotenv-diff Documentation](https://github.com/Chrilleweb/dotenv-diff/blob/main/docs/index.md) for full documentation
131131

132132
---
133133

134134
## Contributing
135135

136136
Issues and pull requests are welcome.
137-
→ See [CONTRIBUTING](../../CONTRIBUTING.md) for details.
137+
→ See [CONTRIBUTING](https://github.com/Chrilleweb/dotenv-diff/blob/main/CONTRIBUTING.md) for details.
138138

139139
Thanks to these amazing people for contributing to this project:
140140

@@ -146,6 +146,6 @@ Thanks to these amazing people for contributing to this project:
146146

147147
## License
148148

149-
Licensed under the [MIT](LICENSE) license.
149+
Licensed under the [MIT](https://github.com/Chrilleweb/dotenv-diff/blob/main/LICENSE) license.
150150

151151
Created by [chrilleweb](https://github.com/chrilleweb)

0 commit comments

Comments
 (0)