diff --git a/tool/githubify.py b/tool/githubify.py index d3ee7c5e98..1f143cc7c0 100755 --- a/tool/githubify.py +++ b/tool/githubify.py @@ -22,6 +22,7 @@ def convert_page(text, reverse): "(rest-api-tool.html": "(https://ripple.com/build/rest-tool", "(transactions.html": "(https://ripple.com/build/transactions", "(rippled-apis.html": "(https://ripple.com/build/rippled-apis", + "(charts-api-tool.html": "(https://ripple.com/build/charts-api-tool/", } for (k,v) in replacements.items():