Skip to content

Commit 33562a3

Browse files
committed
Fix environment variables redirect path
1 parent 4b90e5b commit 33562a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/redirects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ module.exports = [
203203
},
204204
{
205205
source: "/reference/reference/environment",
206-
destination: "/reference/running/environment",
206+
destination: "/reference/running/configuration#environment-variables",
207207
permanent: false,
208208
},
209209
{

0 commit comments

Comments
 (0)