From 2edddcfab89f8ca086233bf500593835e9bb36ec Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 13 May 2020 15:03:09 -0700 Subject: [PATCH] Fix broken links fro VL page --- dactyl-config.yml | 4 ++++ tool/template-github-edit.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dactyl-config.yml b/dactyl-config.yml index ef2865e470..8a72b7ee2c 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -289,6 +289,10 @@ targets: "transaction-common-fields.html#auto-fillable-fields": "transaction-common-fields.html#自動入力可能なフィールド" # Fix link from untranslated rate-limiting.html "get-started-with-the-rippled-api.html#admin-access": "get-started-with-the-rippled-api.html" # The translated doc hasn't been updated to add the "Admin Access" section, but the details are mentioned near the top of the page + # Fix links from untranslated validator-list.html + "run-rippled-as-a-validator.html#3-enable-validation-on-your-rippled-server": "run-rippled-as-a-validator.html#3-rippledサーバーで検証を有効化" + "basic-data-types.html#specifying-time": "basic-data-types.html#時間の指定" + - name: xrp-api-only lang: en diff --git a/tool/template-github-edit.html b/tool/template-github-edit.html index 434d54526c..99858a7b35 100644 --- a/tool/template-github-edit.html +++ b/tool/template-github-edit.html @@ -17,7 +17,7 @@ + target.github_branch + "/tool/" + currentpage.template %} {% endif %} {% if target.is_pr_build is defined and target.is_pr_build and have_edit_link %} - {% set githuburl = githuburl + "?pr=/ripple/ripple-dev-portal/pull/" + {% set githuburl = githuburl + "?pr=/ripple/xrpl-dev-portal/pull/" + target.github_pr_id %} {% endif %} {% if not have_edit_link %}