mirror of
https://github.com/google/nomulus.git
synced 2025-05-21 19:59:34 +02: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:
parent
05f6ad80ab
commit
7e85ae9964
1 changed files with 2 additions and 2 deletions
|
@ -1063,7 +1063,7 @@ public final class RegistryConfig {
|
||||||
.put("/", RdapNoticeDescriptor.builder()
|
.put("/", RdapNoticeDescriptor.builder()
|
||||||
.setTitle("RDAP Help")
|
.setTitle("RDAP Help")
|
||||||
.setDescription(ImmutableList.of(
|
.setDescription(ImmutableList.of(
|
||||||
"RDAP Help Topics (use /help/topic for information)",
|
"RDAP Help Topics (use /help/index for information)",
|
||||||
"syntax",
|
"syntax",
|
||||||
"tos (Terms of Service)"))
|
"tos (Terms of Service)"))
|
||||||
.setLinkValueSuffix("help/")
|
.setLinkValueSuffix("help/")
|
||||||
|
@ -1071,7 +1071,7 @@ public final class RegistryConfig {
|
||||||
.put("/index", RdapNoticeDescriptor.builder()
|
.put("/index", RdapNoticeDescriptor.builder()
|
||||||
.setTitle("RDAP Help")
|
.setTitle("RDAP Help")
|
||||||
.setDescription(ImmutableList.of(
|
.setDescription(ImmutableList.of(
|
||||||
"RDAP Help Topics (use /help/topic for information)",
|
"RDAP Help Topics (use /help/index for information)",
|
||||||
"syntax",
|
"syntax",
|
||||||
"tos (Terms of Service)"))
|
"tos (Terms of Service)"))
|
||||||
.setLinkValueSuffix("help/index")
|
.setLinkValueSuffix("help/index")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue