mirror of
https://github.com/google/nomulus.git
synced 2025-08-14 21:44:05 +02:00
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
This commit is contained in:
parent
0b4c3e56d6
commit
81f2793c86
1 changed files with 7 additions and 5 deletions
|
@ -24,6 +24,8 @@ running system:
|
||||||
|
|
||||||
* [Install
|
* [Install
|
||||||
guide](https://github.com/google/nomulus/blob/master/docs/install.md)
|
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)
|
* [Other docs](https://github.com/google/nomulus/tree/master/docs)
|
||||||
* [Javadoc](https://nomulus.foo/javadoc/latest/)
|
* [Javadoc](https://nomulus.foo/javadoc/latest/)
|
||||||
* [Nomulus discussion
|
* [Nomulus discussion
|
||||||
|
@ -110,9 +112,9 @@ additional components that are not provided out of the box.
|
||||||
includes substantial reporting functionality but some additional work will
|
includes substantial reporting functionality but some additional work will
|
||||||
be required by the operator in this area.
|
be required by the operator in this area.
|
||||||
* A secure method for storing cryptographic keys. A keyring interface is
|
* A secure method for storing cryptographic keys. A keyring interface is
|
||||||
provided for plugging in your own implementation (see [configuration doc](
|
provided for plugging in your own implementation (see [configuration
|
||||||
https://github.com/google/nomulus/blob/master/docs/configuration.md) for
|
doc](https://github.com/google/nomulus/blob/master/docs/configuration.md)
|
||||||
details).
|
for details).
|
||||||
* System status and uptime monitoring.
|
* System status and uptime monitoring.
|
||||||
|
|
||||||
## Outside references
|
## Outside references
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue