Skip to content

Commit

Permalink
Fix GitHub links.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Sep 19, 2013
1 parent fb2d46d commit d288d16
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
Dropwizard [![Build Status](https://travis-ci.org/codahale/dropwizard.png?branch=master)](https://travis-ci.org/codahale/dropwizard)
Dropwizard [![Build Status](https://travis-ci.org/dropwizard/dropwizard.png?branch=master)](https://travis-ci.org/dropwizard/dropwizard)
==========

*Dropwizard is a sneaky way of making fast Java web applications.*
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -105,7 +105,7 @@
'gradient_bg': u'#363F45',
'landing_logo': u'dropwizard-hat.png',
'landing_logo_width': u'150px',
'github_page': u'https://github.com/codahale/dropwizard',
'github_page': u'https://github.com/dropwizard/dropwizard',
'mailing_list': u'https://groups.google.com/forum/#!forum/dropwizard-user'
}

Expand Down
4 changes: 2 additions & 2 deletions docs/source/manual/core.rst
Expand Up @@ -66,7 +66,7 @@ Configuration
Dropwizard provides a number of built-in configuration parameters. They are
well documented in the `example project's configuration`__.

.. __: https://github.com/codahale/dropwizard/blob/master/dropwizard-example/example.yml
.. __: https://github.com/dropwizard/dropwizard/blob/master/dropwizard-example/example.yml

Each ``Service`` subclass has a single type parameter: that of its matching ``Configuration``
subclass. These are usually at the root of your service's main package. For example, your User
Expand Down Expand Up @@ -159,7 +159,7 @@ keystore, which is outside the scope of this document (``keytool`` is the
command you need). There is a test keystore you can use in the
`Dropwizard example project`__.

.. __: https://github.com/codahale/dropwizard/tree/master/dropwizard-example
.. __: https://github.com/dropwizard/dropwizard/tree/master/dropwizard-example

.. code-block:: yaml
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -77,15 +77,15 @@
</licenses>

<scm>
<connection>scm:git:git://github.com/codahale/dropwizard.git</connection>
<developerConnection>scm:git:git@github.com:codahale/dropwizard.git</developerConnection>
<url>http://github.com/codahale/dropwizard/</url>
<connection>scm:git:git://github.com/dropwizard/dropwizard.git</connection>
<developerConnection>scm:git:git@github.com:dropwizard/dropwizard.git</developerConnection>
<url>http://github.com/dropwizard/dropwizard/</url>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>github</system>
<url>http://github.com/codahale/dropwizard/issues#issue/</url>
<url>http://github.com/dropwizard/dropwizard/issues#issue/</url>
</issueManagement>

<repositories>
Expand Down

0 comments on commit d288d16

Please sign in to comment.