mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
Fix problem with RDAP help information
Soon this will be rewritten with much more complete information. But this fixes an obviously wrong bit in the meantime. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=172004672
This commit is contained in:
@@ -1063,7 +1063,7 @@ public final class RegistryConfig {
|
||||
.put("/", RdapNoticeDescriptor.builder()
|
||||
.setTitle("RDAP Help")
|
||||
.setDescription(ImmutableList.of(
|
||||
"RDAP Help Topics (use /help/topic for information)",
|
||||
"RDAP Help Topics (use /help/index for information)",
|
||||
"syntax",
|
||||
"tos (Terms of Service)"))
|
||||
.setLinkValueSuffix("help/")
|
||||
@@ -1071,7 +1071,7 @@ public final class RegistryConfig {
|
||||
.put("/index", RdapNoticeDescriptor.builder()
|
||||
.setTitle("RDAP Help")
|
||||
.setDescription(ImmutableList.of(
|
||||
"RDAP Help Topics (use /help/topic for information)",
|
||||
"RDAP Help Topics (use /help/index for information)",
|
||||
"syntax",
|
||||
"tos (Terms of Service)"))
|
||||
.setLinkValueSuffix("help/index")
|
||||
|
||||
Reference in New Issue
Block a user