There was an error while loading. Please reload this page.
1 parent aa06f18 commit ca815fbCopy full SHA for ca815fb
1 file changed
nginx/includes/redirects.conf
@@ -290,3 +290,6 @@ rewrite ^/docs/learn/encyclopedia$ /docs/learn/fundamentals permanent;
290
291
# x402 moved from build/apps to build/agentic-payments
292
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