diff --git a/content/exchange_to_gateway.md b/content/gateway_guide.md similarity index 100% rename from content/exchange_to_gateway.md rename to content/gateway_guide.md diff --git a/gateway_guide.html b/gateway_guide.html index b016b67499..f4df5dffd8 100644 --- a/gateway_guide.html +++ b/gateway_guide.html @@ -36,7 +36,7 @@ $(".flatdoc-content").empty(); $(".content-root .menubar .menu").empty(); Flatdoc.run({ - fetcher: Flatdoc.file('content/exchange_to_gateway.md') + fetcher: Flatdoc.file('content/gateway_guide.md') }); $(document).on('flatdoc:ready', function() { $().multicode_tabs(); diff --git a/tool/pages.json b/tool/pages.json index b87a28bca5..edd1b4a6ca 100644 --- a/tool/pages.json +++ b/tool/pages.json @@ -26,7 +26,7 @@ }, { "name": "Gateway Guide", - "md":"exchange_to_gateway.md", + "md":"gateway_guide.md", "html":"gateway_guide.html" }, { diff --git a/tool/parse_pages.py b/tool/parse_pages.py old mode 100644 new mode 100755