From c126c058104cc5af357b1579ac48adcb720b0f38 Mon Sep 17 00:00:00 2001 From: mountford Date: Thu, 2 Nov 2017 11:03:02 -0700 Subject: [PATCH] Link RDAP syntax page to Github RDAP user's guide It has been decided that we will link the RDAP help pages, not to local HTML copies, but to the Github documentation. A typo and word order error in the Github version of the user's guide are also corrected. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=174350665 --- docs/rdap.md | 4 ++-- java/google/registry/config/RegistryConfig.java | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/rdap.md b/docs/rdap.md index c674ecad0..fc1829bfc 100644 --- a/docs/rdap.md +++ b/docs/rdap.md @@ -15,10 +15,10 @@ of Nomulus, enter the following in a Web browser: https://project-id.appspot.com/rdap/domains?name=*.tld ``` -You should get back a long string of JSON apparent gobbledygook, listing the +You should get back a long string of apparent JSON gobbledygook, listing the first 100 domains under that TLD. There are a number of online JSON formatters; paste the result string into one of them, and you should be able to scroll -though and see the information. You can also use the Chrome browser developer +through and see the information. You can also use the Chrome browser developer console's network pane, then send the request and look at the Preview tab to see the response in an expandable tree format. diff --git a/java/google/registry/config/RegistryConfig.java b/java/google/registry/config/RegistryConfig.java index 928dad082..351ae6711 100644 --- a/java/google/registry/config/RegistryConfig.java +++ b/java/google/registry/config/RegistryConfig.java @@ -1104,6 +1104,7 @@ public final class RegistryConfig { "entities?handle=XXXX", "help/XXXX")) .setLinkValueSuffix("help/syntax") + .setLinkHrefUrlString("https://github.com/google/nomulus/blob/master/docs/rdap.md") .build()) .put("/tos", RdapNoticeDescriptor.builder() .setTitle("RDAP Terms of Service")