Skip to content

Commit ca815fb

Browse files
committed
redirect
1 parent aa06f18 commit ca815fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

nginx/includes/redirects.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,3 +290,6 @@ rewrite ^/docs/learn/encyclopedia$ /docs/learn/fundamentals permanent;
290290

291291
# x402 moved from build/apps to build/agentic-payments
292292
rewrite ^/docs/build/apps/x402(.*)$ "/docs/build/agentic-payments/x402$1" permanent;
293+
294+
# Move Building with AI section
295+
rewrite ^/docs/tools/developer-tools/building-with-ai(.*)$ "/docs/build/building-with-ai$1" permanent;

0 commit comments

Comments
 (0)