Skip to content

Commit a9e2723

Browse files
authored
fix httpql redirect (#137)
1 parent 775c2da commit a9e2723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

render.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ services:
2222
source: /features/workflows/convert
2323
destination: /features/testing/workflows/convert
2424
- type: redirect
25-
source: /internals/httpql
26-
destination: /concepts/httpql
25+
source: /internals/httpql*
26+
destination: /reference/httpql
2727
- type: redirect
2828
source: /internals/instances
2929
destination: /concepts/instances

0 commit comments

Comments
 (0)