Fix broken links fro VL page

This commit is contained in:
mDuo13
2020-05-13 15:03:09 -07:00
parent 274ecac96b
commit 2edddcfab8
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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 %}