fix a couple links in the API docs

This commit is contained in:
Havoc Pennington 2012-04-13 09:39:39 -04:00
parent 8159cf3ed4
commit 85a4edab59

View File

@ -9,7 +9,7 @@
<body bgcolor="white">
<p>
An API for loading and using configuration files, see <a href="https://github.com/havocp/config/">the project site</a>
An API for loading and using configuration files, see <a href="https://github.com/typesafehub/config/">the project site</a>
for more information.
</p>
@ -35,7 +35,7 @@ and one which uses {@link com.typesafe.config.ConfigFactory#load()}.
</p>
<p>
You can find an example app and library <a href="https://github.com/havocp/config/tree/master/examples">on GitHub</a>.
You can find an example app and library <a href="https://github.com/typesafehub/config/tree/master/examples">on GitHub</a>.
</p>
</body>