Remove file that is no longer being used and update redirects file

This commit is contained in:
Amarantha Kulkarni
2024-03-04 11:11:50 -08:00
parent 486b475623
commit e6c26969b1
2 changed files with 2 additions and 17 deletions

View File

@@ -1,15 +0,0 @@
---
html: modular-tutorials-in-python.html
parent: python.html
top_nav_grouping: Article Types
metadata:
indexPage: true
seo:
description: Modular XRPL tutorials in Python.
---
# Modular Tutorials in Python
These tutorials take an incremental approach to implementing functionality, so you can reuse parts from the earlier tutorials on your way to making more advanced software.
{% child-pages /%}

View File

@@ -488,7 +488,7 @@ get-started-using-python.html:
to: /docs/tutorials/python/get-started to: /docs/tutorials/python/get-started
type: 301 type: 301
modular-tutorials-in-python.html: modular-tutorials-in-python.html:
to: /docs/tutorials/python/modular-tutorials-in-python/ to: /docs/tutorials/python/
type: 301 type: 301
send-payments-using-python.html: send-payments-using-python.html:
to: /docs/tutorials/python/modular-tutorials/send-payments to: /docs/tutorials/python/modular-tutorials/send-payments
@@ -533,7 +533,7 @@ get-started-with-rippleapi-for-javascript.html:
to: /docs/tutorials/javascript/get-started to: /docs/tutorials/javascript/get-started
type: 301 type: 301
modular-tutorials-in-javascript.html: modular-tutorials-in-javascript.html:
to: /docs/tutorials/javascript/modular-tutorials/ to: /docs/tutorials/javascript/
type: 301 type: 301
send-payments-using-javascript.html: send-payments-using-javascript.html:
to: /docs/tutorials/javascript/modular-tutorials/send-payments to: /docs/tutorials/javascript/modular-tutorials/send-payments