Skip to content

Commit bcd472e

Browse files
committed
Fix links
1 parent 33b8ec6 commit bcd472e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/views/docs/1/digging-deeper/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ If your application allows users to connect _their own_ API keys for a service,
3232
care. If you choose to store them anywhere (either in a [File](/docs/digging-deeper/files) or
3333
[Database](/docs/digging-deeper/databases)), make sure you store them encrypted and decrypt them only when in use.
3434

35-
See [Environment Files](/getting-started/env-files#removing-sensitive-data-from-your-environment-files) for details on
36-
how to redact your `.env` files at build-time.
35+
See [Environment Files](/docs/getting-started/env-files#removing-sensitive-data-from-your-environment-files) for details
36+
on how to redact your `.env` files at build-time.
3737

3838
### Files and privileges
3939

resources/views/docs/1/getting-started/env-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you need to perform any sensitive operations, such as accessing an API or dat
1717
separate API that you create specifically for your application. You can then call _this_ API from your application and
1818
have it perform the sensitive operations on your behalf.
1919

20-
See [Security](/digging-deeper/security) for more tips.
20+
See [Security](/docs/digging-deeper/security) for more tips.
2121

2222
## Removing sensitive data from your environment files
2323

0 commit comments

Comments
 (0)