From 93d77e558fada807520f2d7bfb738b9b5118eea9 Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Fri, 14 Mar 2025 11:46:42 -0400 Subject: [PATCH] Update README (#2717) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 091fca557..491e15ba8 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ running system: * [Install guide](https://github.com/google/nomulus/blob/master/docs/install.md) -* View the source code for the [GAE app](https://github.com/google/nomulus/tree/master/core/src/main/java/google/registry) - and for the [GKE proxy](https://github.com/google/nomulus/tree/master/proxy/src/main/java/google/registry) +* View the source code for the [Main HTTP server](https://github.com/google/nomulus/tree/master/core/src/main/java/google/registry) + and for the [EPP proxy](https://github.com/google/nomulus/tree/master/proxy/src/main/java/google/registry) * [Other docs](https://github.com/google/nomulus/tree/master/docs) * [Javadoc](https://javadoc.nomulus.foo/) * [Nomulus discussion @@ -139,4 +139,4 @@ additional components that need to be configured separately. * Some Open Source DNS Projects that may be useful, but which we have not tested: * [AtomiaDNS](https://github.com/atomia/atomiadns) - * [PowerDNS](https://github.com/PowerDNS/pdns) \ No newline at end of file + * [PowerDNS](https://github.com/PowerDNS/pdns)