From 81f2793c862e990405ce56b66825770235071e1d Mon Sep 17 00:00:00 2001 From: mcilwain Date: Thu, 20 Oct 2016 09:07:43 -0700 Subject: [PATCH] Add prominent link to main source directory in README I discovered from looking at GitHub analytics that most people were not successfully locating our source code. More people were navigating to java/com/google/, which contains nothing of note for our project, than to the actual location of all of our source code at java/google/registry/. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136720714 --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9c9953640..1bacb7410 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ running system: * [Install guide](https://github.com/google/nomulus/blob/master/docs/install.md) +* View the source code in + [java/google/registry/](https://github.com/google/nomulus/tree/master/java/google/registry) * [Other docs](https://github.com/google/nomulus/tree/master/docs) * [Javadoc](https://nomulus.foo/javadoc/latest/) * [Nomulus discussion @@ -106,13 +108,13 @@ additional components that are not provided out of the box. * An invoicing/payments system in order to charge registrars for domain name registrations and accept payments. -* Fully automated reporting to meet ICANN's requirements for gTLDs. Nomulus +* Fully automated reporting to meet ICANN's requirements for gTLDs. Nomulus includes substantial reporting functionality but some additional work will be required by the operator in this area. -* A secure method for storing cryptographic keys. A keyring interface is - provided for plugging in your own implementation (see [configuration doc]( - https://github.com/google/nomulus/blob/master/docs/configuration.md) for - details). +* A secure method for storing cryptographic keys. A keyring interface is + provided for plugging in your own implementation (see [configuration + doc](https://github.com/google/nomulus/blob/master/docs/configuration.md) + for details). * System status and uptime monitoring. ## Outside references